Multiple Choice
The module MyCompany_MyModule will add a new page in the admin interface to display a custom entity in a grid. You created a controller for this grid \MyCompany\MyModule\Controller\Adminhtml\CustomEntity\Index Which two actions are required to make the new page accessible at the https://your.store.base.url/admin/my_module/custom_entity URL? (Choose two.)
A) Register my_module route for the AdminRouter in MyCompany/MyModule/etc/adminhtml/di.xml
B) Create a new menu item in MyCompany/MyModule/etc/adminhtml/menu.xml
C) Specify the my_module/custom_entity URL using a @route annotation in the action controller execute() method
D) Register my_module route in MyCompany/MyModule/etc/adminhtml/routes.xml
Correct Answer:

Verified
Correct Answer:
Verified
Q29: A merchant tasked you to add an
Q30: While reviewing a layout file named sales_order_view.xml
Q31: Which three scopes can be used to
Q32: Where do you change the frontName for
Q33: You are tasked with ensuring customers who
Q35: You have created a custom module which
Q36: Your module adds a new controller class
Q37: While developing a module you need to
Q38: You have been given the task of
Q39: You are working on a new entity