Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam MCD - Level 1 All Questions

View all questions & answers for the MCD - Level 1 exam

Exam MCD - Level 1 topic 1 question 100 discussion

Actual exam question from Mulesoft's MCD - Level 1
Question #: 100
Topic #: 1
[All MCD - Level 1 Questions]

Refer to the exhibits.


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

  • A. Error - private flow
  • B. Validation Error
  • C. Error - main flow
  • D. Success - main flow
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
ExamDev
10 months ago
Selected Answer: C
C. Error - main flow - Because we have "On Error continue" with a custom message! - The final result will be Error - main flow with status code 200
upvoted 2 times
...
Sowmya0249
1 year ago
Selected Answer: C
C is correct. Private flow throws the error as it is having On error propagate. So The Flow ref will throw error in main flow, then the Error handler in main flow comes into the picture. so 3rd option satisfies.
upvoted 1 times
...
Neo_0000
1 year, 2 months ago
C is the correct answer. Tested in anypoint studio as well.
upvoted 3 times
...
Maddy_123
1 year, 8 months ago
C is the answer Refer https://blogs.mulesoft.com/dev-guides/how-to-tutorials/mule4-error-handling-deep-dive/
upvoted 1 times
...
Ranjansingh
1 year, 9 months ago
Selected Answer: C
Private flow propagate the error which is handled by main flow error handler and override the message to "Error - main flow" and no error object will be generated as it is on error continue.
upvoted 1 times
...
HADAO
2 years, 1 month ago
C - Error Propqgate will propagate the error to the triggered flow, after that the triggered flow will catch error by On Error Continue scope. Because of Error Continue scope type, all processes on main flow canceled and logged error by payload in Error Continue Scope
upvoted 2 times
...
ilya_tsy
2 years, 1 month ago
Selected Answer: D
D - is the correct answer
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting 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.

SaveCancel
Loading ...