Month End Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: buysanta

Exact2Pass Menu

Question # 4

An Adobe Commerce developer wants to remove the default Wishlist and Compare Products blocks on a category page with layered navigation. Where would this modification be placed, assuming the developer only wants to make this change?

A.

app/design/frontend/Vendor/Theme/MagentoLayeredNavigation/layout/catalog.category_category_view_type_layered.xml.

B.

app/design/frontend/Vendor/Theme/Magento_LayeredNavigation/layout/override/catalog_category_view_type_layered.xml.

C.

app/design/frontend/Vendor/Theme/Magento_Catalog/layout/catalog_category_view.xm

Full Access
Question # 5

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 # 6

An Adobe Commerce developer has created a custom mixin to use in several places inside of their LESS files.

How would they apply this custom mixin inside a class called .user-menu?

A)

B)

C)

A.

Option

B.

Option

C.

Option

Full Access
Question # 7

An Adobe Commerce developer has found following code in the template:

getTitle( )?>

Keeping security in mind, what are two ways to improve this code? (Choose two.)

A.

escape($block->getTitle()) ?>

B.

escapeHtml($block->getTitle()) ?>

C.

getTitleHtml ( )?>

D.

getTitleHtml ( )?>

Full Access
Question # 8

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
Question # 9

An Adobe Commerce developer created a new CMS page and set the page title as 'My Custom Page". The page must be accessible at the URL /custom_page. Which CMS page configuration do they set to make the page accessible at /custom_page ?

A.

Under 'Page in Websites', they set the "URL' field as "custom.page".

B.

Under 'Search Engine Optimization", they set the "URL Key' field as "custom_page".

C.

Under "Content", they set the "Path" field as "custom_page".

Full Access
Question # 10

An Adobe Commerce developer needs to add a new element which contains a class custom-cms and an id custom-cms-id .

The result will be:

Which layout instruction would be used to add the new element?

A.

'' />

B.

'' />

C.

'' />

Full Access
Question # 11

An Adobe Commerce developer has been asked to add orange_view_index layout handle in the email template which is placed at. Vendor_Orange/view/frontend/layout/orange_view_index.xml as:

Which option would the developer use to add the layout handle in the email template?

A.

B.

C.

Full Access
Question # 12

Which set of commands must be run in order to remove a module that was installed using Composer?

A)

B)

C)

A.

Option A

B.

Option B

C.

Option C

Full Access
Question # 13

What is the difference between styles-l.less and styles-m.less?

A.

styles-l.less is used to generate basic and mobile-specific styles and styles-m.less is used to generate desktop-specific styles.

B.

styles-l.less is used to generate desktop-specific styles and styles-m.less is used to generate only mobile-specific styles.

C.

styles-l.less is used to generate desktop-specific styles and styles-m.iess is used to generate basic and mobile-specific styles.

Full Access
Question # 14

An Adobe Commerce developer needs to alias URLs and third party libraries inside a requirejs-config.js file. Which configuration would the developer use?

A.

B.

C.

Full Access