Multiple Choice
In a code review of a merchant's site you have discovered that there are multiple observers for the checkout_submit_all_after event. After closer inspection, you notice one of these observers is relying on the others being executed before it is called. What risk does this pose, and how can it be mitigated?
A) There is no risk posed as long as each event observer specifies a correct sortOrder. Nothing needs to be changed.
B) Event observers are fired in alphabetical order of the observer name. There is no risk here.
C) Magento only supports one observer per event. These observers will need to be combined into a single point of customization.
D) Order of listener execution cannot be guaranteed, resulting in a fragile implementation. This code should be re-worked using plugins
Correct Answer:

Verified
Correct Answer:
Verified
Q60: How do you add a new link
Q61: You are working on a Magento store
Q62: A merchant sells shoes with multiple variations
Q63: A module MyModule needs to send notifications
Q64: How can you access the select query
Q66: You are building a report using complex
Q67: What is the relationship between products and
Q68: You have created a new section in
Q69: How do you obtain customer information in
Q70: Which two ways does Magento persist category