Multiple Choice
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/?
A) action="adminhtml/mycompany/mymodule/"
B) action="admin/mycompany/mymodule/"
C) It is not possible without extending the adminhtml route in routes.xml
D) action="mycompany/mymodule/"
Correct Answer:

Verified
Correct Answer:
Verified
Q92: A module you are working on needs
Q93: A third-party module uses a layout update
Q94: You are working on a custom web
Q95: You added a new constructor argument to
Q96: What will be the result of calling
Q97: You are writing a customization for the
Q99: You have been asked to display details
Q100: The module MyCompany_MyModule will add a new
Q101: How do you persist an entity to
Q102: How do you add a foreign key