Magento Magento 2 Certified Associate Developer - Magento 2 Certified Associate Developer Exam
Page: 1 / 21
Total 102 questions
Question #1 (Topic: Topic 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?
A. An event observer adds RewriteRules to .htaccess on product save
B. Magento\Catalog\Controller\Product\View::loadByUrlKey loads product pages using the url_key attribute value
C. Using a URL Rewrite stored in the database connecting the request path with the target path
D. A plugin on \Magento\UrlRewrite\Controller\Router::match loads products by the url_key attribute
Answer: C
Question #2 (Topic: Topic 1)
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?
A. Create a new Magento instance using composer create-project
B. Clone the magento/magento2 GitHub repository
C. Run php bin/magento setup:migrate <path-to-m1-installation> <new-version> command
D. Create a new Magento instance by using the bin/magento install command
Answer: C
Question #3 (Topic: Topic 1)
How many shipping addresses may be selected for an order during the checkout process?
A. One shipping address per line item is possible
B. Only one shipping address per order is possible
C. One shipping address per unit of quantity is possible
D. One shipping address per product type is possible
Answer: B
Question #4 (Topic: Topic 1)
You have created a new section in system configuration under the Catalog tab:
[Magento-Magento 2 Certified Associate Developer-1.0/xmlfile-3_1.jpg]
How do you restrict an access to the section using Magento ACL?
A.
[Magento-Magento 2 Certified Associate Developer-1.0/xmlfile-3_2.jpg]
B.
[Magento-Magento 2 Certified Associate Developer-1.0/xmlfile-3_3.png]
C.
[Magento-Magento 2 Certified Associate Developer-1.0/xmlfile-4_1.png]
D.
[Magento-Magento 2 Certified Associate Developer-1.0/xmlfile-4_2.jpg]
[Magento-Magento 2 Certified Associate Developer-1.0/xmlfile-3_1.jpg]
How do you restrict an access to the section using Magento ACL?
A.
[Magento-Magento 2 Certified Associate Developer-1.0/xmlfile-3_2.jpg]
B.
[Magento-Magento 2 Certified Associate Developer-1.0/xmlfile-3_3.png]
C.
[Magento-Magento 2 Certified Associate Developer-1.0/xmlfile-4_1.png]
D.
[Magento-Magento 2 Certified Associate Developer-1.0/xmlfile-4_2.jpg]
Answer: B
Question #5 (Topic: Topic 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.)
Which two actions do you take to make sure the newsletter is sent? (Choose two.)
A. Implement \MyCompany\MyModule\Cron\NewsLetterSender::execute and register it in etc/crontab/di.xml
B. Implement \MyCompany\MyModule\Cron\NewsLetterSender::execute and register it in etc/crontab/.xml
C. Make sure bin/magento cron:run is added to the system crontab
D. Register the plugin for \Magento\Customer\Model\Customer::authenticate in etc/crontab.xml
Answer: BC