Question 31

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 32

    What happens when a category's is_anchor attribute is set to 1?
  • Question 33

    What is the relationship between products and categories in Magento?
  • Question 34

    You want to declare a block of the type \Magento\Framework\View\Element\Template with a template named view.phtml in the layout XML.
    What is the correct layout declaration for this?