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

Unlimited Access

Get Unlimited Contributor Access to the all ExamTopics Exams!
Take advantage of PDF Files for 1000+ Exams along with community discussions and pass IT Certification Exams Easily.

Exam MCD - Level 1 topic 1 question 149 discussion

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

Refer to the exhibits. The updateTemp and getTemp flows share the same default object store.







A web client sends one GET request to the test flow's HTTP Listener, which causes the test flow to call the updateTemp flow. After the test flow returns a response, the web client then sends a different GET request to the getTemp flow's HTTP Listener. The test flow is not called a second time.

What response is returned from the request to the getTemp flow's HTTP Listener?

  • A.
  • B.
  • C.
  • D.
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
minu21
4 days, 21 hours ago
Selected Answer: B
I tried it and correct answer is B
upvoted 1 times
...
aook002
3 weeks, 3 days ago
Selected Answer: D
Because of the For Each loop, each value in the test flow payload array overwrites the last value that was entered into the "temp: key in the object store. The getTemp flow gets the only variable stored in the object store which would be the last one that was entered which is 85. Answer D.
upvoted 1 times
...
chetan_sharma
2 months, 2 weeks ago
Selected Answer: D
The response returned from the request to the getTemp flow’s HTTP Listener would be the last value that was stored in the Object Store during the execution of the test flow.
upvoted 1 times
...
Alandt
2 months, 4 weeks ago
Selected Answer: B
Answer is B. Because the response is returned from a Database, which will be presented as an array. Also, ChatGPT: Correct answer is B.
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 ...