Official Bank 0/103

Magento 2 Certified Associate Developer Exam (Magento 2 Certified Associate Developer) - Magen Exam Questions

Last updated on June 20, 2026

97% Exam Compliance
103 Total Questions
1
Question
How do you add a new link into the My Account sidebar?
Options
A By adding the new section into the customer_account table in the database
B By creating a child of the My Account UI component
C By using a layout update
D By creating a new UI component
Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

2
Question
A custom module needs to log all calls of \Magento\Customer\Api\AddressRepositoryInterface::save().

Which mechanism do you use?
Options
A A proxy configured to intercept all calls to any public method and log them
B An extension attribute configured in the extension_attributes.xml
C A plugin declared for the save() method
D An observer on the customer_address_repository_save event, which is automatically fired for every repository save
Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

3
Question
You want to declare a block of the type \Magento\Framework\View\Element\Template with a template named view.phtml in the layout XML. What is the correct layout declaration for this?

Exhibit
Options
A Option B
B Option C
C Option D
D Option A
Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

4
Question
You are tasked with ensuring customers who log into the site are authorized. By default, this consists of ensuring the customers email and password match the values in the database. On this project, you need to verify additional data in this process. Keeping in mind upgradeability, how is this done?
Options
A Create an event observer for the user_save_after observer
B Create a mutation of a CustomerInterface object to intercept the username and password
C Override \Magento\Customer\Controller\AccountController.php
D Create a before plugin for \Magento\Customer\Api\AccountManagementInterface’s authenticate method
Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

5
Question
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:

Exhibit

What two actions do you take to configure the new menu entry location? (Choose two.)
Select 2
Options
A Specify parent=”Magento_Backend::marketing_seo”
B Specify parent=”Magento_Sitemap::catalog_sitemap”
C Specify sortOrder=”100”
D Specify item XML in the file etc/adminhtml/menu/marketing/seo/menu.xml
Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

Finish Practice?

Are you sure you want to finish? This will end your practice session.