Labour Day Special - Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: top65certs

SAP E_C4HYCP1811 Dumps

SAP Certified Product Support Specialist - SAP Commerce Questions and Answers

Question 1

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

Options:

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.

Question 2

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.

Options:

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.

Question 3

In the SAP Commerce cache, how does invalidation work on a product type?Note: There are 2 correct answers to this question.

Options:

A.

Cached Product items updated during the import are invalidated in all connected SAP Commerce cluster nodes and are reloaded from the database when it is used next.

B.

All cached FlexibleSearch results where Product type is included are invalidated because the result set might have changed.

C.

Cached Product items updated during the import are invalidated only in the node where the import is running.

D.

All cached FlexibleSearch results are invalidated from the query results region because the result set might have changed.

Question 4

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

Options:

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.

Question 5

What does SAP Commerce Cloud, context-driven services capture?Note: There are 3 correct answers to this question.

Options:

A.

Data replication events

B.

Outgoing requests from SAP Commerce to external services

C.

Click events, order events, and address book event updates

D.

Quantity updates in the shopping cart

E.

All customer interactions and behaviors

Question 6

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

Options:

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.