Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam MCD - Level 1 All Questions

View all questions & answers for the MCD - Level 1 exam

Exam MCD - Level 1 topic 1 question 92 discussion

Actual exam question from Mulesoft's MCD - Level 1
Question #: 92
Topic #: 1
[All MCD - Level 1 Questions]

A flow needs to combine and return data from two different data sources. It contains a Database SELECT operation followed by an HTTP Request operation.
What is the method to capture both payloads so the payload from the second request does not overwrite that from the first?

  • A. Save the payload from the Database SELECT operation to a variable.
  • B. Put the Database SELECT operation inside a Cache scope
  • C. Put the Database SELECT operation inside a Message Enricher scope
  • D. Nothing, previous payloads are combined into the next payload
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️
Reference:
https://help.mulesoft.com/s/question/0D52T00004nZtCC/retain-request-payload-message-through-out-the-flow

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
ExamDev
10 months, 1 week ago
Selected Answer: A
A. Save the payload from the Database SELECT operation to a variable. Always use variable if want to persist value during the request-response process!
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...