SAP P_C4H34_2411 Übungsprüfungen
Zuletzt aktualisiert am 24.04.2025- Prüfungscode: P_C4H34_2411
- Prüfungsname: SAP Certified Professional - Developer - SAP Commerce Cloud
- Zertifizierungsanbieter: SAP
- Zuletzt aktualisiert am: 24.04.2025
What can you configure on the Endpoint Configuration page in Cloud Portal? Note: There are 3 correct answers to this question.
- A . SSL Certificate
- B . IP Filter Sets
- C . Trusted Certificates
- D . Redirect Sets
- E . Host Alias Sets
What is SmartEdit’s Navigation Management page useful for? Note: There are 2 correct answers to
this question.
- A . It can define more than one navigation hierarchy, each accessed by a different component on the page.
- B . It allows you to manipulate a hierarchy of CMSNavigationNode items, each of which may contain a CMSNavigationEntry.
- C . It allows you to manipulate a parent-child hierarchy of CMSLinkComponent objects.
- D . It is used to configure automatic mapping of the Product Catalog’s category hierarchy to the navigation bar displayed on site pages.
When using Monitoring Support in the Integration API Module, what should you pay attention to? Note: There are 2 correct answers to this question.
- A . You can monitor the inbound integration requests using the Meta API.
- B . In Outbound monitoring, if the source of the OutboundRequest is not from outbound sync or webhooks, it is set as UNKNOWN.
- C . If you want to disable the monitoring, you need to change the dedicated properties in local.properties and restart the commerce cloud server.
- D . If the number of batches in a bulk request exceeds the limit allowed, then the system records one Inbound Request with the payload.
In Integration API Module, which of the following API verbs are controlled by access rights? Note: There are 2 correct answers to this question.
- A . Update – POST
- B . Create – POST
- C . Create – PATCH
- D . Update – POST, PATCH
You want to display a custom CMS component in an Accelerator-based storefront.
What can be configured or implemented regarding this CMS component? Note: There are 2 correct answers:
- A . Redefine the default CMSComponentController alias
- B . Create a JSP named(componentTypeCode) jsp
- C . Implement a renderer in the cmsComponentRenderer Registery
- D . Create a controller in the cmsComponentControllerRegistry
Which configuration options are available on a cache region? Note: There are 3 correct answers to this question.
- A . Size
- B . Persistence mode
- C . Statistics enabled
- D . Clustering enabled
- E . Eviction policy
What happens when you use a deployment tag in the items.xml file? Note: There are 2 correct answers to this question.
- A . All instances of the enclosing type are stored in the specified database table.
- B . Only non-inherited properties of the enclosing type are stored in the deployment table.
- C . The deployment typecode is used as part of the primary key (PK) of that type’s items.
- D . The name of the deployment table is generated automatically.
Which of the following items are configured via a direct relation to a BaseStore? Note: There are 3 correct answers to this question.
- A . A list of Content Catalogs providing the pages, slots, and other CMSItems shown to Customers
- B . A list of Product Catalogs providing the product info shown to Customers
- C . A list of customers associated with the BaseStore.
- D . A list of warehouses that support the delivery
- E . A list of points of service that represent local branches
You are implementing a new custom promotion action that changes the delivery mode of an order.
What steps are required to make sure that the effects of this action are reverted as soon as the condition that triggered it is NO longer fulfilled? Note: There are 2 correct answers to this question.
- A . Implement the undo method in your custom rule action strategy
- B . Define a new session attribute to store the original delivery mode
- C . Implement your custom action item so that it can store the original delivery mode
- D . Create a promotion that uses the inverse action if the condition is NOT fulfilled
What is the purpose of the dynamic forms in the Backoffice?
- A . To provide a dynamic extension of type definitions in the SAP Commerce platform
- B . To provide dynamic client-side validation of web forms
- C . To provide a dynamic layout of the wizards at runtime using drag and drop
- D . To enable dynamic behaviors in the user interface of Backoffice applications