live chatMcAfee Secure sites help keep you safe from identity theft, credit card fraud, spyware, spam, viruses and online scams
Pass4Test 10%OFF Discount Code

Magento 2 Certified Associate Developer - Magento-2-Associate-Developer Exam Questions

QUESTION NO: 1
How do you set the custom block MyCompany\MyModule\Block\A as a child for the block named product.info using layout XML?
Correct Answer: D
QUESTION NO: 2
There are two different configurable products which both share one variation. The shared variation is represented by the same simple product.
A customer added both configurables to the cart with the same selected variation?
How will they be displayed?
Correct Answer: C
QUESTION NO: 3
What is the difference between online and offline shipping methods?
Correct Answer: B
QUESTION NO: 4
A merchant requires the ability to configure contact information for their brick and mortar stores as a CSV file upload. The module already exists and contains an etc/adminhtml/system.xml file where the new field can be added.
How do you specify the class that will process the uploaded file?
Correct Answer: B
QUESTION NO: 5
You want to remove a column introduced by a third-party extension via declarative schema.
How do you do that?
Correct Answer: A
QUESTION NO: 6
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.)
Correct Answer: A,D
QUESTION NO: 7
You are adding an entry to the backend menu. To do so you open a core etc/adminhtml/menu.xml file as a reference. In the file you see the node:

What is the result of specifying resource="Magento_Catalog::catalog"?
Correct Answer: B