Question 6 of 102
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?
    Correct Answer: A

Question 7 of 102
While 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 102
You 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 102
Magento 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 102
How does Magento store customer address attribute values?
    Correct Answer: D