ExamGecko

Salesforce Certified MuleSoft Integration Architect I Practice Test 1

Add to Whishlist
00:00:00
Show Answer
Report Issue   Restart test

Question 1 / 40

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?

Call each API request in a separate lookup call from Dataweave reduce operator
Call each API request in a separate lookup call from Dataweave reduce operator
Call each API request in a separate route of a Scatter-Gather
Call each API request in a separate route of a Scatter-Gather
Call each API request in a separate route of a Parallel For Each scope
Call each API request in a separate route of a Parallel For Each scope
Call each API request in a separate Async scope
Call each API request in a separate Async scope
Comment (0)
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
41 questions