List of questions
Related questions
Question 267 - Certified MuleSoft Integration Architect I discussion
The retrieveBalances flow in the Mule application is designed to use an operation in a connector to the Finance system (the Finance operation) that can only look up one account record at a time, and a operation from a different connector to the Audit system (the Audit operation) that can only insert one account record at a time.
To best meet the performance-related requirements, what scope or scopes should be used and how should they be used to incorporate the Finance operation and Audit operation into the retrieveBalances flow?
A.
Wrap the Finance operation in a Parallel For-Each scope. Wrap the Audit operation in a Async scope.
B.
Wrap the Finance operation in a Until-Successful scope. Wrap the Audit operation in a Try-Catch scope.
C.
Wrap both connector operations in a Async scope.
D.
Wrap both connector operations in a For-Each scope.
Your answer:
0 comments
Sorted by
Leave a comment first