Question 61

You are adding an entry to the backend menu. To do so you open a core etc/adminhtml/menu.xml file as a reference. In the file you see the node:

What is the result of specifying resource="Magento_Catalog::catalog"?
  • Question 62

    Which two tasks are supported by Magento CLI? (Choose two.)
  • Question 63

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

    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?
  • Question 65

    You added a plugin declaration to MyCompany/MyModule/etc/di.xml:

    What will be the effect of this declaration?