How can you define a new event? Note: There are 2 correct answers to this question.
How can you define a new event? Note: There are 2 correct answers to this question.A . Create a new EventTemplate in an ImpEx file.B . Create a new ItemType in an items.xml file.C . Extend a pre-defined event DTO in a custom beans.xml.D . Create a new DTO in...
How is the primary key (PK) for an SAP Commerce Cloud item created? Note: There are 2 correct answers to this question.
How is the primary key (PK) for an SAP Commerce Cloud item created? Note: There are 2 correct answers to this question.A . It is automatically generated and assigned.B . It is generated from a counter and the type code of the item.C . It is generated from the item’s...
Which interface would you inject into your class to allow you to trigger an indexing operation via API?
Which interface would you inject into your class to allow you to trigger an indexing operation via API?A . IndexerStrategyB . IndexerQueryContextC . IndexerListenerD . IndexerServiceView AnswerAnswer: D
What steps are required to make sure that the effects of this action are reverted as soon as the condition that triggered it is NO longer fulfilled?
You are implementing a new custom promotion action that changes the delivery mode of an order. What steps are required to make sure that the effects of this action are reverted as soon as the condition that triggered it is NO longer fulfilled? Note: There are 2 correct answers to...
What can you do in the Builds workspace in Cloud Portal? Note: There are 2 correct answers to this question.
What can you do in the Builds workspace in Cloud Portal? Note: There are 2 correct answers to this question.A . Delete a build that is no longer neededB . View the history of the past deployments of a selected buildC . Deploy a successful build to a certain environmentD...
To copy the efficiency property to the productDTO, what do you need to do?
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...
How are relations modeled in the database? Note: There are 2 correct answers to this question.
How are relations modeled in the database? Note: There are 2 correct answers to this question.A . One-to-many relations are stored in the links table.B . One-to-many relations are binary objects.C . One-to-many relations are stored in a column.D . Many-to-many relations are deployed as a table.View AnswerAnswer: C, D
Which of the following items are configured via a direct relation to a BaseStore? Note: There are 3 correct answers to this question.
Which of the following items are configured via a direct relation to a BaseStore? Note: There are 3 correct answers to this question.A . A list of Content Catalogs providing the pages, slots, and other CMSItems shown to CustomersB . A list of Product Catalogs providing the product info shown...
What must you always specify when you are creating a new Adaptive Search Profile? Note: There are 3 correct answers to this question.
What must you always specify when you are creating a new Adaptive Search Profile? Note: There are 3 correct answers to this question.A . CategoryB . Index configurationC . Index typeD . UserE . Catalog versionView AnswerAnswer: B, C, E
To define the data that gets extracted into the Solr index for searching, what do you need to provide? Note: There are 2 correct answers to this question.
To define the data that gets extracted into the Solr index for searching, what do you need to provide? Note: There are 2 correct answers to this question.A . A flexible search query for an incremental updateB . A solrconfig XML fileC . An ImpEx script for a full loadD...