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

Loading demo links...

Showing 1–3 of 10 questions

Question 1

You are adding a new entry to the backend menu that appears after

Marketing > SEO & Search > Site Map

You see the existing site map menu item is declared by the node:

What two actions do you take to configure the new menu entry location? (Choose two.)

Select all that apply, then click Submit answer.

  • Specify item XML in the file etc/adminhtml/menu/marketing/seo/menu.xml

  • Specify parent=”Magento_Sitemap::catalog_sitemap”

  • Specify parent=”Magento_Backend::marketing_seo”

  • Specify sortOrder=”100”

Question 2

Which two ways does Magento persist category relationships in the database? (Choose two.)

Select all that apply, then click Submit answer.

  • Using slash-separated values in the path field

  • in the table catalog_category_index

  • in the parent_id field

  • Using comma-separated values in the parent-ids field

Question 3

You have added a new attribute origin of the type varchar to the product entity.

Which two calls will filter a product collection with origin set to “California”? (Choose two.)

Select all that apply, then click Submit answer.

  • $collection->addFieldToFilter(‘origin’, “California”);

  • $collection->addAttributeToSelect(‘origin’, “California”);

  • $collection->joinAttribute(‘origin’, ‘catalog_product/origin’, ‘origin’, ‘California”);

  • $collection->addAttributeToFilter(‘origin’, “California”);