Exam MCD-Level-1 Topic 5 Question 93 Discussion
Actual exam question for MuleSoft's MCD-Level-1 exam
Question #: 93
Topic #: 5
Question #: 93
Topic #: 5
Refer to the exhibits.


The Validation component in the private flow throws an error. What response message is returned to a client request to the main flow's HTTP Listener?


The Validation component in the private flow throws an error. What response message is returned to a client request to the main flow's HTTP Listener?
Suggested Answer: B Vote an answer
Error in validation component will get processed by Processer level On Error Propagate block and then error will be rethrown which will get processed by flow level error handler which will set payload to "Error- main flow". Hence correct answer is Error - main flow
1) Request is received by HTTP listener
2) Try scope gets executed
3) The validator component in the Try scope creates an Error Object because the payload is not null.
4) The On Error Propagate handles the error. The payload is set to "Error - Try scope"
6) "Error - Try scope" is returned to the 'On Error Continue' block. Main flow execution stops. Payload is set to "Error - main flow"
7) "Error - main flow" is returned to the requestor in the body of the HTTP request. HTTP Status Code: 200
---------------------------------------------------------------------------------------------------------------------------------------- Reference Diagram though not exactly same, conditions are similar. They will help you answer any new question on error handling in real exam:
Timeline Description automatically generated

https://docs.mulesoft.com/mule-runtime/4.3/on-error-scope-concept#on-error-continue
1) Request is received by HTTP listener
2) Try scope gets executed
3) The validator component in the Try scope creates an Error Object because the payload is not null.
4) The On Error Propagate handles the error. The payload is set to "Error - Try scope"
6) "Error - Try scope" is returned to the 'On Error Continue' block. Main flow execution stops. Payload is set to "Error - main flow"
7) "Error - main flow" is returned to the requestor in the body of the HTTP request. HTTP Status Code: 200
---------------------------------------------------------------------------------------------------------------------------------------- Reference Diagram though not exactly same, conditions are similar. They will help you answer any new question on error handling in real exam:
Timeline Description automatically generated

https://docs.mulesoft.com/mule-runtime/4.3/on-error-scope-concept#on-error-continue
by marksamir955 at Jun 28, 2026, 04:57 PM
0
0
0
10
Comments
marksamir955
2026-06-28 16:57:48Upvoting 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).