최신SAP Certified Development Professional - SAP Commerce Cloud Developer - P_C4H340_34무료샘플문제
How can CronJobs be started or aborted? Note: There are 3 correct answers to this question.
To install and configure the Solr server in cloud mode, which sequence of steps should you use?
Your solution has been live for a significant period of time. Now you need to update project data across multiple environments, but this update should only be executed once. What is the recommended approach for updating the project data?
You synchronize a media item stored in SAP Commerce Cloud from a staged version to an online
Where are enumerations stored? Note: There are 2 correct answers to this question.=======
You have these example item types defined in myext-items.xml:What additional steps are needed to support the identification attribute?
< ?xml version="1.0" encoding="ISO-8859-1"? >
< items >
< itemtype code="Passport" autocreate="true" generate="true" >
< deployment typecode="8995" table="passport" />
< attributes > ... < /attributes >
< /itemtype >
< itemtype code="Student" extends="Customer" autocreate="true" generate="true" >
< attributes >
< attribute type="localized:Passport" qualifier="identification" >
< persistence type="property" />
< /attribute >
< /attributes >
< /itemtype >
< /items >
What additional steps are needed to support the identification attribute?
Define a one-to-many relation between Student and Passport using a relation tag with parameter localized="true".
Add a maptype tag for localized:Passport with parameters argumenttype="Language" and returntype="Passport".
Run an ant updatesystem command. A passportlp table will be generated to store the localized property values.
Define a localized Passport attribute for the Student type in
myext/resources/localization/myext-locales_XY.properties.
Question
Customer Experience
Which features does the Cloud Hot Folders module support? Note: There are 2 correct answers to this question.
In personalization (based on SmartEdit), you want to configure when the experience calculation is triggered for registered customers without requiring any customization. What are the available options? Note: There are 3 correct answers to this question.
What are best practices when using models? Note: There are 2 correct answers to this question.