Question 6 of 102

What is the connection between product attribute sets and categories?

Answer

Suggested Answer

The suggested answer is D.

Reference:
https://www.cloudways.com/blog/configuring-product-attribute-sets-in-magento/
Question 7 of 102

How can you access the select query of a collection?

Answer

Suggested Answer

The suggested answer is C.

Reference:
https://mage2.pro/t/topic/610
Question 8 of 102

You are developing a module MyCompany_StoreInfo to display information about brick and mortar stores on a frontend page. The displayed information varies based on the country of a given store.

What two elements automatically render their children? (Choose two.)

Answer

Suggested Answer

The suggested answer is C, D.

Question 9 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?

Answer

Suggested Answer

The suggested answer is A.

Reference:
https://magento.stackexchange.com/questions/121040/how-to-get-product-collections-by-set-of-ids-in-magento-2
Question 10 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?

Answer

Suggested Answer

The suggested answer is C.