Question 1

In layout files you can change an element's order on a page. This can be done using one of the following:
* <move> instruction
* before and after element attributes?
How are two methods different?
  • Question 2

    How do you pass an array ['one', 'two] as a parameter to you block using the layout XML arguments directive?
  • Question 3

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

    What will be the effect of this declaration?
  • Question 4

    You are reviewing a theme in app/design/frontend/MyCompany/MyTheme and see the file etc/view.xml.
    What is the function of this file?
  • Question 5

    You are tasked to install an extension to the merchant's Magento instance.
    The extension is developed by the company called MyCompany and its codebase is available from all four
    locations listed below.
    Which two installations options do you choose from to prevent version conflicts during upgrade? (Choose two.)