ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 1 - Certified MuleSoft Integration Architect I discussion

Report
Export

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 lookup call from Dataweave reduce operator
Answers
A.
Call each API request in a separate lookup call from Dataweave reduce operator
B.
Call each API request in a separate route of a Scatter-Gather
Answers
B.
Call each API request in a separate route of a Scatter-Gather
C.
Call each API request in a separate route of a Parallel For Each scope
Answers
C.
Call each API request in a separate route of a Parallel For Each scope
D.
Call each API request in a separate Async scope
Answers
D.
Call each API request in a separate Async scope
Suggested answer: B

Explanation:

Scatter-Gather sends a request message to multiple targets concurrently. It collects the responses from all routes, and aggregates them into a single message.

asked 23/09/2024
ASDASDASDA SDASD
36 questions
NextNext
User
Your answer:
0 comments
Sorted by

Leave a comment first