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

The questions for Magento-2-Certified-Associate-Developer were last updated On Nov 22, 2024

Question No. 1

A module you are working on needs to send a newsletter to all subscribed customers at predefined intervals.

Which two actions do you take to make sure the newsletter is sent? (Choose two.)

Show Answer Hide Answer
Correct Answer: B, C

Question No. 2

You need to add a new text attribute to all products in the Magento store. When this attribute is displayed on the product page, its values must be different depending on the selected language.

Keeping simplicity in mind, how do you add this attribute?

Show Answer Hide Answer
Correct Answer: D

Question No. 3

You are debugging a problem resulting from a recently deployed around plugin. The plugin is intercepting the doSomething method. The aroundDoSomething plugin method is called successfully, but the original doSomething method is no longer being executed as expected.

What is causing this?

Show Answer Hide Answer
Correct Answer: C

Question No. 4

What is the difference between online and offline shipping methods?

Show Answer Hide Answer
Correct Answer: C

Question No. 5

You added a new constructor argument to an existing action controller class.

When you reload the page you get a PHP error that the wrong argument is passed to the class.

How do you fix this?

Show Answer Hide Answer
Correct Answer: A