AD0-E724 Exam Questions
73 real AD0-E724 exam questions with expert-verified answers and explanations. Page 2 of 2.
- Question #52Administering
A developer is trying to determine why an indexer is running every time a specific entity is saved in the Admin, causing a slight delay. They would prefer this index to run on a sc...
indexer modesUpdate on SaveUpdate by Scheduleindexing - Question #53Setup and Configuration
When creating a new module, where would the registration.php file be placed?
registration.phpmodule structureapp/codemodule registration - Question #54Setup and Configuration
An Adobe Commerce developer is examining all of the Adobe Commerce Cloud configuration files that can configure application settings, routes, and deploy actions. Which two are vali...
.magento.app.yaml.magento.env.yamlcloud configurationcloud files - Question #55Setup and Configuration
Which technology stack is Commerce Cloud Pro architecture instance based on?
Cloud Pro architectureFastly CDNtechnology stackNGINX - Question #56Administering
A merchant has a new product that they would like to upload a video to. What are the steps needed to accomplish this?
product videoYouTube APImedia uploadAdmin configuration - Question #57Setup and Configuration
What are two mandatory files needed to register a custom module? (Choose two.)
module registrationregistration.phpmodule.xmlmodule files - Question #58Setup and Configuration
What is the core architecture feature of Adobe Commerce on Cloud Infrastructure?
cloud architecturecontainerizedmulti-tenantCommerce Cloud - Question #59Customization
A developer needs to extend the functionality of a public method in a core Adobe Commerce class. They want to execute their custom code *after* the original method has run and modi...
plugininterceptorafter plugindependency injection - Question #60Customization
A developer is tasked with building a complex new section for the Adobe Commerce Admin panel. The client wants a modern, highly interactive user interface and wants to ensure the e...
Admin UI SDKout-of-process extensibilityReactdecoupled architecture - Question #61Administering
After branching and deploying a new feature in an integration environment, a developer confirms it is working correctly. They now need to deploy these changes to the parent 'stagin...
magento-cloud CLIenvironment mergecloud deploymentstaging - Question #62Administering
A developer is tasked with programmatically updating the stock level of 5,000 products. Direct SQL updates are forbidden. What is the most performant, recommended Adobe Commerce pa...
mass updatecatalog product actionentity attribute updateperformance - Question #63Setup and Configuration
A developer is configuring the environment for an Adobe Commerce on cloud infrastructure Pro plan project. Which of the following environments are deployed on dedicated Infrastruct...
cloud infrastructurePro planIaaShigh availability - Question #64Troubleshooting and Debugging
A developer is investigating the 'url_rewrite' database table. What is the primary purpose of the 'redirect_type' column in this table?
url_rewriteredirect_typeHTTP redirect codesdatabase schema - Question #65Setup and Configuration
What are the key responsibilities of the Git-based workflow in Adobe Commerce on cloud infrastructure? (Select all that apply.)
Git workflowcloud infrastructurebuild and deployenvironment branching - Question #66Setup and Configuration
Which type of tax calculation in Adobe Commerce is based on the merchant's warehouse location or store address?
tax calculationshipping originstore addresstax configuration - Question #67Troubleshooting and Debugging
A developer observes that after updating a product's name in the Adobe Commerce admin, the change is not immediately reflected in the associated SaaS-based Live Search results. The...
Live SearchSaaS syncpartial synccron job - Question #68Setup and Configuration
Which mechanism is recommended for executing database schema changes during module installation or upgrade?
data patchschema changesmodule upgradedatabase migration - Question #69Administering
A merchant wants to redirect an old, discontinued marketing page ('/promo-2022') to the homepage of their site to avoid 404 errors. Which steps should a developer take in the Admin...
URL rewrites301 redirectcustom rewriteadmin panel - Question #70Customization
A developer is using the traditional UI Component framework to add a new field to an existing Admin form. Which of the following are the three key elements that make up a UI Compon...
UI ComponentJavaScript classKnockout.js templateXML declaration - Question #71Setup and Configuration
A merchant wants to ensure that customers must purchase at least $50 worth of products before they can proceed to checkout. Where in the Admin panel should a developer configure th...
minimum order amountcheckout configurationsales configurationadmin panel - Question #72Administering
A developer changes the URL Key for a popular category from 'old-url-key' to 'new-url-key' in the Admin Panel and saves the category. The store has default URL rewrite settings ena...
URL rewrite301 redirectcategory URL keyautomatic redirect - Question #73Setup and Configuration
While creating component file structure, what is the pathname for accessing storefront themes?
theme directory structurestorefront themesfrontend designfile path - Question #74Customization
The project manager asked an Adobe Commerce developer to add a custom payment method to the Checkout page. Which layout file should be used?
checkout layoutpayment methodlayout XMLcheckout_index_index