What is a valid use case for an around plugin?
Answer : D
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?
Answer : C
Which method of a Magento resource model will remove a record from the database?
Answer : D
A module you are developing requires the addition of new routes that should be accessible in the store front.
Where do you define your module's frontName?
Answer : A
You are creating a new page layout for your custom module.
What is the primary difference between container and block elements?
Answer : B
A merchant tasks you to keep sales managers out of the system configuration backend pages.
How do you do that using the admin interface?
Answer : B
You added a new constructor argument to an existing action controller class.
When you reload the page you get a PHP error that the wrong argument is passed to the class.
How do you fix this?
Answer : A