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: 1 / 2
Total 50 questions

An Adobe Commerce developer needs to improve the time of first render of the pages. How would the developer achieve this?

A.

Use the quick static files deployment strategy

B.

Enable CSS critical path

C.

Enable CSS file merging

D.

Enable JavaScript minification

An Adobe Commerce developer wants to create symlinks for the frontend theme named Vendor/Orange using a CSS file: /pub/static/frontend/Vendor/Orange/en_US/css/styles-l.css during development.

Which CLI command would the developer use to create symlinks for the en_US locale?

A.

bin/magento dev:theme:deploy --locale="en__US" --theme="Vendor/Orange" css/styles-1

B.

bin/magento dev:source-theme:deploy --type=Mless" --locale="en_US" --theme="Vendor/Orange" css/styles-1

C.

bin/magento deploy:mode:set theme --locale="en_US" --area="frontend" css/styles-1

an Adobe commerce developer wants to override the core Magento Ul library dropdowns in your theme. Which is the correct way to achieve this?

A.

/web/css/source/_dropdowns.less

B.

lib/web/css/source/.dropdowns.less

C.

/web/css/source/lib/.dropdowns.less

An Adobe Commerce developer needs to apply a Knockout binding to show content under certain conditions.

Which two syntaxes would achieve this? (Choose two.)

A)

B)

C)

D)

A.

Option A

B.

Option B

C.

Option C

D.

Option D

An Adobe Commerce developer has found following code:

After compiling the .less file into a .ess file, what will be the results of the code above?

A)

B)

C)

A.

Option A

B.

Option B

C.

Option C

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?

A.

app/design/frontend///layouts. xml

B.

app/design/frontend///Magento_Theme/layouts.xnil

C.

app/design/frontend///Magento_Theme/layout/layouts.xml

An Adobe Commerce developer has just installed an extension via composer. When running, bin/magento module: status Vendor_Module, the status is returned as Module is disabled.

Which two CLI commands need to be run to make the extension work properly? (Choose two.)

A.

composer install

B.

bin/magento setup:upgrade

C.

composer update vendor/module

D.

bin/magento module:enable Vendor_Module --clear-static-content

An Adobe Commerce developer is working on a custom knockout Ul component and they need to add the text Happy Birthday. to be translated inside an .html template.

How would the developer add the text?

A.

B.

C.

An Adobe Commerce developer wants to create a sticky widget.

How would the widget be initialized using the data-mage-init attribute?

A)

B)

C)

A.

Option A

B.

Option B

C.

Option C

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?

A.

B.

C.