Magento Magento 2 Certified Associate Developer Exam

Page:    1 / 21   
Total 102 questions

Products may be accessed using SEO friendly URLs like /my-product instead of /catalog/product/view/id/{ID}
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

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?

  • 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

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

Reference:
https://docs.magento.com/m2/ce/user_guide/sales/checkout-step1-shipping.html

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.



Answer : B

Reference:
https://www.mageplaza.com/magento-2-module-development/magento-2-acl-access-control-lists.html

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

  • 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

Page:    1 / 21   
Total 102 questions