Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Salesforce Exam Salesforce MuleSoft Developer I Topic 7 Question 31 Discussion

Actual exam question for Salesforce's Salesforce MuleSoft Developer I exam
Question #: 31
Topic #: 7
[All Salesforce MuleSoft Developer I Questions]

Refer to the exhibits.

Each route in the Scatter-Gather sets the payload to the number shown in the label. What response is returned to a web client request to the HTTP Listener?

A)

B)

C)

D)

Show Suggested Answer Hide Answer
Suggested Answer: D

Correct answer is as below. After all processing routes have finished execution, the Scatter-Gather component creates a new Mule event that combines all resulting Mule events from each route, and then passes the new Mule event to the next component in the flow.

{

'0': {

'attributes': ...,

'payload': '100'

},

'1': {

'attributes': ...,

'payload': '200'

}

}

Bottom of Form


Contribute your Thoughts:

Flo
5 days ago
I think the answer is Option A.
upvoted 0 times
...
Marcos
9 days ago
Wait, wait, wait... Are we sure the numbers are being added? What if they're just concatenating the strings? Option C looks like the right answer to me.
upvoted 0 times
Maile
3 days ago
User 1: I think you might be onto something. Concatenating strings could be a possibility.
upvoted 0 times
...
...
Alaine
15 days ago
Hmm, let me think about this. If the payload is set to the number shown in the label, then the response returned to the web client request should be the sum of all the numbers, which is 6. I'll go with Option B.
upvoted 0 times
Tamera
3 days ago
I agree, Option B seems like the correct choice.
upvoted 0 times
...
Willetta
5 days ago
I think the response should be the sum of all the numbers, which is 6. I'll go with Option B.
upvoted 0 times
...
...

Save Cancel