Adobe Certified Professional Magento Commerce Developer - AD0-E702 Exam Practice Test
Your module adds a new controller class which will return a JSON response.
What will be the return type of the execute method?
What will be the return type of the execute method?
Correct Answer: A
Vote an answer
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.)
Correct Answer: A,B
Vote an answer
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/?
Correct Answer: A
Vote an answer
How many shipping addresses may be selected for an order during the checkout process?
Correct Answer: B
Vote an answer
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"?

What is the result of specifying resource="Magento_Catalog::catalog"?
Correct Answer: A
Vote an answer
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?
What is the function of this file?
Correct Answer: D
Vote an answer
Magento 2's architecture uses code to bootstrap a custom module that resides in app/code.
What two files are required to make a module usable? (Choose two.)
What two files are required to make a module usable? (Choose two.)
Correct Answer: A,C
Vote an answer