mcd-level-1 question 115 discussion

View all MuleSoft Certified Developer - Level 1 (Mule 4) Exam here
back to mulesoft forum

Question 115

Which of the below activity doesn't support parallel execution?

  • A. Scatter-Gather Router
  • B. First Successful Router
  • C. Parallel For Each
  • D. Batch job
Answer:

C


Explanation:
The First Successful router iterates through a list of configured processing routes until one of the
routes executes successfully. This is sequential execution. In all other options mentioned in the
question ,we can achieve parallel execution.

User Votes:
A
50%
B 2 votes
50%
C
50%
D
50%
Discussions
0 / 1000
galibakravan
7 months, 1 week ago

First Successful Router - should be the answer since it processes each choice sequentially. The first successful branch is then processed.