Multiple Choice
The module MyCompany_MyModule provides custom admin interface pages. Access to these pages should only be granted to specific users. You add the required configuration to the module's acl.xml file, but the setting does not seem to work as expected. How do you visually check if Magento evaluates your ACL resource as expected?
A) Write a plugin for the class \Magento\Framework\Acl\LoaderInterface::populateAcl() and echo out the loaded roles
B) Inspect the output of the CLI command bin/magento admin:role:resources - all
C) In the browser, open the admin User Roles page. Choose a role and inspect the tree of available resources
D) Inspect the response of a GET request to the webapi endpoint http://example.com/rest/V1/acl/resources
Correct Answer:

Verified
Correct Answer:
Verified
Q39: You are working on a new entity
Q40: You need to add a new text
Q41: You have added a new attribute origin
Q42: You are creating a new page layout
Q43: A merchant gives you the module MyCompany_MyModule
Q45: You need to find all orders in
Q46: You are reviewing a theme in app/design/frontend/MyCompany/MyTheme
Q47: In the module located at app/code/MyCompany/MyModule there
Q48: In a custom module you are adding
Q49: You have created a new block and