Free Adobe AD0-E711 Exam Actual Questions

The questions for AD0-E711 were last updated On Sep 15, 2024

Question No. 1

Which action, if any, should be taken to forbid Adobe Commerce Admin from performing specific actions?

Show Answer Hide Answer
Correct Answer: B

This is done by using the Storefront API to create the custom role, and then assigning that role to the admin user. Please refer to the Adobe Commerce Developer Professional Study Manual from adobe.com for more information on creating custom roles and assigning them to users.


Question No. 2

How should a grid or form be included in an admin page layout using the Ul Component?

Show Answer Hide Answer
Correct Answer: C

This is the correct syntax for including a grid or form in an admin page layout using the UI Component. The examplelisting.xml file is an XML file which contains the configurations and settings for the grid or form. Please refer to the Magento 2 Developer Documentation for more information on how to use UI Components in your admin page layouts.


Question No. 3

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?

Show Answer Hide Answer
Correct 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 No. 4

Which file should a developer use to set the default value when creating configuration fields for admin?

Show Answer Hide Answer
Correct Answer: C

When creating configuration fields for admin, the default value should be set in the etc/config.xml file.


Question No. 5

Which command should be used to deploy static content?

Show Answer Hide Answer
Correct Answer: A

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