Magento 2 Certified Associate Developer - Magento-2-Certified-Associate-Developer Exam Practice Test
\Magento\Sales\Model\Api\OrderRepositoryInterface::getList accepts a SearchCriteriaInterface to filter and sort information.
What class assists in creating an instance for SearchCriteriaInterface?
What class assists in creating an instance for SearchCriteriaInterface?
Correct Answer: B
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?
Correct Answer: A
You are adding a new entry to the backend menu that appears after
Marketing > SEO & Search > Site Map
You see the existing site map menu item is declared by the node:

What two actions do you take to configure the new menu entry location? (Choose two.)
Marketing > SEO & Search > Site Map
You see the existing site map menu item is declared by the node:

What two actions do you take to configure the new menu entry location? (Choose two.)
Correct Answer: A,D
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?
How do you name the file containing the action controller class so the admin router matches the path to the class?
Correct Answer: C
What is the relationship between products and categories in Magento?
Correct Answer: A
You are developing a new theme which inherits from the Magento_Luma theme.
How is this accomplished?
How is this accomplished?
Correct Answer: A
You are reviewing a theme in app/design/frontend/MyCompany/MyTheme and see the file etc/view.xml.
What is the function of this file?
What is the function of this file?
Correct Answer: B
The module MyCompany_MyModule will add a new page in the admin interface to display a custom entity in a grid.
You created a controller for this grid \MyCompany\MyModule\Controller\Adminhtml\CustomEntity\Index Which two actions are required to make the new page accessible at the
https://your.store.base.url/admin/my_module/custom_entity URL? (Choose two.)
You created a controller for this grid \MyCompany\MyModule\Controller\Adminhtml\CustomEntity\Index Which two actions are required to make the new page accessible at the
https://your.store.base.url/admin/my_module/custom_entity URL? (Choose two.)
Correct Answer: B,D