Adobe Commerce Developer Professional AD0-E711 Exam Questions

Page: 1 / 14
Total 60 questions
Question 1

Which command should be used to deploy static content?



Answer : A

To deploy static content, the command 'setup:static-content:deploy' should be used.


Question 2

A developer delected lhat a piece of functionality implemented in a third-party module's plugin can be omitted. So, the developer decides to deactivate the plugin. How can a developer take this action?



Answer : B

To deactivate a plugin, the developer can add the 'disabled' attribute in the di.xml file of a custom module using the following code: . This will disable the specified plugin without the need to remove it from the di.xml file where it was defined. Reference: https://devdocs.magento.com/guides/v2.4/extension-dev-guide/plugins.html#disabling-plugins


Question 3

A merchant sells products in Euro currency. The merchant wants to show prices in other currencies. What is the scope of the default display currency?



Answer : C

The display currency scope is Store view. In Magento, you can set the default display currency for each store view, allowing merchants to show prices in different currencies for different store views.


Question 4

Which two attribute input types can be used for a date? (Choose two.)



Answer : A, B

The two attribute input types that can be used for a date in Adobe Commerce are 'Date' and 'Date and Time'. 'Date' is used for storing only the date, while 'Date and Time' is used for storing both the date and time.


Question 5

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



Answer : B

The correct CLI command to determine if static content signing is enabled in Magento is 'bin/magento config:show dev/static/sign'. This command will display the current status of the static content signing configuration.


Question 6

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?



Answer : B

To display a custom attribute on the category edit page in the admin panel, you need to create a view/adminhtml/ui_component/category_form.xml file in the module and define the field for the attribute in it.


Question 7

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

A)

B)

C)



Answer : C


Page:    1 / 14   
Total 60 questions