Online Access Free AD0-E704 Practice Test
Exam Code: | AD0-E704 |
Exam Name: | Adobe Certified Master Magento Commerce Architect |
Certification Provider: | Adobe |
Free Question Number: | 90 |
Posted: | Sep 16, 2025 |
You want to run a script each time after all schema installation and schema upgrade scripts have executed, but before data setup scripts execution. What do you do?
You are working on a project with a large database with many products, sales rules and CMS pages. The merchant is going to use Magento_Staging for scheduled updates, but they were told that use of Staging will modify all SQL queries and slow down website performance.
What modification does Magento_Staging make to existing SQL queries?
When your class will be instantiated all the dependencies injected in your class constructor will also get instantiated, and it will trigger a chain reaction of object creation, this can really slow down the process. What could be the solution of above problem?
OrangeCompany decided to build a REST API based module in the application so that he can share the details of best-selling products to his franchisee. To make it's flexible and customizable in the future, he advised his developers to enable the support of extension_attribute in the API interface so that any new attributes can be added when required. What is the way to enable the entity/interface to support extension attributes in the module?