Weekend Sale - Special 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 70dumps

AD0-E710 Questions and Answers

Note! Following AD0-E710 Exam is Retired now. Please select the alternative replacement for your Exam Certification. The new exam code is AD0-E720

AD0-E710 Questions and Answers

Question # 6

An Adobe Commerce developer wants to minify and merge the CSS for frontend optimization. Where would they need to configure the minification and merging of CSS?

A.

In Admin panel, Stores > Configuration > Advanced > CSS > CSS Settings

B.

In Admin panel, Stores > Configuration > Advanced > System > CSS Settings

C.

In Admin panel, Stores > Configuration > Advanced >Developer > CSS Settings

Full Access
Question # 7

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.)

A.

$block->getviewModel()

B.

$block->getData( ' view_model ' )

C.

$block->getData( ' viewModel ' )

D.

$block->viewModel()

Full Access
Question # 8

An Adobe Commerce developer is using a 3rd party module called Nomespace_Module which has a bass layout ( /view/-frontend/layout/layout1.xml ).

How would an Adobe Commerce developer override the base layout?

A.

B.

C.

Full Access
Question # 9

An Adobe Commerce developer is creating a custom theme that needs to extend the blank theme.

How would they extend the blank theme in app/design/frontend//<theme>/theme.xml?

A.

Magento/blank

B.

Magento/blank

C.

blank

Full Access
Question # 10

An Adobe Commerce developer has to set a specific CMS page to appear when a 404 Page Not Found error occurs.

Where can the CMS No Route Page be configured in the Admin Panel?

A.

In the Default Pages section under Stores > Settings > Configuration > General > Web

B.

In the Default Pages section under Stores > Settings > Configuration > Design > Web

C.

In the Default Pages section under Stores > Settings > Configuration > Advanced > Web

Full Access
Question # 11

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

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

A.

bin/magento setup:upgrade

B.

composer install

C.

composer update vendor/module

D.

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

Full Access
Question # 12

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.

Full Access
Question # 13

An Adobe Commerce developer has created a custom .phtml template, and added it to the Layout XML:

Which two options can be used to ensure that custom-template.phtml is rendered? (Choose two.)

A.

B.

C.

D.

Full Access
Question # 14

In developer mode, which library is used to compile .less files during Client-side LESS compilation?

A.

less,js

B.

config,js

C.

compile,js

Full Access