Which three scopes can be used to set different System Configuration values in Magento? (Choose three.)
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?
Your module adds a new controller class which will return a JSON response.
What will be the return type of the execute method?
A module declares the route:
What is the layout handle of the storefront path /custom/feature/?
You are implementing a before plugin in MyCompany_Magic. It will intercept the same method that MyCompany_Admission is already intercepting using a before plugin: Topmenu::getBlockHtml
Which two actions are required to ensure the new plugin will execute last? (Choose two.)