Adobe Certified Expert - Magento Commerce Developer - AD0-E703 Exam Practice Test
A module declares the route:

What is the layout handle of the storefront path /custom/feature/?

What is the layout handle of the storefront path /custom/feature/?
Correct Answer: B
You are implementing a custom module MyModule, which provides an implementation of
\Psr\Log\LoggerInterface called \MyCompany\MyModule\Logger.
The LoggerInterface has the default preference declared in app/etc/di.xml.
Keeping upgradability in mind, how do you make \MyCompany\MyModule\Logger the default implementation of the LoggerInterface globally?
\Psr\Log\LoggerInterface called \MyCompany\MyModule\Logger.
The LoggerInterface has the default preference declared in app/etc/di.xml.
Keeping upgradability in mind, how do you make \MyCompany\MyModule\Logger the default implementation of the LoggerInterface globally?
Correct Answer: A
You are building an tool that imports products from an ERP. There are 20 columns of additional information that are associated with each product. This extra information must also be associated with an update time to know when to refresh the data. Keeping maintainability in mind, how do you build this into Magento?
Correct Answer: B
You have created a new product type, sample, and need to customize how it renders on the shopping cart page.
Keeping maintainability in mind, how do you add a new renderer?
Keeping maintainability in mind, how do you add a new renderer?
Correct Answer: C
In layout files you can change al element's order on a page. This can be done using one of the following:
* <move> instruction
* before and after element attributes?
How are two methods different?
* <move> instruction
* before and after element attributes?
How are two methods different?
Correct Answer: B
What order operation is available in the My Account section in the storefront?
Correct Answer: A
How do you add a foreign key to an existing table created by another module?
Correct Answer: C
Explanation: Only visible for TrainingDump members. You can sign-up / login (it's free).
How do you set the custom block MyCompany\MyModule\Block\A as a child for the block named product.info using layout XML?


Correct Answer: B
How do you add a new link into the My Account sidebar?
Correct Answer: D
How do you persist an entity to the database?
Correct Answer: A