Exam MCD - Level 1 All QuestionsBrowse all questions from this exam
Question 68

Refer to the exhibit.

In the execution of the Scatter-Gather, the `sleep 1 sec` Flow Reference takes about 1 second to complete, and the `sleep 5 secs` Flow Reference takes about 5 seconds to complete.

About how many seconds does it take from the time the Scatter-Gather is called until Set Payload transformer is called?

    Correct Answer: C

    The Scatter-Gather component in MuleSoft executes multiple processing routes concurrently and waits for all routes to complete before continuing to the next component. In this case, one route has a 1-second delay and the other has a 5-second delay. Since these routes are executed in parallel, the overall time taken will be determined by the longest running route, which is 5 seconds. Therefore, it takes approximately 5 seconds from the time the Scatter-Gather is called until the Set Payload transformer is called.

Discussion
almoraimaOption: C

Wrong response. Gatter and setter run in parallel the execution of flows. 5 is the right answerd

Kundan177

most of the answers are incorrect here..

senthil_Kumar_MuruganOption: C

5 SEC IS THE CORRECT ANSWER SINCE ITS A ASYNC THGE MAX TIME TAKES TO COMPLETES THE FLOW

RenatoJrOption: C

C is correct. https://docs.mulesoft.com/mule-runtime/4.3/scatter-gather-concept

ExamDevOption: C

Scatter-Gather runs in parallel, but awaits all results and provides object of objects with responses from all requests. So the correct answer is C (5 seconds)

jayesh_sOption: C

5 seconds

HypaxOption: C

Scatter Gather every path runs in parallel. The result will only appear when all paths are completed, therefor the slowest determines the duration. 5 seconds is correct.

AnkurAgarawalOption: C

5 seconds

ReccoOption: C

Its run max delay, here is 5sec

MaxroyoOption: C

runs in parallel so its C

b_muleyOption: C

They run in parallel, once the sleep 5 secs is done the Set Payload is called, so 5 seconds is correct (C).

frediepulgosoOption: C

5 is correct

mohammad_janiOption: C

5 is the correct answer

Sesha25Option: C

5 is right option in this scenario of scatter gather

Gauravsh66Option: C

5 is correct

tesfOption: C

"c" is correct

aho213Option: C

5 is correct