3 Months Free Update
3 Months Free Update
3 Months Free Update
Why are rule-aware objects (RAOs) used in the rule engine? Note: There are 2 correct answers to
this question.
How can you start a business process in SAP Commerce Cloud? Note: There are 2 correct answers
to this question.
The miniature car replicas your company sells on its site are now available in a choice of colors,
each at a different price point. You wish your product page to allow your customers to select the
color before adding the replica to the cart. To complicate things, your boss won’t let you restart
your production servers to add this functionality. What entities would you have to create to
achieve this?
What can you do within the integration UI Tool in Backoffice? Note: There are 2 correct answers to
this question.
When you are defining properties in manifest.json, which of the following attributes are you
allowed to use? Note: There are 3 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
What causes item data to be invalidated in the SAP Commerce Cloud entity cache? Note: There are =====
2 correct answers to this question.
To install and configure the Solr server in cloud mode, which sequence of steps should you use?
Which of the following steps could be included in the process of installing an AddOn? Note: There =======
are 3 correct answers to this question.
You are creating a business process (mybusinessprocess) that requires an action (actionB) to pass
an info String value to another action (actionE) occurring later in the process. What do you need to
do to make this possible? Note: There are 2 correct answers to this question.
Which component configurations does the ServiceLayer architecture promote? Note: There are 3 =====
correct answers to this question.
You are asked to define a new business process. What steps do you perform? Note: There are 3
correct answers to this question.
What can you configure on the Endpoint Configuration page in Cloud Portal? Note: There are 3
correct answers to this question.
How can you define a new event? Note: There are 2 correct answers to this question.========
What do you set up to create visibility rules for specific product items for a user group?
When using monitoring support in the integration API Module, What should you pay attention to?
What are the advantages of using classification attributes? Note: There are 2 correct answers to
this question.
You are running a transaction that creates an item and updates it twice. If the transaction is
committed successfully, how many AfterSaveEvent items will the ServiceLayer create?