AD0-E716 Exam Questions
61 real AD0-E716 exam questions with expert-verified answers and explanations. Page 1 of 2.
- Question #1
An Adobe Commerce developer has added an iframe and included a JavaScript library from an external domain to the website. After that, they found the following error in the console:...
- Question #2
An Adobe Commerce Developer is tasked with creating a custom form which submits its data to a frontend controller They have decided to create an action and have implemented the \Ma...
- Question #3
An Adobe Commerce developer is working on a module to manage custom brand entities and wants to replicate the following SQL query using SearchCriteria: A) B) C)
- Question #4
The di. xml file of a module attaches two plugins for the class Action. The PluginA has the methods: beforeDispatch, aroundDispatch, afterDispatch. The PluginB has the methods: bef...
- Question #5
An Adobe Commerce developer adds a new extension attribute to add an array of values to the invoices that are fetched through the APIs. After a while, their technical manager revie...
- Question #6
An Adobe Commerce developer is creating a new console command to perform a complex task with a lot of potential terminal output. If an error occurs, they want to provide a message...
- Question #7
An Adobe Commerce developer is being tasked with creating a new cron job to run a method that has already been written. What are the minimally required steps to accomplish this?
- Question #8
Which hashing algorithm will Adobe Commerce choose to hash customer passwords?
- Question #9
An Adobe Commerce developer is developing a custom module. As part of their implementation they have decided that all instances of their Custom\Module\Model\Example class should re...
- Question #10
An Adobe Commerce developer has been tasked with applying a pricing adjustment to products on the website. The adjustments come from a database table. In this case, catalog price r...
- Question #11
An Adobe Commerce developer is writing an integration test. They checked some Integration Tests for Magento core modules for reference and noticed that they use data fixtures initi...
- Question #12
An Adobe Commerce developer has created a before plugin for the save() function within the Magento\Framework\App\cache\Proxy class. The purpose of this plugin is to add a prefix on...
- Question #13
An Adobe Commerce developer has installed a module from a third-party vendor. This module fires a custom event named third_party_event_after and also defines an observer named thir...
- Question #14
An Adobe Commerce developer has been asked to modify the PageBuilder slider content type to allow a new custom content type (other than slide) to be assigned as a child. The develo...
- Question #15
An Adobe Commerce developer creates a new website using a data patch. Each website will have unique pricing by website. The developer does not have visibility into the production a...
- Question #16
An Adobe Commerce developer was asked to provide additional information on a quote. When getting several quotes, the extension attributes are returned, however, when getting a sing...
- Question #17
A logistics company with an Adobe Commerce extension sends a list of reviewed shipment fees to all its clients every month in a CSV file. The merchant then uploads this CSV file to...
- Question #18
An Adobe Commerce developer is tasked with adding custom data to orders fetched from the API. While keeping best practices in mind, how would the developer achieve this?
- Question #19
An Adobe Commerce developer has created a process that exports a given order to some external accounting system. Launching this process using the Magento CLI with the command php b...
- Question #20
An Adobe Commerce developer is working on a Magento 2 instance which contains a B2C and a B2B website, each of which contains 3 different store views for English, Welsh, and French...
- Question #21
An Adobe Commerce Developer wishes to add an action to a pre-existing route, but does not wish to interfere with the functionality of the actions from the original route. What must...
- Question #22
An Adobe Commerce developer is asked to change the tracking level on a custom module for free downloading of pdf and images. The module contains following models: Vendor\FreeDownlo...
- Question #23
An Adobe Commerce developer is working on a custom gallery extension. The module uses the Magento\catalog\Model\iinageUploader class for image uploading. The admin controller for c...
- Question #24
An Adobe Commerce developer has added a new configuration field to the admin are
- Question #25
An Adobe Commerce developer is tasked with creating a custom block that will be displayed on every page in the footer of the site. After completing and optimizing the development,...
- Question #26
There is the task to create a custom product attribute that controls the display of a message below the product title on the cart page, in order to identify products that might be...
- Question #27
An Adobe Commerce developer is creating a module (Vendor.ModuleName) to be sold on the Marketplace. The new module creates a database table using declarative schema and now the dev...
- Question #28
An Adobe Commerce developer is trying to create a custom table using declarative schema, but is unable to do so. What are two errors in the snippet above? (Choose two.)
- Question #29
An Adobe Commerce developer wants to create a product EAV attribute programmatically which should appear as WYSIWYG in the admin panel. They have made sure that wysiwyg_enabled has...
- Question #30
An Adobe Commerce Developer has written an importer and exporter for a custom entity. The client is using this to modify the exported data and then re-importing the file to batch u...
- Question #31
The developer is required to convert a modules database scripts from old install/upgrade setup files to a data patches format and does not want to apply database changes that were...
- Question #32
An Adobe Commerce developer has created a module that adds a product attribute to all product types via a Data Patch-According to best practices, how would the developer ensure thi...
- Question #33
An Adobe Commerce developer successfully added a new column to the customers grid. This column needs the data to be formatted before showing its content in the grid. According to b...
- Question #34
An integration named Marketing is created on the Adobe Commerce instance. The integration has access on Magento_Customer:: customer resources and the access token is xxxxxx. How wo...
- Question #35
An Adobe Commerce developer is tasked with adding an new export option for the order grid, they have added the following code for the export button within sales_order_grid.xml: Upo...
- Question #36
An Adobe Commerce developer is tasked to add a file field to a custom form in the administration panel, the field must accept only .PDF files with size less or equal than 2 MB. So...
- Question #37
An Adobe Commerce developer wants to generate a list of products using ProductRepositorylnterf ace and search for products using a supplier_id filter for data that is stored in a s...
- Question #38
When researching some issues with the indexer, an Adobe Commerce developer is seeing errors in the logs similar to Memory size allocated for the temporary table is more than 20% of...
- Question #39
An international merchant is complaining that changes are taking too long to be reflected on the frontend after a full product import. Thinking it may be database issues, the Adobe...
- Question #40
When checking the cron logs, an Adobe Commerce developer sees that the following job occurs daily: main.INFO: Cron Dob inventory_cleanup_reservations is successfully finished. Howe...
- Question #41
An Adobe Commerce developer is asked to create a new payment method for their project. This project has administrators who use the backend to manage customer information and occasi...
- Question #42
An Adobe Commerce developer is asked to implement a 15% surcharge for all users from a 'Wholesale' customer group. Keeping best practices in mind, what is a correct to accomplish t...
- Question #43
There is an integration developed using a cron service that runs twice a day, sending the Order ID to the integrated ERP system if there are orders that are able to create an invoi...
- Question #44
An Adobe Commerce developer has created a new shipping carrier Everything has been implemented and the collectRates() and getAllowedMethodsQ functions can be seen below: Given the...
- Question #45
An Adobe Commerce developer is creating a new module to extend the functionality of the cart. The module is installed in app/code/CompanyName/ModuleName/. How would an Adobe Commer...
- Question #46
An Adobe Commerce developer added a new API method to search and retrieve a list of Posts for a custom Blog functionality. This is the content of the module's etc/webapi.xml file:...
- Question #47
A message queue currently has queue/consumer-wait-for-messages set to true, which allows the consumer process to run until a message is inserted into the queue. A piece of function...
- Question #49
A merchant of an Adobe Commerce Cloud project wants to setup one of their websites using a subdomain. The merchant is considering the domain to be set as secondstore.example.com. I...
- Question #50
What is the command used to upgrade ECE-Tools on an Adobe Commerce Cloud platform?
- Question #52
What are two ways to access the PHP error logs on Adobe Commerce Cloud? (Choose Two.)