What does the Cloud Portal application enable you to do? Note: There are 3 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?
How can you define a new event? Note: There are 2 correct answers to this question.========
Where are enumerations stored? Note: There are 2 correct answers to this question.=======
What causes item data to be invalidated in the SAP Commerce Cloud entity cache? Note: There are =====
2 correct answers to this question.
When are consignments created for an order in the default order management implementation?
How can CronJobs be started or aborted? Note: There are 3 correct answers to this question.
When a customer places an order using the default order management process defined in the
Yacceleratorfulfilmentprocess extension, when does the fulfillment process send the notification
that the order has been placed?
Which of the following is a mechanism used by WCMS to position components on a page?
You are creating an extension with a web module. What do you need to ensure? Note: There are 2
correct answers to this question.
What type of class should you implement when you need to change the trigger for recalculating
the user experience results?
Which of the following are valid types of environments in SAP Commerce Cloud in the public
cloud? Note: There are 3 correct answers to this question.
What is the effect of the redeclare attribute within an itemtype definition? Note: There are 2
correct answers to this question.
Which interface would you inject into your class to allow you to trigger an indexing operation via ======
API?
Your system contains a search restriction with the following parameters: Type: Product User:
anonymous. Restriction: 1=0. There is a product "Candle" in the online catalog and a variant
product "PinkCandle" in the online catalog. The system renders the Product Detail Page for Pink
Candle using the following flexible search query: "SELECT {pk} FROM {VariantProduct} WHERE
{code}="PinkCandle". What happens next?
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.
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 onlybe executed once. What is therecommended approach for updating the project data?
You are implementing two new independent extensions, extension A and extension B, both of
which extend and overwrite a bean of the core platform. How can you make sure the bean from
extension A doesn’t override the one from extension B? Note: There are 2 correct answers to this
question.
When using Monitoring Support in the Integration API Module, what should you pay attention to?
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
How are relations modeled in the database? Note: There are 2 correct answers to this question.