Question 51
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.phtmlof your custom module. The merchant has a customized version of this template in their
custom theme.
What is a consequence of this setup?
view/addto/compare.phtml of the Magento_Catalog module to custom/view/addto/
compare.phtmlof your custom module. The merchant has a customized version of this template in their
custom theme.
What is a consequence of this setup?
Question 52
The module MyCompany_MyModule provides custom admin interface pages.
Access to these pages should only be granted to specific users.
You add the required configuration to the module's acl.xml file, but the setting does not seem to work as expected.
How do you visually check if Magento evaluates your ACL resource as expected?
Access to these pages should only be granted to specific users.
You add the required configuration to the module's acl.xml file, but the setting does not seem to work as expected.
How do you visually check if Magento evaluates your ACL resource as expected?
Question 53
What is the connection between product attribute sets and categories?
Question 54
You are debugging a problem resulting from a recently deployed around plugin. The plugin is intercepting the doSomething method. The aroundDoSomething plugin method is called successfully, but the original doSomething method is no longer being executed as expected.
What is causing this?
What is causing this?
Question 55
You have created a new block and will be adding this block on every page. The block contains user-specific
information and cannot be cached. The block is added to the default.xml with:

What does this accomplish?
information and cannot be cached. The block is added to the default.xml with:

What does this accomplish?