You are building a new module to add extra functionality to the Magento application. What files are required?
Answer : A, B, C
There is a custom extension called MyCompany_MyModule. It has the following layout customization declared in MyCompany/MyModule/view/frontend/layout/default.xml:
name=''my.block'' template=''MyCompany_MyModule::my_template.phtml'' cacheable=''false''/> What will be the result of the customization?
Answer : A
You need to add the Google Tag Manager (GTM) to every page. What three steps do you take to accomplish this in MyCompany_MyModule?
Answer : A, B, C
You are building a new module to add extra functionality to the Magento application.You want to works with CustomerData the data stored on the client side. Where initialized sections Cart and Directory-data are on the server side via the classes?
Answer : A
A custom module is performing an optimized custom query for quote items. The class applies the query customizations on the select object of a quote item collection instance.
You are tasked to resolve an issue where the query sometimes does not deliver the expected results. You have debugged the problem and found another class is also using a quote item collection and is loading the collection before the custom module. How do you resolve the issue, keeping maintainability in mind?
Answer : A
A client has asked you to include category url keys in product URLs.
How is this done?
Answer : C
Magento allows you to specify custom values per store for product attributes created in the admin panel.
Which architectural pattern makes it possible?
Answer : C