
Get Real P-C4H340-24 Quesions Pass SAP Certification Exams Easily
P-C4H340-24 Dumps are Available for Instant Access
NEW QUESTION # 31
When you define an aspect in your manifest.json file, what types of information should you provide? Note: There are 2 correct answer to this question.
- A. addons
- B. webapps
- C. properties
- D. extensions
Answer: B,D
NEW QUESTION # 32
Which order-splitting strategies are provided in the basecommerce extension? Note: There are 3 correct answer to this question.
- A. Split by named delivery date
- B. Split by stock availability
- C. Split by warehouse
- D. Split by order date
- E. Split by payment method
Answer: A,B,C
NEW QUESTION # 33
You need to create a new custom promotion based on customer reviews for a product. You create a customPromotion extension with a new Rule Aware Object to keep customer reviews. In which file will you define this new Rule Aware Object?
- A. In the customPromotion-beans.xml file
- B. In the customPromotion-items.xml file
- C. In the customPromotion-spring.xml file
- D. In the customPromotion-backoffice-config.xml file
Answer: A
NEW QUESTION # 34
Which of the following is a mechanism used by WCMS to position components on a page?
- A. The position attribute in the ContentSlotForTemplate item is used to identify the slot in the page that the item should be displayed in.
- B. The ContentSlot item's code property is used to determine which slot in the page that the item should be displayed in.
- C. The Page item has a position map that links each component to the component in the page that the item should be displayed in.
- D. The component's CurrentPosition attribute is used to determine which component within the page the item should be displayed in.
Answer: A
NEW QUESTION # 35
Which of the following can you configure in a widget definition (definition.xml) file? Note: There are 3 correct answer to this question.
- A. The available non-virtual sockets
- B. The view file
- C. The business logic of the widget via a bean shell script
- D. The default values for widget settings
- E. The available virtual sockets
Answer: B,D,E
NEW QUESTION # 36
Which of the following steps could be included in the process of installing an AddOn? Note: There are 3 correct answer to this question.
- A. Run ant modulegen.
- B. Configure storefront properties files.
- C. Copy files from the storefront to the AddOn web source folder.
- D. Run ant all.
- E. Run ant addoninstall.
Answer: B,D,E
NEW QUESTION # 37
Which features does the Cloud Hot Folders module support? Note: There are 2 correct answer to this question.
- A. Zip archives with Impex, media and CSV files
- B. Direct configuration of Hot Folders in the Cloud Portal
- C. Data export into Azure Blob storage.
- D. Media using external URLs in uploaded ImpEx
Answer: A,C
NEW QUESTION # 38
What causes item data to be invalidated in the SAP Commerce Cloud entity cache? Note: There are 2 correct answer to this question.
- A. Calling the modelService.save() method passing an item model
- B. Calling a setter method on a Model class
- C. Receiving an invalidation event for the item via cluster messaging
- D. Calling the modelService.create() method passing a Model class
Answer: A,C
NEW QUESTION # 39
What is the effect of the redeclare attribute within an itemtype definition? Note: There are 2 correct answer to this question.
- A. It can be used to change the class of an itemtype.
- B. It can be used to change the name of an attribute.
- C. It can be used to change the type of an attribute.
- D. It can be used to change the modifier of an attribute.
Answer: C,D
NEW QUESTION # 40
To install and configure the Solr server in cloud mode, which sequence of steps should you use?
- A. Disable the autostart for the cloud instance. Enable the autostart for the default instance. Set the default instance mode to cloud.
- B. Disable the autostart for the default instance. Enable the autostart for the cloud instance. Set the cloud instance mode to true.
- C. Disable the autostart for the cloud instance. Enable the autostart for the default instance. Set the cloud instance mode to true.
- D. Disable the autostart for the default instance. Enable the autostart for the cloud instance. Set the cloud instance mode to cloud.
Answer: D
NEW QUESTION # 41
In an Accelerator-based storefront, which of the following would allow you to display a custom CMS Component? Note: There are 2 correct answer to this question.
- A. Create a controller for this component and register it in the cmsComponentControllerRegistry.
- B. Configure a renderer in the cmsComponentRendererRegistry that doesn't need to use a data object or a view.
- C. Configure a custom controller bean and redefine the DefaultCMSComponentController alias to point to it.
- D. Create a JSP named [componentTypeCode].jsp that pulls data from a [ComponentTypeCode]Data object.
Answer: B,D
NEW QUESTION # 42
How are relations modeled in the database? Note: There are 2 correct answer to this question.
- A. One-to-many relations are stored in the links table.
- B. One-to-many relations are stored in a column.
- C. Many-to-many relations are deployed as a table.
- D. One-to-many relations are binary objects.
Answer: A
NEW QUESTION # 43
What can you configure on the Endpoint Configuration page in Cloud Portal? Note: There are 3 correct answer to this question.
- A. Trusted Certificates
- B. IP Filter Sets
- C. SSL Certificate
- D. Redirect Sets
- E. Host Alias Sets
Answer: B,C,D
NEW QUESTION # 44
What should you pay attention to when connecting two widgets?
- A. The input socket's type should be the same as the output socket's type.
- B. The input socket's type must be a sub type of a composed item type.
- C. The output socket's type does not have to be the same as the input socket's type.
- D. The output socket's type must be the same as the input socket type.
Answer: D
NEW QUESTION # 45
What type of class should you implement when you need to change the trigger for recalculating the user experience results?
- A. A voter
- B. A controller
- C. A populator
- D. An interceptor
Answer: A
NEW QUESTION # 46
What are the advantages of using classification attributes? Note: There are 2 correct answer to this question.
- A. Business users can create or modify classification attribute definitions using the Backoffice.
- B. Cached classification attributes provide better performance than fixed properties.
- C. Classification attributes are applied dynamically in response to customer actions.
- D. Rebuilding and redeployment are NOT required.
Answer: A,D
NEW QUESTION # 47
You have created your products and price rows using the approach displayed in the following ImpEx file:
$catalog-id=Default $catalog-
lines INSERT_UPDATE
PriceRow;productld[unique=true];price;unit(code);currency(isocode) ;product1;100;pieces;EUR;product 2;200;pieces;EUR #in total 1000 price row data lines. After you import this file and synchronize the catalogs (Staged to Online), how many items are stored in the database?
- A. 1000 products and 1000 price rows
- B. 1000 products and 2000 price rows
- C. 2000 products and 2000 price rows
- D. 2000 products and 1000 price rows
Answer: C
NEW QUESTION # 48
How many category items will the following ImpEx create?
$prodCat=electronicsPr
$version=Staged
fli.
$catVersion=catalogVersion(catalog(id [defauIt=$prodCat]),version[default=$version]) INSERT_UPDATE Category;code[unique=true];$catVersion[unique=true]
;test_category;eIectronicsProductCatalog
;test_category;apparelProductCatalog:$version
;test_category;:Online
;test_category;
- A. 0
- B. 1
- C. 2
- D. 3
Answer: C
NEW QUESTION # 49
How is the primary key (PK) for an SAP Commerce Cloud item created? Note: There are 2 correct answer to this question.
- A. It is generated from the item's unique business key(s).
- B. It is generated from a counter and the type code of the item.
- C. It is provided by the user in the Create wizard or as a column value in ImpEx.
- D. It is automatically generated and assigned.
Answer: B,D
NEW QUESTION # 50
Which configuration options are available on a cache region? Note: There are 3 correct answer to this question.
- A. Size
- B. Clustering enabled
- C. Statistics enabled
- D. Persistence mode
- E. Eviction policy
Answer: A,D,E
NEW QUESTION # 51
You are creating an extension with a web module. What do you need to ensure? Note: There are 2 correct answer to this question.
- A. An extension with a web module can only be extended with an addon.
- B. An extension with a web module must always have a core module.
- C. An extension with a web module must have a web folder.
- D. The web root must be set in the web module directive in the extensioninfo.xml file.
Answer: C,D
NEW QUESTION # 52
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 answer to this question.
- A. Implement your custom action item so that it can store the original delivery mode
- B. Implement the undo method in your custom rule action strategy
- C. Define a new session attribute to store the original delivery mode
- D. Create a promotion that uses the inverse action if the condition is NOT fulfilled
Answer: B,C
NEW QUESTION # 53
What happens when you use a deployment tag in the items.xml file? Note: There are 2 correct answer 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 name of the deployment table is generated automatically.
- D. The deployment typecode is used as part of the primary key (PK) of that type's items.
Answer: A,D
NEW QUESTION # 54
......
Get Instant Access REAL P-C4H340-24 DUMP Pass Your Exam Easily: https://itcertspass.itcertmagic.com/SAP/real-P-C4H340-24-exam-prep-dumps.html