Weekend Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: xmas50

Adobe AD0-E720 - Adobe Commerce Front-End Developer Expert

Page: 2 / 2
Total 50 questions

An Adobe Commerce developer needs to debug an issue, where the path of the block template was invalid and the warning was added to a log file. Which mode are errors only written to a log file and not displayed?

A.

developer only

B.

default and production

C.

developer and default

An Adobe Commerce developer wants to determine which template is rendering a specific element on the storefront. Which two methods can they use to turn on template hints? (Choose two.)

A.

In the Admin, navigate to Stores > Configuration > Advanced > Developer > Debug.

Set Enabled Template Path Hints for Storefront to Yes

B.

In the Admin, navigate to system > Advanced > Template > Developer > Debug.

Set Enabled Template Path Hints for Storefront to Yes

C.

On the command line, run the command; php bin/magento setup:enable-template-hints

D.

On the command line, run the command; php bin/magento dev:template-hints:enable

An Adobe Commerce developer has been asked to implement a custom font specifically for emails. The Adobe Commerce developer has already added their font into the file system.

Keeping best practice in mind, which two files would need to be implemented to show the custom font in the email?

A.

/Vendor/Theme/web/css/source/_extend.less

Use the ^import font function with the url of the custom font from the theme.

/Vendor/Theme/web/css/source/_email.less file

B.

Add in the styles to target the elements that require being changed.

/vendor/Theme/web/css/source/_typography.less

C.

Add in a lib-font-face mixin with the custom font name into the newly created file.

D.

Add the font-family into the of the email within the email template.

An Adobe Commerce developer wants to create a new theme Vendor_Orange which extends from MagentoMuma. Which file is responsible for specifying the parent theme?

A.

view.xml

B.

registration.php

C.

theme.xml

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/f rontend/templates/custom-product-block.phtml.

What can they add to app/code/Orange/CustomProduct/view/f rontend/layout/catalog_product_view. xml in their module to accomplish this?

A)

B)

C)

D)

A.

Option A

B.

Option B

C.

Option C

D.

Option D