Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
sale

Want to Unlock All Questions for this Exam?

Full Exam Access, Discussions, No Robots Checks

Magento Magento 2 Certified Associate Developer Exam Actual Questions

The questions for Magento 2 Certified Associate Developer were last updated on April 23, 2024.
  • Viewing page 1 out of 26 pages.
  • Viewing questions 1-4 out of 107 questions

Topic 1 - Single Topic

Question #1 Topic 1

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
Reveal Solution Hide Solution   Discussion  

Correct Answer: C 🗳️

Question #2 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?

  • 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
Reveal Solution Hide Solution   Discussion  

Correct Answer: C 🗳️

Question #3 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
Reveal Solution Hide Solution   Discussion  

Correct Answer: B 🗳️
Reference:
https://docs.magento.com/m2/ce/user_guide/sales/checkout-step1-shipping.html

Question #4 Topic 1

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.

Reveal Solution Hide Solution   Discussion  

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

Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...