Magento Magento 2 Certified Associate Developer Exam Practice Questions (P. 1)
- Full Access (102 questions)
- Six months of Premium Access
- Access to one million comments
- Seamless ChatGPT Integration
- Ability to download PDF files
- Anki Flashcard files for revision
- No Captcha & No AdSense
- Advanced Exam Configuration
Question #1
Products may be accessed using SEO friendly URLs like /my-product instead of /catalog/product/view/id/{ID}
How is this one?
How is this one?
- AAn event observer adds RewriteRules to .htaccess on product save
- BMagento\Catalog\Controller\Product\View::loadByUrlKey loads product pages using the url_key attribute value
- CUsing a URL Rewrite stored in the database connecting the request path with the target path
- DA plugin on \Magento\UrlRewrite\Controller\Router::match loads products by the url_key attribute
Correct Answer:
C
C
send
light_mode
delete
Question #2
You are setting up a brand new Magento installation for a merchant who is migrating from Magento 1 to Magento 2.
Keeping in mind upgradability and the need to customize, which one do you choose?
Keeping in mind upgradability and the need to customize, which one do you choose?
- ACreate a new Magento instance using composer create-project
- BClone the magento/magento2 GitHub repository
- CRun php bin/magento setup:migrate <path-to-m1-installation> <new-version> command
- DCreate a new Magento instance by using the bin/magento install command
Correct Answer:
C
C
send
light_mode
delete
Question #3
How many shipping addresses may be selected for an order during the checkout process?
- AOne shipping address per line item is possible
- BOnly one shipping address per order is possible
- COne shipping address per unit of quantity is possible
- DOne shipping address per product type is possible
Correct Answer:
B
Reference:
https://docs.magento.com/m2/ce/user_guide/sales/checkout-step1-shipping.html
B
Reference:
https://docs.magento.com/m2/ce/user_guide/sales/checkout-step1-shipping.html
send
light_mode
delete
Question #4
You have created a new section in system configuration under the Catalog tab:

How do you restrict an access to the section using Magento ACL?
A.

B.

C.

D.


How do you restrict an access to the section using Magento ACL?
A.

B.

C.

D.

Correct Answer:
B
Reference:
https://www.mageplaza.com/magento-2-module-development/magento-2-acl-access-control-lists.html
B
Reference:
https://www.mageplaza.com/magento-2-module-development/magento-2-acl-access-control-lists.html
send
light_mode
delete
Question #5
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.)
Which two actions do you take to make sure the newsletter is sent? (Choose two.)
- AImplement \MyCompany\MyModule\Cron\NewsLetterSender::execute and register it in etc/crontab/di.xml
- BImplement \MyCompany\MyModule\Cron\NewsLetterSender::execute and register it in etc/crontab/.xml
- CMake sure bin/magento cron:run is added to the system crontab
- DRegister the plugin for \Magento\Customer\Model\Customer::authenticate in etc/crontab.xml
Correct Answer:
BC
BC
send
light_mode
delete
All Pages