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

Note! Following AD0-E702 Exam is Retired now. Please select the alternative replacement for your Exam Certification.

AD0-E702 Exam Dumps - Adobe Commerce Developer Professional

Go to page:
Question # 9

\Magento\Sales\Model\Api\OrderRepositoryInterface::getList accepts a SearchCriteriaInterface to filter and sort information.

What class assists in creating an instance for SearchCriteriaInterface?

A.

\Magento\Framework\Api\SearchCriteriaFactory

B.

\Magento\Framework\Api\SearchCriteriaBuilder

C.

\Magento\Sales\Model\Order\SearchCriteria

D.

\Magento\Backend\Api\SearchCriteriaGenerator

Full Access
Question # 10

You want to remove a column introduced by a third-party extension via declarative schema.

How do you do that?

A.

Create the etc/db_schema.xml file and specify disable=”true” on the column

B.

Modify the original etc/db_schema.xml file and remove the column from there

C.

Create a SchemaPatch file and remove the column programmatically

D.

Copy the etc/db_schema.xml file into your module and remove the column from your copy

Full Access
Question # 11

How can you access the select query of a collection?

A.

You can only access the select query after the collection has been loaded by calling the public method query()

B.

It is stored in a protected variable $query and can only be accessed from the inside of a collection class

C.

You can get it by using public method getSelect() which returns an instance of Magento\Framework\DB\Select

D.

The select query is not available in the collection class, it will be generated by the MySQL adapter right before executing a query

Full Access
Question # 12

Which method of a Magento resource model will remove a record from the database?

A.

remove

B.

erase

C.

clean

D.

delete

Full Access
Question # 13

You are working on a project that contains a million SKUs. The merchant has requested the product view page to have a custom color schema and page layout depending on the product price range.

How do you implement this, keeping simplicity in mind?

A.

Create a custom block which will dynamically choose the appropriate template

B.

Specify custom layout update XML in the admin panel for every product

C.

Write a Data Patch which will set the appropriate layout update XML for every product record

D.

Enable the dynamic product page UI component and configure it to use a different layout per price range

Full Access
Question # 14

You are tasked with ensuring customers who log into the site are authorized. By default, this consists of ensuring the customers email and password match the values in the database. On this project, you need to verify additional data in this process.

Keeping in mind upgradeability, how is this done?

A.

Create a before plugin for \Magento\Customer\Api\AccountManagementInterface’s authenticate method

B.

Create a mutation of a CustomerInterface object to intercept the username and password

C.

Create an event observer for the user_save_after observer

D.

Override \Magento\Customer\Controller\AccountController.php

Full Access
Question # 15

You are working on a jewelry store that sells rings. Each ring allows an adjustment in size. The customer specifies finger size in inches and the merchant physically adjusts the stocked ring to the required size.

How is this represented in Magento?

A.

Using custom options, with rings as simple products

B.

Using categories, with each ring size as a separate product

C.

Using configurable products, with ring size as an attributive value

D.

Using custom options, with rings as bundle products

Full Access
Go to page: