Magento-2-Associate-Developer Exam Question 36
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?
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?
Magento-2-Associate-Developer Exam Question 37
Assume that $collection is a new instance of a class that extends
Magento\Framework\Model\ResourceModel\Db\Collection\AbstractCollection, and $ids is an array of ids.
How do you select a list of records from the database where the record ids are in the $ids list?
Magento\Framework\Model\ResourceModel\Db\Collection\AbstractCollection, and $ids is an array of ids.
How do you select a list of records from the database where the record ids are in the $ids list?
Magento-2-Associate-Developer Exam Question 38
A merchant requires the ability to configure contact information for their brick and mortar stores as a CSV file upload. The module already exists and contains an etc/adminhtml/system.xml file where the new field can be added.
How do you specify the class that will process the uploaded file?
How do you specify the class that will process the uploaded file?
Magento-2-Associate-Developer Exam Question 39
How many shipping addresses may be selected for an order during the checkout process?
Magento-2-Associate-Developer Exam Question 40
What are two functions of a resource model? (Choose two.)