Magento Magento 2 Certified Associate Developer Exam Questions
Magento 2 Certified Associate Developer (Page 6 )

Updated On: 15-Feb-2026

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.)

  1. It will clean all caches which will cause a performance degradation
  2. The new attribute will be invisible on the storefront until the cache is cleaned manually
  3. It will void all active sessions
  4. It will clean static assets from the pub/static folder

Answer(s): B,C



Magento 2's architecture uses code to bootstrap a custom module that resides in app/code.
What two files are required to make a module usable? (Choose two.)

  1. Helper/Data.php
  2. etc/config.xml
  3. etc/module.xml
  4. registration.php

Answer(s): C,D



How does Magento store customer address attribute values?

  1. Customer address is a flat entity, so all values are stored in the customer_address_entity table
  2. Customer address is not an entity, so its properties are customer attributes
  3. Customer address is an attribute of the customer, so it doesn't have its own attributes
  4. Customer address is an EAV entity, so all values are stored in the customer_address_entity table and related values tables

Answer(s): D



You are developing a module and need to add another column to a table introduced by another module MyCompany_MyModule via db schema.
How do you do that?

  1. Create a etc/db_schema.xml file in your module, add the column and run bin/magento setup:upgrade
  2. Create a etc/db.xml file in your module, add the column and run bin/magento setup:db- schema:upgrade
  3. Run a command: bin/magento setup:db-schema:upgrade <table> <column definition>
  4. Create a etc/db_schema_whitelist.json file in your module, add the column and run bin/magento setup:upgrade

Answer(s): C



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?

  1. Use the Magento CLI to create a new custom attribute, then generate dictionaries for all supported languages
  2. Use a Data Patch to create a new EAV attribute
  3. Add a new column to the catalog_product_entity table using declarative schema
  4. Use the admin panel to create a new extension attribute

Answer(s): D






Post your Comments and Discuss Magento Magento 2 Certified Associate Developer exam dumps with other Community members:

Join the Magento 2 Certified Associate Developer Discussion