How can a developer prioritize a plugin's execution, if possible?
Answer(s): B
To prioritize a plugin's execution, a developer can use the sortOrder property and specify a higher value than the target plugin. For example, if the developer wants to prioritize a plugin named MyPlugin over a plugin named OtherPlugin, they would add the following code to the etc/config.php file:'modules' => ['Vendor_MyPlugin' => ['sortOrder' => 100,],'Vendor_OtherPlugin' => ['sortOrder' => 50,],],This would ensure that MyPlugin is always executed before OtherPlugin.
In which two directories are third-party modules located by default? (Choose two.)
Answer(s): A,D
By default, third-party modules are located in vendor/ or app/code/ directories. The vendor/ directory contains modules that are installed using Composer, while the app/code/ directory contains modules that are manually copied or cloned from a repository.
What does a URL Rewrite do?
A URL rewrite changes the way a URL appears in the browser. For example, a URL rewrite could be used to change the URL for a product from /product/1234 to /product/my-product.
Which file is used to add a custom router class to the list of routers?
Answer(s): A
The routes.xml file is used to define the list of routers for Adobe Commerce. A custom router class can be added to the list of routers by adding a new entry to the routes.xml file.
Post your Comments and Discuss Adobe AD0-E717 exam with other Community members:
Xiching Commented on February 26, 2025 Thank you for publishing these questions. I assisted me to pass my exam. China
Christine Commented on December 26, 2024 Good for practice Anonymous
Our website is free, but we have to fight against bots and content theft. We're sorry for the inconvenience caused by these security measures. You can access the rest of the AD0-E717 content, but please register or login to continue.