SAP Certified Development Professional - SAP Commerce Cloud Developer - P-C4H340-24 Exam Practice Test

Question 1
What does the Cloud Portal application enable you to do? Note: There are 3 correct answer to this question.

Correct Answer: B,D,E
Question 2
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;

Correct Answer: C
Question 3
During development, how do you ensure that the modified resources of an installed addon get copied into the storefront? Note: There are 2 correct answer to this question.

Correct Answer: A,B
Question 4
Which services are included in the basecommerce extension to address customer services functionality? Note: There are 3 correct answer to this question.

Correct Answer: B,C,D
Question 5
What causes item data to be invalidated in the SAP Commerce Cloud entity cache? Note: There are 2 correct answer to this question.

Correct Answer: A,B
Question 6
What are the advantages of using classification attributes? Note: There are 2 correct answer to this question.

Correct Answer: A,D
Question 7
You are creating a new SolrlndexProperty as a facet and want to define it using facet ranges. What do you need to do to achieve that?

Correct Answer: D
Question 8
What is the purpose of the dynamic forms in the Backoffice?

Correct Answer: B
Question 9
Assuming that property impex.legacy.scripting is set to false and 'Enable code execution' is checked, what are the results of the following ImpEx script? INSERT_UPDATE Title;code[unique=true] #0/ogroovy0/o beforeEach: line.clear(); ;foo; ;bar; ;baz;

Correct Answer: B