nerdexam
MuleSoft

MCD-LEVEL-1 · Question #43

Refer to the exhibits. end of the flow? A) B) C) D)

The correct answer is D. Option D. Scatter-Gather Router The Scatter-Gather component is a routing event processor that processes a Mule event through different parallel processing routes that contain different event processors. Each route receives a routes uses a separate thread to execute the event processors…

Mule 4 Application Development

Question

Refer to the exhibits. end of the flow? A) B) C) D)

Exhibit

MCD-LEVEL-1 question #43 exhibit

Options

  • AOption A
  • BOption B
  • COption C
  • DOption D

How the community answered

(30 responses)
  • A
    10% (3)
  • B
    3% (1)
  • C
    17% (5)
  • D
    70% (21)

Explanation

Scatter-Gather Router The Scatter-Gather component is a routing event processor that processes a Mule event through different parallel processing routes that contain different event processors. Each route receives a routes uses a separate thread to execute the event processors, and the resulting Mule event can be either the same Mule event without modifications or a new Mule event with its own payload, attributes, and variables. The Scatter-Gather component then combines the Mule events returned by each processing route into a new Mule event that is passed to the next event processor only after every route completes successfully. The Scatter-Gather component executes each route in parallel, not sequentially. Parallel execution of routes can greatly increase the efficiency of your Mule application and may provide more information than sequential processing. Mule Ref Doc : https://docs.mulesoft.com/mule-runtime/4.3/scatter-gather-concept

Topics

#flow execution#Mule event#payload transformation

Community Discussion

No community discussion yet for this question.

Full MCD-LEVEL-1 Practice