Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Salesforce Exam MuleSoft Integration Architect I Topic 6 Question 26 Discussion

Actual exam question for Salesforce's MuleSoft Integration Architect I exam
Question #: 26
Topic #: 6
[All MuleSoft Integration Architect I Questions]

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?

Show Suggested Answer Hide Answer
Suggested Answer: A

Contribute your Thoughts:

Cherry
9 days ago
D is the way to go! Putting the connector operations in a For-Each scope will allow them to process multiple records at a time.
upvoted 0 times
...
Chantay
12 days ago
C looks good to me. Wrapping both operations in an Async scope seems like the best way to improve performance, since they can run concurrently.
upvoted 0 times
...
Agustin
17 days ago
I think the answer is B. Using Until-Successful for the Finance operation and Try-Catch for the Audit operation should help handle the performance requirements.
upvoted 0 times
Leigha
5 days ago
User2
upvoted 0 times
...
Earnestine
7 days ago
User1
upvoted 0 times
...
...
Cyndy
17 days ago
I think option A is the best choice because it allows for parallel processing.
upvoted 0 times
...

Save Cancel