Magento 2 Certified Associate Developer - Magento-2-Associate-Developer Exam Practice Test

You are developing a new theme which inherits from the Magento_Luma theme.
How is this accomplished?
Correct Answer: B Vote an answer
A module MyModule needs to send notifications to customers only when the account was modified from a mobile app using the REST web APIs.
You decided to implement an observer for customer_save_after_data_object event.
In which file do you declare the observer?
Correct Answer: B Vote an answer
You have created a new section in system configuration under the Catalog tab:

How do you restrict an access to the section using Magento ACL?
Correct Answer: C Vote an answer
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: B Vote an answer
A module you are developing requires the addition of new routes that should be accessible in the store front.
Where do you define your module's frontName?
Correct Answer: D Vote an answer
What happens when a category's is_anchor attribute is set to 1?
Correct Answer: C Vote an answer
The module MyCompany_MyModule will add a new page to the admin interface at the URL path admin/mycompany/entity_grid.
How do you name the file containing the action controller class so the admin router matches the path to the class?
Correct Answer: C Vote an answer