MuleSoft Certified Integration Architect - Level 1 MCIA-Level-1 Question # 41 Topic 5 Discussion

MuleSoft Certified Integration Architect - Level 1 MCIA-Level-1 Question # 41 Topic 5 Discussion

MCIA-Level-1 Exam Topic 5 Question 41 Discussion:
Question #: 41
Topic #: 5

An external REST client periodically sends an array of records in a single POST request to a Mule application 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 it intended purpose) router or scope to used in the parent flow, and what type of error handler should be used in the child flow?


A.

First Successful router in the parent flow

On Error Continue error handler in the child flow


B.

For Each scope in the parent flow

On Error Continue error handler in the child flow


C.

Parallel For Each scope in the parent flow

On Error Propagate error handler in the child flow


D.

Until Successful router in the parent flow

On Error Propagate error handler in the child flow


Get Premium MCIA-Level-1 Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.