Question 96
You are developing a module MyCompany_StoreInfo to display information about brick and mortar stores on a frontend page. The displayed information varies based on the country of a given store.
What two elements automatically render their children? (Choose two.)
What two elements automatically render their children? (Choose two.)
Question 97
You are creating a new page layout for your custom module.
What is the primary difference between container and block elements?
What is the primary difference between container and block elements?
Question 98
You are working on a new entity called vendor. You implemented the model, resource model and collection.
You want to ensure that standard model events will be fired for your model, so an observer can be created for the events vendor_save_after, vendor_save_commit_after and others.
How do you do that?
You want to ensure that standard model events will be fired for your model, so an observer can be created for the events vendor_save_after, vendor_save_commit_after and others.
How do you do that?
Question 99
Magento allows you to specify custom values per store for product attributes created in the admin panel.
Which architectural pattern makes it possible?
Which architectural pattern makes it possible?
Question 100
You are adding a new menu item to the admin backend which will link to a custom backend page.
The declaration of the route:

What do you specify as the menu item action attribute value so it links to /admin/mycompany/mymodule/?
The declaration of the route:

What do you specify as the menu item action attribute value so it links to /admin/mycompany/mymodule/?