ExamGecko
Home Home / Adobe / AD0-E717

Adobe AD0-E717 Practice Test - Questions Answers, Page 5

Question list
Search
Search

List of questions

Search

A new custom module is built for the existing Adobe Commerce store. A merchant has requested a few frontend updates. For this, a developer has to implement a custom style.

What is the location of the less file that will be included by default?

A.
view/{area}/web/css/style less
A.
view/{area}/web/css/style less
Answers
B.
view/{area}/web/css/source/main less
B.
view/{area}/web/css/source/main less
Answers
C.
view/{area}/web/css/source/_module.less
C.
view/{area}/web/css/source/_module.less
Answers
Suggested answer: B

Explanation:

The view/{area}/web/css/source/main.less file is the default less file that is included by default. This file contains the main styles for the module.

What is the correct way to inject CMS block in a layout?

A.
<block class='Magento\Cms\Block\Block' name='blockjdentifier'> <arguments> q <argumentname='block_id'xsi:type='string'>my_cms_block_identifier</argument> </arguments> </block>
A.
<block class='Magento\Cms\Block\Block' name='blockjdentifier'> <arguments> q <argumentname='block_id'xsi:type='string'>my_cms_block_identifier</argument> </arguments> </block>
Answers
B.
<block class='Magento\Cms\Block\Block' name='block_identifier'> q <actionmethod='setBlock'>my_cms_block_identifier</action> </block>
B.
<block class='Magento\Cms\Block\Block' name='block_identifier'> q <actionmethod='setBlock'>my_cms_block_identifier</action> </block>
Answers
C.
<referenceBlock name='content'> <block class='Magento\Cms\Block\Block' name='block_identifier' identifier='my_cms_block_ldentrfier' /> </referenceBlock>
C.
<referenceBlock name='content'> <block class='Magento\Cms\Block\Block' name='block_identifier' identifier='my_cms_block_ldentrfier' /> </referenceBlock>
Answers
Suggested answer: C

Explanation:

To inject a CMS block in a layout, you can use the <referenceBlock> tag. The <referenceBlock> tag takes two attributes: the name of the block to inject and the identifier of the block. In this case, the block name is block_identifier and the identifier is my_cms_block_identifier.

What is one purpose of a customer data JS library?

A.
It stores the customers credit card info for usage in the checkout.
A.
It stores the customers credit card info for usage in the checkout.
Answers
B.
It stores private customer data in local storage
B.
It stores private customer data in local storage
Answers
C.
It stores the customer's username and password for easier frontend login.
C.
It stores the customer's username and password for easier frontend login.
Answers
Suggested answer: B

Explanation:

The customer data JS library is used to store private customer data in local storage. This data can be used to improve the customer's experience on the store, such as by remembering their shipping address or their preferred payment method.

A custom theme Is being developed in the Adobe Commerce store, and the developer needs to override the current parent theme styles.

Which less file should the developer use to achieve this goal?

A.
_theme.override.less
A.
_theme.override.less
Answers
B.
_hemeless
B.
_hemeless
Answers
C.
_source.less
C.
_source.less
Answers
Suggested answer: A

Explanation:

To override the current parent theme styles, you can use the _theme.override.less file. This file is located in the view/{area}/web/css/source directory.

Which is a correct CMS content element in Adobe Commerce?

A.
Widget
A.
Widget
Answers
B.
Sheet
B.
Sheet
Answers
C.
Image
C.
Image
Answers
Suggested answer: A

Explanation:

A widget is a CMS content element that can be used to display dynamic content on a page. Widgets can be used to display things like product reviews, social media feeds, or even custom content.

A developer needs to extend the existing jQuery widget. Which jQuery function is used for this purpose?

A.
$.mage
A.
$.mage
Answers
B.
$.ui
B.
$.ui
Answers
C.
$.widget
C.
$.widget
Answers
Suggested answer: C

Explanation:

The'.widget()` function is used to extend the existing jQuery widget. This function takes two arguments: the name of the widget to extend and the definition of the new widget.

A seller would like to offer an electronic version of an album by selling each song individually. Which layout can be used to customize a product page layout for this item?

A.
catalog_product_view_type_downloadable
A.
catalog_product_view_type_downloadable
Answers
B.
catalog_product_view_type_configurable
B.
catalog_product_view_type_configurable
Answers
C.
catalog_product_view_category
C.
catalog_product_view_category
Answers
Suggested answer: A

Explanation:

The catalog_product_view_type_downloadable layout can be used to customize a product page layout for a downloadable product. This layout includes the product details, the product reviews, and the download links for the product's files.

A developer is making customizations in the checkout, and access to the quotes shipping address is needed. Which file provides the shipping address of the current quote?

A.
Magento_Checkout/js/model/quote
A.
Magento_Checkout/js/model/quote
Answers
B.
Magento_Quote/js/model/model
B.
Magento_Quote/js/model/model
Answers
C.
Magento_Checkout/js/model/quote-shipping-address
C.
Magento_Checkout/js/model/quote-shipping-address
Answers
Suggested answer: C

Explanation:

The Magento_Checkout/js/model/quote-shipping-address file provides the shipping address of the current quote. This file can be accessed by developers to get the shipping address of the quote.

A merchant wants to include taxes In an Adobe Commerce store. Which option can have a tax class assigned to it?

A.
Order
A.
Order
Answers
B.
Shipping
B.
Shipping
Answers
C.
Category
C.
Category
Answers
Suggested answer: B

Explanation:

According to the Adobe Commerce User Guide, a tax class can be assigned to either a product or a customer group in Adobe Commerce. A product tax class determines how a product is taxed, while a customer tax class determines how a customer is taxed based on their location and group membership. Shipping is considered as a product tax class in Adobe Commerce, and it can be assigned to different shipping methods or rates. The other options are not valid for assigning a tax class.

A client would like to add an image icon in front of the telephone field to the shipping address form on a checkout page. What is the correct way to modify the Ul component to set a custom template file for the field?

A)

B)

C)

D)

A.
Option A
A.
Option A
Answers
B.
Option B
B.
Option B
Answers
C.
Option C
C.
Option C
Answers
D.
Option D
D.
Option D
Answers
Suggested answer: C
Total 77 questions
Go to page: of 8