Question 11

You are implementing a before plugin in MyCompany_Magic. It will intercept the same method that MyCompany_Admission is already intercepting using a before plugin: Topmenu::getBlockHtml Which two actions are required to ensure the new plugin will execute last? (Choose two.)
  • Question 12

    How can you render a text on a page using only layout xml?
  • Question 13

    A developer wants to implement integration of a new payment method that should be available for order creation from the admin panel. Which flag should be used?
  • Question 14

    The module MyCompany_MyModule will add a new page to the admin interface at the URL path admin/mycompany/entity_grid.
    How do you name the file containing the action controller class so the admin router matches the path to the class?
  • Question 15

    Which tag should be used in module.xml to ensure dependency modules are loaded in the proper order?