How is this implemented?

A merchant asks you to extend customer functionality to allow customer accounts to be associated with two or more billing addresses. How is this implemented?A . By adding the attribute like customer_address_billing2 and customizing both My Account and Checkout functionality to use that new attributeB . By changing the System...

June 16, 2022 No Comments READ MORE +

How do you implement this, keeping simplicity in mind?

You are working on a project that contains a million SKUs. The merchant has requested the product view page to have a custom color schema and page layout depending on the product price range. How do you implement this, keeping simplicity in mind?A . Create a custom block which will...

June 15, 2022 No Comments READ MORE +

What happens when a category’s is_anchor attribute is set to 1?

What happens when a category’s is_anchor attribute is set to 1?A . Products without a specified category will be associated with this categoryB . The customer will see all products from all children of the categoryC . This is the default category for a websiteD . The category will always...

June 15, 2022 No Comments READ MORE +

What is the required class definition for the event observer?

You have configured an event observer to watch the checkout_submit_all_after event using this XML: What is the required class definition for the event observer? A . Option AB . Option BC . Option CD . Option DView AnswerAnswer: B

June 14, 2022 No Comments READ MORE +

What scopes are available for customer attributes?

What scopes are available for customer attributes?A . Global onlyB . Website onlyC . Global and WebsiteD . Global, Website and StoreView AnswerAnswer: A

June 14, 2022 No Comments READ MORE +

Which architectural pattern makes it possible?

Magento allows you to specify custom values per store for product attributes created in the admin panel. Which architectural pattern makes it possible?A . Store ManagerB . Extension AttributeC . Entity Attribute ValueD . Dependency InjectionView AnswerAnswer: C

June 14, 2022 No Comments READ MORE +

How do you add a new link into the My Account sidebar?

How do you add a new link into the My Account sidebar?A . By creating a new UI componentB . By creating a child of the My Account UI componentC . By adding the new section into the customer_account table in the databaseD . By using a layout updateView AnswerAnswer:...

June 14, 2022 No Comments READ MORE +

What is a consequence of this setup?

A third-party module uses a layout update that changes the template path for a core block from product/view/addto/compare.phtml of the Magento_Catalog module to custom/view/addto/compare.phtml of your custom module. The merchant has a customized version of this template in their custom theme. What is a consequence of this setup?A . If...

June 14, 2022 No Comments READ MORE +

Where do you change the frontName for the admin router?

Where do you change the frontName for the admin router?A . app/etc/config.xmlB . app/etc/env.phpC . app/etc/local.xmlD . composer.jsonView AnswerAnswer: B

June 14, 2022 No Comments READ MORE +

What can you determine from this directory’s name?

You are reviewing a Magento module and see a directory named Service. What can you determine from this directory’s name?A . It is where the API response cache is storedB . It is where API-related configuration residesC . It is where the module’s service contracts are storedD . You need...

June 12, 2022 No Comments READ MORE +