Valid Magento-2-Associate-Developer Dumps shared by ExamDiscuss.com for Helping Passing Magento-2-Associate-Developer Exam! ExamDiscuss.com now offer the newest Magento-2-Associate-Developer exam dumps, the ExamDiscuss.com Magento-2-Associate-Developer exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com Magento-2-Associate-Developer dumps with Test Engine here:
You are writing a customization for the customer module. You need to make sure the configuration files from your module are loaded after the customer module's configuration. Where should the dependency be declared?
Correct Answer: A
Recent Comments (The most recent comments are at the top.)
Stas Potapenko - Aug 06, 2022
But based on the doc https://developer.adobe.com/commerce/php/development/build/component-load-order/ You may need to specify your component's dependency on other components or files from other components using your component's composer.json. Further, you can specify a load order in your component's module.xml file using the <sequence> tag to ensure that needed files from other components are already loaded when your component loads. ...
If you do specify a component in <sequence>, make sure that you have also added it to the require section in that component's composer.json file.
So seems correct answer should be: A and B (multi-choise)
Recent Comments (The most recent comments are at the top.)
But based on the doc https://developer.adobe.com/commerce/php/development/build/component-load-order/
You may need to specify your component's dependency on other components or files from other components using your component's composer.json. Further, you can specify a load order in your component's module.xml file using the <sequence> tag to ensure that needed files from other components are already loaded when your component loads.
...
If you do specify a component in <sequence>, make sure that you have also added it to the require section in that component's composer.json file.
So seems correct answer should be: A and B (multi-choise)