mcd-level-1 question 224 discussion

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

Question 224

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 trie 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)

  • A. Option A
  • B. Option B
  • C. Option C Most Votes
  • D. Option D
Answer:

C


User Votes:
A 17 votes
50%
B 6 votes
50%
C 21 votes
50%
D 7 votes
50%
Discussions
0 / 1000
verde
2 years ago

Answer A, return from database is array

galibakravan
10 months ago

Answer is C. The data is being store in Objectstore. The values are being written on same Key : "Temp", hence the last value will get stored in the Objectstore key. The last value is retrieved with value as 85.