Labour Day Sale - Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: mxmas70

Home > Adobe > Adobe Commerce > AD0-E717

AD0-E717 Adobe Commerce Developer with Cloud Add-on Question and Answers

Question # 4

Which two recommended practices would a developer use on an Adobe Commerce Cloud Enhanced Integration Environment to get the best performance? (Choose two.)

A.

Enable fastly CDN

B.

Restrict catalog size

C.

Disable cron and manually run as needed

D.

Remove all of the integration's inactive branches.

Full Access
Question # 5

What is the default store ID for the admin panel?

A.

0

B.

1

C.

-1

Full Access
Question # 6

Which command invalidates the index?

A.

bin/magento indexerreindex

B.

bin/magento indexer:reset

C.

bin/magento Indexerinvalldate

Full Access
Question # 7

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

A.

q my_cms_block_identifier

B.

q my_cms_block_identifier

C.

Full Access
Question # 8

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

A.

Pub/

B.

app/

C.

bin/

Full Access
Question # 9

Under which section should the soft dependency for a module be listed in app/code///composer.json file?

A.

suggest*: {

B.

}

optional": {

C.

}

soft": {

D.

}

Full Access
Question # 10

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

Full Access
Question # 11

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

A.

web

B.

preprocessed

C.

assets

Full Access
Question # 12

How would a developer access RabbitMQ data on an Adobe Commerce Cloud Production environment?

A.

Using Project Web Interface

B.

Using local port forwarding

C.

Using RabbitMyAdmin

Full Access
Question # 13

A developer is working on a task that includes a custom controller creation. A controller should forward the request to a different action.

How can the developer complete this task?

A.

Specify the forward action in the controllerjorward.xml configuration file.

B.

Implement a forwardToAction method in the controller, and return the action where the request should be forwarded.

C.

Return the forward object with action as an argument in the object's forward method

Full Access
Question # 14

How can a developer prioritize a plugin's execution, if possible?

A.

The developer can use sortOrder property by specifying a lower value than the target plugin.

B.

The developer can use sortOrder property by specifying a higher value than the target plugin.

C.

This cannot be achieved as the plugins are always executed by their module's load order in app/etc/config.php file.

Full Access
Question # 15

A developer is tasked with creating a new feature in an Adobe Commerce Cloud project. The developer decides to create an integration environment for a better development process.

Which Cloud CLI for Commerce command would the developer use?

A.

magento-cloud environment:branch

B.

magento-cloud create:environment-branch

C.

magento-cloud environment:create:branch environment-name >

Full Access
Question # 16

Which condition must be satisfied to ensure that a Discard Subsequent Rules option that is set to "Yes" actually prevents multiple discounts from being applied to the same product?

A.

Each pricing rule must have From and To date.

B.

Each pricing rule must have the defined priority.

C.

Each pricing rule must be created with Coupon code

Full Access
Question # 17

Which CLI command should be used to determine that static content signing is enabled?

A.

bin/magento config:show dev/static/status

B.

bin/magento config:show dev/static/sign

C.

bin/magento config:show dev/static/sign/status

Full Access
Question # 18

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

A.

Order

B.

Shipping

C.

Category

Full Access
Question # 19

What is an advantage of the read-only core file system using Adobe Commerce Cloud?

A.

Ensures that all changes to the production environment are tracked.

B.

Improves website performance.

C.

Reduces the number of attackable surfaces significantly

Full Access
Question # 20

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

Full Access
Question # 21

Which Adobe Commerce table stores all cron data?

A.

schedule

B.

cronjob

C.

cron_schedule

Full Access
Question # 22

What action can be performed from the Cloud Project Portal (Onboarding Ul) of an Adobe Commerce Cloud project?

A.

Set your developer SSH public key.

B.

Update Project and environment variables

C.

Add a Technical Admin

Full Access
Question # 23

Which has its own root category?

A.

Websites

B.

Stores

C.

Store Views

Full Access