Loading questions...
Updated
Want a break from the ads?
Become a Supporter and enjoy a completely ad-free experience, plus unlock Learn Mode, Exam Mode, AstroTutor AI, and more.
Create a free account to unlock all questions for this exam.
Log In / Sign UpAn Adobe Commerce developer is extending a theme from Magento\blank and wants to override parent styles.
Which file does the developer need to change to override the parent theme styles?
An Adobe Commerce developer wants to override the template assigned to a block named existing.product.block. This relationship is defined in the catalog_product_view.xml layout in the Magento_Catalog module. They cannot simply override the file in their theme, as this change is part of a feature that is being released to the marketplace as a module called "Orange_CustomProduct".
The developer has already created the desired template at app/code/Orange/CustomProduct/view/frontend/templates/custom-product-block.phtml.
What can they add to app/code/Orange/CustomProduct/view/frontend/layout/catalog_product_view.xml in their module to accomplish this?




In which folder can a custom theme favicon be added?
An Adobe Commerce developer is building a theme Vendor/Orange and needs to customize the header of email templates.
Where in the theme does the developer need to place the new template for this customization?
Which two steps are required to delete a manually installed theme? (Choose two.)
An Adobe Commerce developer needs to modify the width and height of all product images inside the theme Vendor/theme.
What file inside the theme is responsible for these changes?
An Adobe Commerce developer has been asked to move a block called country from the container sidebar to the container content, the block has to be the last child on the content container.
Which layout instruction would be used to move the block?
An Adobe Commerce Developer is adding a new page layout to the theme directory within a custom theme.
Which file needs to be created to register the new page layout?
An Adobe Commerce developer is using a view model within an existing block:

What are two ways to access the view model class in the template? (Choose two.)
An Adobe Commerce developer needs to pass JSON data to a JavaScript component while keeping XSS prevention strategies in mind.
Which two options would the developer use? (Choose two.)



