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

Adobe AD0-E717 - Adobe Commerce Developer Professional

Page: 2 / 3
Total 77 questions

How can a developer override a core class method in Adobe Commerce?

A.

View Answer

What does a URL Rewrite do?

A.

It updates the URL that is stored on the server.

B.

It changes the way a URL appears in the browser

C.

It updates the URL to a domain that is not being Indexed.

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

B.

_hemeless

C.

_source.less

Which Magento project directory is the recommended webroot for the web server?

A.

Pub/

B.

app/

C.

bin/

A developer is investigating a problem with the shopping cart. Some of the cart records in the database are being checked. Which table should the developer check?

A.

sates.quote

B.

sales.cart

C.

quote

How should a developer display a custom attribute on the category edit page in the admin panel when a new module Vendor.Category is created?

A.

Create view/adminhtml/layout/catalog_category_edit xml in the module, and then define a block that would display the field for the attribute.

B.

The field for the attribute will appear automatically.

C.

Create view/adminhtml/ui_component/category_form.xml file in the module, and then define the field for the attribute.

Which two methods add sorting to collections inherited from the \Magento\Framework\Model\ResourceModel\Db\Collection\AbstractCollection class? (Choose two.)

A.

setOrder

B.

setSorting

C.

addSorting

D.

addOrder

Which theme directory contains the static files that can be loaded directly?

A.

web

B.

preprocessed

C.

assets

How should a record be removed from a database which is using a model that was inherited from the \Magento\Framework\Model\AbstractModel class?

A.

Call the "unset" method on this model object

B.

Call the "remove" method on this model object

C.

Call the "delete" method on this model object

Which Cloud CLI for Commerce command can be used to quickly view a specific log file for an Adobe Commerce Cloud project?

A.

magento-cloud log

B.

magento-cloud logs:list

C.

magento-cloud logs:show