Exam MCD-Level-2 Topic 1 Question 9 Discussion
Actual exam question for MuleSoft's MCD-Level-2 exam
Question #: 9
Topic #: 1
Question #: 9
Topic #: 1
A scatter-gather router is configured with four routes:Route A, B, C and D.
Route C false.
Route C false.
Suggested Answer: A Vote an answer
The result of accessing route C failure is Error,errorMessage,payload.failures['2']. This is because a scatter-gather router returns an aggregated message that contains an array of results from each route and an array of failures from each route. The failures array contains error objects with information about each failed route execution. To access route C failure, which is the third route (index 2), the developer needs to use Error.errorMessage.payload.failures['2'] expression.
References:https://docs.mulesoft.com/mule-runtime/4.3/scatter-gather-reference#scatter-gather-output
References:https://docs.mulesoft.com/mule-runtime/4.3/scatter-gather-reference#scatter-gather-output
by shivani.vishlavath at Feb 17, 2026, 04:57 AM
0
0
0
10
Comments
shivani.vishlavath
2026-02-17 04:57:39Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Report Comment
Commenting
You can sign-up / login (it's free).