MuleSoft Certified Developer – Level 1 — Question 78
How are multiple conditions used in a Choice router to route events?
Answer options
- A. To route the same event to the matched route of EVERY true condition.
- B. None of these.
- C. To find the FIRST true condition, then distribute the event to the ONE matched route.
- D. To find the FIRST true condition, then route the same event to the matched route and ALL FOLLOWING routes.
Correct answer: C
Explanation
The correct answer is C because a Choice router evaluates conditions in sequence and sends the event only to the first condition that evaluates to true. Options A and D both incorrectly suggest that the event would be sent to multiple routes, which is not how a Choice router operates, and option B does not provide any relevant information.