Adobe AD0-E717 Adobe Commerce Developer Professional Exam Practice Test

Page: 1 / 14
Total 77 questions
Question 1

Which property allows multiple cron jobs to share the same configuration?



Answer : B

In Magento, the group element in the cron job configuration allows multiple cron jobs to share the same configuration settings, such as schedule, status, and execution time limits. This grouping facilitates the management of cron jobs, making it easier to configure and maintain them, especially when multiple tasks require similar or identical settings. By assigning cron jobs to a specific group, they inherit the group's configuration, streamlining the setup process and ensuring consistent execution parameters across related tasks.


Question 2

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 : C

To display a custom attribute on the category edit page in the Magento admin panel, a developer should use the UI component approach. This involves creating a category_form.xml file within the view/adminhtml/ui_component directory of the module. This XML file defines the form fields (including any custom attributes) that should appear on the category edit page. The UI component system in Magento provides a flexible way to manage form elements and their interactions on the admin side, ensuring a consistent user interface and experience.


Question 3

Which Adobe Commerce table stores all cron data?



Answer : C

The Adobe Commerce table that stores all cron job data is cron_schedule. This table maintains records of all scheduled cron tasks, including their statuses, execution times, and any messages related to their execution. It plays a central role in Magento's scheduling system, allowing for the management and monitoring of background tasks that are essential for various system functions and integrations.


Question 4

Which type of product would assist a seller who would like to offer an electronic version of an album for sale and sell each song individually?



Answer : A

The type of product that would assist a seller in offering an electronic version of an album and selling each song individually is a Downloadable product. In Adobe Commerce, a Downloadable product type is specifically designed for selling digital products such as music files, which customers can download. This type of product allows sellers to upload individual songs and sell them separately or as part of a complete album.


Question 5

What does a URL Rewrite do?



Answer : B

A URL Rewrite in Magento changes the way a URL appears in the browser. This is particularly useful for improving the readability and SEO of a URL. For example, a URL rewrite can be used to transform a long and complex URL into a shorter and more user-friendly version. It's important to note that while a URL rewrite changes the URL's appearance in the browser, it doesn't change the actual location of the resource on the server. This distinction is crucial for understanding how Magento handles URL rewrites and redirects, facilitating a more intuitive navigation structure within the store without altering the underlying server resources.


Question 6

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



Answer : A

A developer can prioritize the execution of a plugin by using the sortOrder property within the plugin's declaration in the di.xml file. Specifying a lower value for the sortOrder property gives the plugin higher priority, meaning it will be executed before other plugins with a higher sortOrder value. This allows developers to control the order of plugin execution, which can be critical for ensuring the desired outcome when multiple plugins are affecting the same method.


Question 7

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



Answer : B

After a thorough search of the provided documents, I couldn't find a direct reference to the specific CLI command for determining if static content signing is enabled in Magento. However, the typical command for checking configuration settings in Magento is bin/magento config:show , where is the configuration path for the setting you wish to view. Based on Magento's configuration path patterns and the options provided, the most logical choice would be B. bin/magento config:show dev/static/sign, although this cannot be confirmed without further context or documentation.


Page:    1 / 14   
Total 77 questions