How does Spartacus compare to the SAP Commerce Cloud Accelerators? Note: There are 2 correct answer to this question.
In Integration API Module, which of the following API verbs are controlled by access rights? Note: There are 2 correct answer to this question.
When are consignments created for an order in the default order management implementation?
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 answer to this question.
Which of the core storefront features does Spartacus support? Note: There are 3 correct answer to this question.
What does the Cloud Portal application enable you to do? Note: There are 3 correct answer to this question.
Which interface would you inject into your class to allow you to trigger an indexing operation via API?
You have these example item types defined in myext-items.xml: What additional steps are needed to support the identification attribute?
< ?xml version="l.O" encoding="IS0-8859-1"? >
< itemtype code=" Passport" autocreate="true" generate="true" >
< deployment typecode="8995" table="passport" />
< attributes > ...
< /itemtype >
< itemtype code="Student" extends="Customer" autocreate="true" generate="true" >
< attributes >
< attribute type="localized:Passport" qualifier="identification" >
< persistence type="property" />
< /attribute >
< /itemtype >
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 locaIized="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.
How can CronJobs be started or aborted? Note: There are 3 correct answer 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 answer to this question.