Magento 2 Certified Associate Developer Exam
Magento Certified Professional Cloud DeveloperExam
Magento 2 Certified Solution Specialist Exam
What does the element do in the following piece of layout XML?
It unsets all elements defined in the layout handle called catalog_seo_sitemap.
It loads the layout handle catalog_seo_sitemap_category into the layout handle ca catalog_seo_sitemap.
It loads the layout handle catalog_seo_sitemap into the layout handle called catalog_seo_sitemap_category.
It updates the name on the layout handle catalog_seo_sitemap_category to catalog_seo_sitemap.
In an email template or a CMS block, which two of the following directives specify a store URL without requiring you to hardcode the base URL? (Choose TWO.)
{{store url="checkout/cart/index"}}
{{store route="checkout/cart/index"}}
{{store checkout/cart/index}}
http://{{store url= "checkout/cart/index"}}
{{base url=""}}checkout/cart/index
{{store direct_url=”checkout/cart/index”}}
Where are the core module translations located?
app/code/locale/
app/locale/
app/design/frontend/default/default/locale/
app/etc/modules/locale/