SAP P_C4H340_34 SAP Certified Development Professional – SAP Commerce Cloud Developer Online Training
SAP P_C4H340_34 Online Training
The questions for P_C4H340_34 were last updated at Nov 22,2024.
- Exam Code: P_C4H340_34
- Exam Name: SAP Certified Development Professional - SAP Commerce Cloud Developer
- Certification Provider: SAP
- Latest update: Nov 22,2024
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 can you do within the integration UI Tool in Backoffice? Note: There are 2 correct answers to this question.
- A . Create a search restriction to secure an integration object for only a certain integration user group.
- B . Set up access rights for integration objects.
- C . Force-delete an integration object even if it is associated with an InboundChannelConfiguration (ICC).
- D . Export the configuration types so that they can be imported into a target system.
What are the advantages of using classification attributes? Note: There are 2 correct answers to this question.
- A . Cached classification attributes provide better performance than fixed properties.
- B . Classification attributes are applied dynamically in response to customer actions.
- C . Business users can create or modify classification attribute definitions using the Backoffice.
- D . When modifying, Rebuilding and redeployment are NOT required.
How can you define a new event? Note: There are 2 correct answers to this question.
- A . Create a new EventTemplate in an ImpEx file.
- B . Create a new ItemType in an items.xml file.
- C . Extend a pre-defined event DTO in a custom beans.xml.
- D . Create a new DTO in a beans.xml file.
Which of the following steps could be included in the process of installing an AddOn? Note: There are 3 correct answers to this question.
- A . Run ant all.
- B . Configure storefront properties files.
- C . Run ant addoninstall.
- D . Run ant modulegen.
- E . Copy files from the storefront to the AddOn web source folder
Which interface would you inject into your class to allow you to trigger an indexing operation via API?
- A . IndexerStrategy
- B . IndexerQueryContext
- C . IndexerListener
- D . IndexerService
Which component configurations does the ServiceLayer architecture promote? Note: There are 3 correct answers to this question.
- A . Services orchestrate Strategies
- B . Services orchestrate Converters
- C . Facades orchestrate Converters
- D . Facades orchestrate Strategies
- E . Facades orchestrate Services
You are creating a new SolrIndexProperty as a facet and want to define it using facet ranges.
What do you need to do to achieve that?
- A . Manually create SolrValueRange items to define the range boundaries.
Create a SolrValueRangeSet, add SolrValueRange items, and add to the SolrIndexProperty. - B . Define the number of ranges in the SolrIndexProperty.
Provide sample data that is used to
generate the SolrValueRange items. - C . Define the cadence of the ranges in the SolrIndexProperty.
Provide the sample data that is used
to generate the SolrValueRangeSet. - D . Create SolrValueRange items to define the range boundaries.
Add them to the SolrIndexProperty
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
What causes item data to be invalidated in the SAP Commerce Cloud entity cache? Note: There are 2 correct answers to this question.
- A . Receiving an invalidation event for the item via cluster messaging
- B . Calling the modelService.create( ) method passing a Model class
- C . Calling a setter method on a Model class
- D . Calling the modelService.save( ) method passing an item model