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

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.

Answer: A,C

How do you configure SAP Commerce cluster settings?? Note: There are 2 correct answers to this question.

How do you configure SAP Commerce cluster settings?? Note: There are 2 correct answers to this question.
A . Specify exactly the same cluster settings for each node in the %HYBRIS_BIN%/config/local.properties file.
B. Specify the cluster settings in the %HYBRIS_BIN%/config/local.properties file for each cluster node.
C. Set the cluster.node.autodiscovery to True in order to enable cluster ID autodiscovery.
D. Specify the cluster settings of each cluster node in the %HYBRIS_BIN%/config/tomcat/conf/server.xml file.

Answer: B,C

What would you do to resolve this performance issue??

A customer reports a performance problem with DefaultStockService. After checking the customer’s system by running SELECT COUNT(*) FROM {StockLevelHistoryEntry}, you discover that there are hundreds of millions of instances of StockLevelHistoryEntry.

What would you do to resolve this performance issue?? Note: There are 2 correct answers to this question.
A . Delete the content of the StockLevelHistoryEntry table directly from the database to immediately improve performance.
B. Implement a CronJob that will clean the StockLevelHistoryEntry table according to customer business needs.
C. Suggest an improvement by creating a maintenance request for the customer.
D. Run Cleanup Type System in the SAP Commerce Administration Console.

Answer: C,D

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

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.

Answer: B

What should you do before you report incorrect software behavior to SAP (third-level support)?? Note: There are 2 correct answers to this question.

What should you do before you report incorrect software behavior to SAP (third-level support)?? Note: There are 2 correct answers to this question.
A . Test the issue on the customer’s SAP Commerce installation.
B. Document the complete technical environment information of the system where the incident occurred to provide to SAP.
C. Reproduce and validate the problem on the standard out-of-the-box SAP Commerce.
D. Tell the customer that the reported problem will be fixed in a future patch release.

Answer: B,C

What must you do when you provide a workaround for a code glitch in an existing service, for example, ProductService?? Note: There are 3 correct answers to this question.

What must you do when you provide a workaround for a code glitch in an existing service, for example, ProductService?? Note: There are 3 correct answers to this question.
A . Modify the existing bean definition with the new service.
B. Add a new bean definition with a new ID for the new service.
C. Implement a new custom service by extending the existing service.
D. Override the alias of the original bean definition.
E. Replace all injections with a new ID for the new service.

Answer: A,B,C