Question 91
A merchant is interested in setting different prices for the same products in different store scopes.
What do you reply to this inquiry?
What do you reply to this inquiry?
Question 92
Which entity in Magento supports scoped attributes?
Question 93
You are building a report using complex SQL aggregations to locate the required data.
In what type of class do you put these SQL statements?
In what type of class do you put these SQL statements?
Question 94
Your module, MyCompany_MyModule, is using the frontName mymodule. You need to locate the class responsible for the frontend path /mymodule/custom.
What file contains the controller class for the frontend path /mymodule/custom?
What file contains the controller class for the frontend path /mymodule/custom?
Question 95
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?
