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 63 discussion

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

A Mule application is being designed to perform product orchestration. The Mule application needs to join together the responses from an Inventory API and a
Product Sales History API with the least latency.
To minimize the overall latency, what is the most idiomatic (used for its intended purpose) design to call each API request in the Mule application?

  • A. Call each API request in a separate route of a Scatter-Gather
  • B. Call each API request in a separate Async scope
  • C. Call each API request in a separate route of a Parallel For Each scope
  • D. Call each API request in a separate lookup call from a DataWeave reduce operator
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
Alandt
5 months, 1 week ago
Selected Answer: A
ChatGPT: To minimize overall latency while joining the responses from an Inventory API and a Product Sales History API, the most idiomatic design in Mule would be: A. Call each API request in a separate route of a Scatter-Gather. The Scatter-Gather router in Mule allows multiple requests to be sent in parallel, and then it aggregates the responses. This approach reduces the overall latency because the calls to the APIs are made concurrently rather than sequentially.
upvoted 1 times
...
madgeezer
2 years, 3 months ago
Selected Answer: A
A. Call each API request in a separate route of a Scatter-Gather
upvoted 3 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 ...