Question 31

A merchant gives you the module MyCompany_MyModule to install.
How do you identify which REST endpoints are supported by the module?
  • Question 32

    You need to add a new text attribute to all products in the Magento store. When this attribute is displayed on the product page, its values must be different depending on the selected language.
    Keeping simplicity in mind, how do you add this attribute?
  • Question 33

    A merchant asks you to create a module that is able to process URLs with a custom structure that can contain any combination of a product type code, a partial name, and a 4-digit year in any order. The request path will look like this: /product/:type-code/:name-part/:year Which layer in the Magento request processing flow is suited for this kind of customization?
  • Question 34

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

    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?