Summer Sale Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: ecus65

Adobe AD0-E717 - Adobe Commerce Developer Professional

Page: 1 / 3
Total 77 questions

A developer needs to initialize the jQuery Ul widget for a specific HTML tag. Which HTML attribute is used for this?

A.

x-magento-init

B.

data-mage-init

C.

data-ui

Which price type should be used if the developer wants to provide a discount for a product based on quantity, for example, being able to buy two for X amount each?

A.

Tier Price

B.

Special Price

C.

Group Price

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

B.

view/{area}/web/css/source/main less

C.

view/{area}/web/css/source/_module.less

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

B.

Magento_Quote/js/model/model

C.

Magento_Checkout/js/model/quote-shipping-address

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

A.

$.mage

B.

$.ui

C.

$.widget

What is the default store ID for the admin panel?

A.

0

B.

1

C.

-1

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

B.

Option B

C.

Option C

D.

Option D

A developer wants to deploy a new release to the Adobe Commerce Cloud Staging environment, but first they need the latest code from Production.

What would the developer do to update the Staging environment?

A.

1. Log in to the Project Web Interface.

2. Choose the Staging environment, and click Merge

B.

1. Checkout to Production environment

2. Use the magento-cloud synchronize Commerce CLI Command

C.

1, Log in to the Project Web Interface.

2. Choose the Staging environment, and click Sync

An Adobe Commerce Cloud developer wants to check the staging environment deployments history (i.e. branch, git, merge, sync). Where can the developer look up the history of the staging environment?

A.

Project Web Interface

B.

New Relic

C.

Adobe Commerce admin panel

A developer defined a new table in db.schema.xml while creating a new module.

What should be done to allow the removal of columns from the database when deleting them from db.schema.xml?

A.

The removable columns should be defined in db_schema_whitelist.json.

B.

The columns should have "removable" attribute set to "true" in the db.schema.xml.

C.

The removable columns should be defined in db.schema_blacklist.json.