6.2 -3
Product Catalog Synchronization Quiz
Test your knowledge on product catalog synchronization and related attributes in modern e-commerce systems. This quiz is designed to challenge your understanding of configurations and integrations related to product management.
- 10 engaging questions
- Check your understanding of attributes and configurations
- Enhance your knowledge of catalog management
Which default values can be used in the merge-by configuration attribute? Note: There are 2 correct answers to this question.
Module
Usage
View
Type
You have the following scenario: A product type with the custom attribute CostOfSale of type CostOfSale which is Catalog aware A synchronization job configured to synchronize product types and attribute costOfSale What do you need to do to synchronize a product item including the related costOfSale item? Note: There are 2 correct answers to this question.
Synchronize the entire catalog version
Mark the costOfSale as a partOf attribute of the ProductType and synchronize the product.
Add the CostOfSale into synchronization Root Types and synchronize the product.
Configure synchronization as copyByValue for the costOfSale attribute and synchronize the product.
The system contains a search restriction with the following parameters: Type: ProductGroup User: anonymous Restriction: 1=0 The system exports data to Solr using an anonymous user with the following query: SELECT {p.pk} FROM {Product AS p} WHERE {p.productGroup} IN ({{ SELECT {q.pk} FROM {ProductGroup AS q} WHERE {q.accessibility} == 'anonymous'}}) What happens next and why?
The export does NOT export any products because inner queries cannot be used in a Solr export
The export does NOT export any products because the inner select does NOT return a ProductGroup due to the restriction.
The export exports all products in groups that can be accessed by anonymous users because the restriction does NOT apply to inner selects.
The export exports all products because the Solr export runs as an anonymous user regardless of the inner query.
What steps are required to add a new language resource bundle? Note: There are 3 correct answers in this question
Type attributes must be defined as 'localized' in order to accept language-specific definition class
A language-pack .zip file must be installed using ant customize
A language item must exist in the type system for the new language.
The hybris platform must be restarted.
Key-value pairs must exist in the resource bundle to provide language-specific name for type
You need to have region specific prices in the cart calculation. What customization would be the easiest to implement?
Create a region-specific PriceFactory
Create a region-specific CalculationService
Create region-specific UserPriceGroups.
Inject a new region attribute into PriceRow.
What is an AddOn typically used for? Note: There are 2 correct answers in this question
To enhance the sample data for sample stores by convention
To modify the logic of a Service
To create new widgets or enhances existing ones.
To create new pages or enhance existing ones in a storefront extension
You have the following code snippet that creates a new CMS Restriction for countries Public class CMSCountryRestrictionEvaluator implements CMSRestrictionEvaluator { @Override Public boolean evaluate(CMSCountryRestrictionModel model, RestrictionData data) {}} What is the restriction parameter used for? Note: There are 2 correct answers for this question.
To pass the request context data to the restriction to access from inside the evaluator
To populate CMSRestrictionModel from the RestrictionData in order to enable filtering for the specified type
To hold the current catalogVersion
To populate RestrictionData in the façade layer from the CMS Restriction model.
How does the Web Content Management System (WCMS) preview work in the Accelerator? Note: There are 2 correct answers in this question
The preview request in the cmscockpit is a standard web request within an iFrame.
The preview request from the cmscockpit is handled by a spring filter which creates a preview ticket with the given content information.
The preview ticket ID can be used outside of the cmscockpit with a normal browser request.
The preview request is encoded to the hybris session and page controllers populate the page according to the preview information stored in the session.
Which parts of the following URL are required to resolve the product details page? "/Open-Catalogue/Cameras/Hand-held-Camcorders/Camileo-S10-EU/p/1776948" Note: There are 2 correct answers to this question
The element /p/
The product id /1776948
The root category name /Cameras/
All traversing category names.
You have create a new CMS component action type in your extension-items.xml file (CustomAction) and registered a button in your ___________ What are the next steps to register CustomAction to the button? Note: There are 2 correct answers to this Question
Define CustomAction as an instance of Renderer Template
Define a controller for the custom action
Define a mapping (ApplicableCMSActionsTypeForCMSComponents) between the new action type and the component
Define CustomAction as an instance of ContentSlot
{"name":"6.2 -3", "url":"https://www.quiz-maker.com/QPREVIEW","txt":"Test your knowledge on product catalog synchronization and related attributes in modern e-commerce systems. This quiz is designed to challenge your understanding of configurations and integrations related to product management.10 engaging questionsCheck your understanding of attributes and configurationsEnhance your knowledge of catalog management","img":"https:/images/course6.png"}