Adobe AD0-E717 - Adobe Commerce Developer Professional Exam
Page: 1 / 16
Total 77 questions
Question #1 (Topic: Exam A)
Which command should be used to refresh the cache using the command line?
A. magento cache:clean <type>
B. magento cache:refresh <type>
C. magento cache:delete <type>
Answer: B
Question #2 (Topic: Exam A)
A new custom module is built for the existing Adobe Commerce store. A merchant has requested a few frontend updates. For this, a developer has to implement a custom style.
What is the location of the less file that will be included by default?
What is the location of the less file that will be included by default?
A. view/{area}/web/css/style.less
B. view/{area}/web/css/source/main.less
C. view/{area}/web/css/source/_module.less
Answer: C
Question #3 (Topic: Exam A)
What folder would a developer place a custom patch on an Adobe Commerce Cloud project to have it automatically applied during the build phase?
A. Add the patch file to the m2-hotfixes/ directory
B. Add the patch file to the patches/ directory
C. Add the patch file to the m2-patches/ directory
Answer: A
Question #4 (Topic: Exam A)
A developer is working on a task that includes a custom controller creation. A controller should forward the request to a different action.
How can the developer complete this task?
How can the developer complete this task?
A. Specify the forward action in the controller.forward.xml configuration file.
B. Implement a forwardToAction method in the controller, and return the action where the request should be forwarded.
C. Return the forward object with action as an argument in the object's forward method.
Answer: C
Question #5 (Topic: Exam A)
A developer needs to initialize the jQuery UI widget for a specific HTML tag.
Which HTML attribute is used for this?
Which HTML attribute is used for this?
A. x-magento-init
B. data-mage-init
C. data-ui
Answer: B