Summer Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: exc65

Which of the following does Product Support consider to be a workaround?Note: There are 2 correct answers to this question.

A.

The support engineer provides guidelines on how to implement and configure a custom Spring bean overriding the default behavior in SAP Commerce.

B.

The support engineer provides an alternative solution that resolves at least the basic processes of the affected feature.

C.

The support engineer provides the customer with the official SAP Commerce patch that includes the fix.

D.

The support engineer provides guidelines on how to modify the code of the affected feature.

You need to run a FlexibleSearchService query to get results without restrictions.To whom do you assign the session?Note: There are 2 correct answers to this question.

A.

Admin user

B.

Any user that does NOT have any restrictions

C.

Anonymous user

D.

Any member of the admingroup

Where can you check the SAP Commerce platform version?Note: There are 2 correct answers to this question.

A.

In the bin/platform/build.number file.

B.

In the bin/platform/project.properties file.

C.

In the Administration Console.

D.

In the command line by running the ant-version.

What are the recommended tools to enable JDBC logs in SAP hybris?Note: There are 3 correct answers to this question.

A.

ImpEx

B.

Backoffice Administration cockpit

C.

Hybris configuration properties file

D.

Java code

E.

Hybris Administration console (hAC)

SAP Commerce receives a Java OOM (out of memory) exception.What should you do first?Note: There are 2 correct answers to this question.

A.

Analyze the gc.log file for object allocation.

B.

Take a Java heap dump when the issue is detected.

C.

Analyze the access.log file for frequent requests.

D.

Increase the memory size.

What happens when you set the impex.legacy.mode property to True?Note: There are 2 correct answers to this question.

A.

The ServiceLayer interceptors and validators are triggered during the import/export process.

B.

The INSERT, UPDATE, and REMOVE operations are performed by the ModelService during the import.

C.

The ServiceLayer interceptors and validators are NOT triggered during the import/export process.

D.

The INSERT, UPDATE, and REMOVE operations are NOT performed by the ModelService during the import.

A customer reports an incident where the SAP Commerce system crashes in production. The customer provides the following log:

What would you advise the customer to do to avoid this happening again?

A.

Configure the auto reconnect property in the JDBC properties to reconnect to the database automatically.

B.

Modify the FlexibleSearch query that fetches catalogs to fix the syntax errors.

C.

Increase the number of connections in the pool if the current number is NOT sufficient.

D.

Fix the missing links between related items in the catalog.

What are some of the benefits of using Service Layer Direct?Note: There are 3 correct answers to this question.

A.

It allows you to read data from and write data to the database.

B.

It bypasses the Jalo layer completely to persist data in the database.

C.

It works for global sessions and for current sessions.

D.

It combines the Jalo layer and service layer.

E.

It bypasses the interceptors to persist data in the database.

What must you do when you configure the OAuth2 for SAP Cloud Integration?Note: There are 3 correct answers to this question.

A.

Assign ROLE_CLIENT or ROLE_TRUSTED_CLIENT in the SAP Commerce Backoffice.

B.

Configure the token endpoint URL in the SAP BTP cockpit.

C.

Assign the ESBMessaging.Send role in the SAP Commerce Backoffice.

D.

Run an ImpEx to import the OAuthClientDetails and ExposedOAuthCredential type data in the SAP Commerce Backoffice.

E.

Create the secret client credentials in the SAP Commerce Backoffice.

How can you avoid bottlenecks in the SAP Commerce platform?Note: There are 2 correct answers to this question.

A.

Switch off relations ordering to improve the performance of the import and the synchronization.

B.

Avoid using the lazy-loading mechanism when coding in the development phase.

C.

Schedule a regular cleanup of the props table.

D.

Check the average number of items per second imported by ImpEx to validate that the cache size is sufficient.