Question 6 of 102Assume 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?
Correct Answer: A
Question 7 of 102While reviewing a layout file named sales_order_view.xml you notice the element <update handle=`customer_account`/> What is the purpose of this element?
Correct Answer: C
Question 8 of 102You have to install a new module on the production environment. All the module is adding a new product attribute. You enabled maintenance mode, copied the module code, run bin/magento setup:upgrade and disabled maintenance mode. What two risks does this process pose? (Choose two.)
Correct Answer: B, C
Question 9 of 102Magento 2's architecture uses code to bootstrap a custom module that resides in app/code. What two files are required to make a module usable? (Choose two.)
Correct Answer: C, D
Question 10 of 102How does Magento store customer address attribute values?