SAP P_C4H340_24 SAP Certified Development Professional – SAP Commerce Cloud Developer Online Training
SAP P_C4H340_24 Online Training
The questions for P_C4H340_24 were last updated at Nov 15,2024.
- Exam Code: P_C4H340_24
- Exam Name: SAP Certified Development Professional - SAP Commerce Cloud Developer
- Certification Provider: SAP
- Latest update: Nov 15,2024
Which features does the Cloud Hot Folders module support? Note: There are 2 correct answer to this question.
- A . Direct configuration of Hot Folders in the Cloud Portal
- B . Media using external URLs in uploaded ImpEx
- C . Zip archives with Impex, media and CSV files
- D . Data export into Azure Blob storage.
What can you do within the integration UI Tool in Backoffice? Note: There are 2 correct answer 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.
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 available virtual sockets
- C . The view file
- D . The default values for widget settings
- E . The business logic of the widget via a bean shell script
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 . 1
- B . 3
- C . 4
- D . 2
What type of class should you implement when you need to change the trigger for recalculating the user experience results?
- A . A populator
- B . An interceptor
- C . A voter
- D . A controller