Adobe Certified Expert - Magento Commerce Developer - AD0-E703 Exam Practice Test
You are reviewing a theme in app/design/frontend/MyCompany/MyTheme and see the file etc/view.xml.
What is the function of this file?
What is the function of this file?
Correct Answer: D
Vote an answer
Magento 2's architecture uses code to bootstrap a custom module that resides in app/code.
What two files are required to make a module usable? (Choose two.)
What two files are required to make a module usable? (Choose two.)
Correct Answer: A,C
Vote an answer
You are working on a Magento store which will be selling in two countries. Each country has its own set of payment methods.
How do you organize the project to support this requirement?
How do you organize the project to support this requirement?
Correct Answer: B
Vote an answer
You see this code in etc/adminhtml/routes.xml:
<route id="mymodule" frontName="user-subscriptions">
<module name="MyCompany_MyModule" />
</route> You have placed a controller in Controller/Index/Subscribe.php.
If you want to create layout XML instructions for this controller, what would be the layout XML's filename?
<route id="mymodule" frontName="user-subscriptions">
<module name="MyCompany_MyModule" />
</route> You have placed a controller in Controller/Index/Subscribe.php.
If you want to create layout XML instructions for this controller, what would be the layout XML's filename?
Correct Answer: A
Vote an answer
You are working on a custom web API endpoint and have configured it in etc/webapi.xml. This config is cached as part of the config_webservice cache type.
Keeping performance in mind, how do you refresh the cached version of this config using Magento CLI?
Keeping performance in mind, how do you refresh the cached version of this config using Magento CLI?
Correct Answer: A
Vote an answer
You have created a module to show manufacturer-list,Your customer need url as www.storeurl/manufacturer which file are mendatory to show correct url?
Correct Answer: B,D,E
Vote an answer
While integrating a merchant's product information management system with Magento, you create a module MyCompany_MerchantPim that adds a catalog product EAV attribute pim_entity_id programmatically. In which type of setup script do you create the EAV attribute?
Correct Answer: C
Vote an answer
Magento and third-party developers can find it difficult to track and report the dependencies that customized extensions have on other extensions. To address these issues, the Magento system introduces service contracts.
What is a Service Contracts - Data interfaces?
What is a Service Contracts - Data interfaces?
Correct Answer: D
Vote an answer