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

Exam MCIA - Level 1 All Questions

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

Exam MCIA - Level 1 topic 1 question 77 discussion

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

An external REST client periodically sends an array of records in a single POST request to a Mule application's API endpoint.
The Mule application must validate each record of the request against a JSON schema before sending it to a downstream system in the same order that it was received in the array.
Record processing will take place inside a router or scope that calls a child flow. The child flow has its own error handling defined. Any validation or communication failures should not prevent further processing of the remaining records.
To best address these requirements, what is the most idiomatic (used for its intended purpose) router or scope to use in the parent flow, and what type of error handler should be used in the child flow?

  • A. Parallel For Each scope in the parent flow On Error Propagate error handler in the child flow
  • B. First Successful router in the parent flow On Error Continue error handler in the child flow
  • C. For Each scope in the parent flow On Error Continue error handler in the child flow
  • D. Until Successful router in the parent flow On Error Propagate error handler in the child 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
jmay
1 year, 11 months ago
Selected Answer: C
"sending it to a downstream system in the same order"
upvoted 2 times
...
madgeezer
2 years, 3 months ago
Selected Answer: C
C. For Each scope in the parent flow On Error Continue error handler in the child flow
upvoted 1 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 ...