You synchronize a media item stored in SAP Commerce Cloud from a staged version to an online
version. What happens next? 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 services are included in the basecommerce extension to address customer services
functionality? Note: There are 3 correct answers to this question.
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?
What can you do in the Builds workspace in Cloud Portal? 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 need to create a CronJob for an automated task that will be performed every day at midnight.
Which steps would you follow? Note: There are 3 correct answers to this question.
What Solr index operation uses the indexedProperties field on the SolrExtIndexerCronJob?
What happens when you use a deployment tag in the items.xml file? Note: There are 2 correct ======
answers to this question.
In SmartEdit, what can you do with variations defined for a customization? 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.========
In an Accelerator-based storefront, which of the following would allow you to display a custom ======
CMS Component? Note: There are 2 correct answers to this question.
What is the recommended way to deploy Solr in a production environment? Note: There are 2
correct answers to this question.
Which of the following is a mechanism used by WCMS to position components on a page?
When you define an aspect in your manifest.json file, what types of information should you
provide? Note: There are 2 correct answers to this question.
In an extension named myext, you defined Pump, a subtype of the Product item type with a
property named efficiency. You have also extended the productDTO bean to have an efficiency
property. To copy the efficiency property to the productDTO, what do you need to do? Note:
There are 2 correct answers to this question.
Why are rule-aware objects (RAOs) used in the rule engine? Note: There are 2 correct answers to
this question.
You need to create a new custom promotion based on customer reviews for a product. You create
a customPromotion extension with a new Rule Aware Object to keep customer reviews. In which
file will you define this new Rule Aware Object?
What attributes can you set for a SearchRestriction? 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?
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] #%groovy% beforeEach: line.clear(); ;foo; ;bar; ;baz;
Which of the following can you configure in a widget definition (definition.xml) file? 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.
Which of the following are best practices for adding a new parameter to an existing method of
CommerceCartService? Note: There are 2 correct answers to this question.