What are best practices when using models? Note: There are 2 correct answers to this question.
What attributes can you set for a SearchRestriction? Note: There are 2 correct answers to this question.
Which of the following configurations can be done to a ContentSlot? Note: There are 2 correct ======= answers to this question.
You synchronize a media item stored in SAP Commerce Cloud from a staged version to an online
You have created your products and price rows using the approach displayed in the following ImpEx file: $catalog-id=Default $catalogversion=Staged $catalogversion=catalogversion(catalog(id),version)
[unique=true,default=$catalog
-id:$catalog-version] INSERT_UPDATE
Product;code[unique=true];$catalogversion;name[lang=en];unit(code);approvalStatus(code); ;pro duct1;;product1;pieces;approved; ;product2;;product2;pieces;approved; #in total 1000 product data lines INSERT_UPDATE PriceRow;productId[unique=true];price;unit(code);currency(isocode) ;product1;100;pieces;EUR ;pr oduct2;200;pieces;EUR #in total 1000 price row data lines. After you import this file and synchronize the catalogs (Staged to Online), how many items are stored in the database?
Which interface would you inject into your class to allow you to trigger an indexing operation via ====== API?
How can CronJobs be started or aborted? Note: There are 3 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.
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.