You are writing a customization for the customer module. You need to make sure the configuration files from your module are loaded after the customer module's configuration.Where should the dependency be declared?
What is the difference between online and offline shipping methods?
A custom module needs to log all calls of \Magento\Customer\Api\AddressRepositoryInterface::save().Which mechanism do you use?
A merchant gives you the module MyCompany_MyModule to install.How do you identify which REST endpoints are supported by the module?
You are tasked with ensuring customers who log into the site are authorized. By default, this consists of ensuring the customers email and password match the values in the database. On this project, you need to verify additional data in this process.Keeping in mind upgradeability, how is this done?
You are building a report using complex SQL aggregations to locate the required data.In what type of class do you put these SQL statements?