Multiple Choice
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?
A) Create a before plugin for \Magento\Customer\Api\AccountManagementInterface's authenticate method
B) Create a mutation of a CustomerInterface object to intercept the username and password
C) Create an event observer for the user_save_after observer
D) Override \Magento\Customer\Controller\AccountController.php
Correct Answer:

Verified
Correct Answer:
Verified
Q28: How can you render a text on
Q29: A merchant tasked you to add an
Q30: While reviewing a layout file named sales_order_view.xml
Q31: Which three scopes can be used to
Q32: Where do you change the frontName for
Q34: The module MyCompany_MyModule will add a new
Q35: You have created a custom module which
Q36: Your module adds a new controller class
Q37: While developing a module you need to
Q38: You have been given the task of