Magento 2 Certified Associate Developer - Magento-2-Certified-Associate-Developer FREE EXAM DUMPS QUESTIONS & ANSWERS
How many shipping addresses may be selected for an order during the checkout process?
Correct Answer: C
Vote an answer
You have to install a new module on the production environment. All the module is adding a new product attribute. You enabled maintenance mode, copied the module code, run bin/magento setup:upgrade and disabled maintenance mode.
What two risks does this process pose? (Choose two.)
What two risks does this process pose? (Choose two.)
Correct Answer: A,D
Vote an answer
During a code review of a module MyCompany_PaymentCurrencies you see a configuration field declared in the file etc/adminhtml/system.xml:

What is the consequence of the attribute showInStore being set to 0?

What is the consequence of the attribute showInStore being set to 0?
Correct Answer: A
Vote an answer
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: C
Vote an answer
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?
Correct Answer: C
Vote an answer
You have created a custom module which must perform an action immediately after an order is placed, but only on the store front of the merchant site. You have selected the checkout_submit_all_after as the target event which the module will observe.
In which file will the event observer be declared?
In which file will the event observer be declared?
Correct Answer: B
Vote an answer
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?
How do you specify the class that will process the uploaded file?
Correct Answer: C
Vote an answer