FoMS Experts

News / Exam Questions

QUESTION, ANSWER, EXPLANATION

Exam Question MS-21-023 for MuleSoft Certified Developer (MCD) - Level 1

Exam Question MS-21-023 for MuleSoft Certified Developer (MCD) - Level 1
Share
FacebookGoogle plusLinkedInStumbleuponTwitter
FoMS6.4.2021

This question has been asked by one of our members and a similar question could most likely be on the exam. All answers have been verified by MuleSoft certified FoMS experts.

Question

An HTTP Request operation sends an HTTP request with a non-empty JSON object payload to an external HTTP endpoint. The response from the external HTTP endpoint returns an XML body. The result is stored in a target named the Result. What is the payload at the event processor after the HTTP Request?

Answer

A) The XML response body
B) null
C) The original JSON request body
D) A non-empty Java object

The correct answer to this question is C.

Explanation

Since the response is being stored in the variable Result, the original payload in the flow has not been changed. Therefore the answer is C.

Register now