Magento-2-Certified-Associate-Developer Magento 2 Certified Associate Developer

Loading demo links...

Showing 4–6 of 10 questions

Question 4

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

Select all that apply, then click Submit answer.

  • Helper/Data.php

  • etc/config.xml

  • etc/module.xml

  • registration.php

Question 5

You are tasked to install an extension to the merchant’s Magento instance.

The extension is developed by the company called MyCompany and its codebase is available from all four locations listed below.

Which two installations options do you choose from to prevent version conflicts during upgrade? (Choose two.)

Select all that apply, then click Submit answer.

  • Clone the code from GitHub and put it into the vendor directory

  • Download the extension code from the developer’s website, and put it into app/code

  • Use Magento web setup wizard to pull the code from Magento’s composer repository

  • Use composer CLI to pull the code from MyCompany’s repository

Question 6

How do you add a new link into the My Account sidebar?

Select an option, then click Submit answer.

  • By creating a new UI component

  • By creating a child of the My Account UI component

  • By adding the new section into the customer_account table in the database

  • By using a layout update