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"?
You are implementing a custom module MyModule, which provides an implementation of \Psr\Log\LoggerInterface called \MyCompany\MyModule\Logger.
The LoggerInterface has the default preference declared in app/etc/di.xml.
Keeping upgradability in mind, how do you make \MyCompany\MyModule\Logger the default implementation of the LoggerInterface globally?
You have created a new section in system configuration under the Catalog tab:
How do you restrict an access to the section using Magento ACL?
You have created a module controller that responds to the following URL:
/mycompany/product/load/id/123.
Which two methods will load the product model by ID as specified in the URL? (Choose two.)
While developing a module you need to modify an existing Data Patch.
How can you force Magento to execute an existing Data Patch file again?