Adobe AD0-E717 Adobe Commerce Developer Professional Online Training
Adobe AD0-E717 Online Training
The questions for AD0-E717 were last updated at Nov 19,2024.
- Exam Code: AD0-E717
- Exam Name: Adobe Commerce Developer Professional
- Certification Provider: Adobe
- Latest update: Nov 19,2024
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.
How should a grid or form be included in an admin page layout using the Ul Component?
- A . <referenceContainername=’content"> q <uiComponentname="example_listing.xml7> </referenceContainer>
- B . <referenceContainername=’contenf> q <uiComponent name="example_listing7> </referenceContainer>
- C . <referenceContainername=’content"> <uiComponentname="Vendor_Module::ul_component/example_listing.xml7> </referenceContainer>
Which action, if any, should be taken to forbid Adobe Commerce Admin from performing specific actions?
- A . Create a new user role with custom-defined resources, and assign it to the admin user
- B . This action cannot be taken since all admin users must have full access.
- C . Enable custom roles in the store configuration, and assign admin user ID(s).
Which file should a developer use to set the default value when creating configuration fields for admin?
- A . etc/adminhtml/config.xml
- B . etc/config xml
- C . etc/adminhtml/system.xml
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.
In which two directories are third-party modules located by default? (Choose two.)
- A . vendor/
- B . app/packages/
- C . app/modules/
- D . app/code/
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.
Which file is used to add a custom router class to the list of routers?
- A . routes.xml
- B . di.xml
- C . config.xml
A developer found a bug inside a private method of a third party module class.
How can the developer override the method?
- A . Create a custom class with corrected logic, and define the class as preference in the preferences.xml.
- B . Create a custom class with the corrected logic, and define the class as a preference for original one in the di xml.
- C . Create a plugin, implement correct logic in the after" method, and then define the plugin in the di.xml.
Which property allows multiple cron jobs to share the same configuration?
- A . name
- B . group
- C . schedule