FoMS Experts

News / Exam Questions

QUESTION, ANSWER, EXPLANATION

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

Exam Question MS-21-051 for MuleSoft Certified Developer (MCD) - Level 1
Share
FacebookGoogle plusLinkedInStumbleuponTwitter
FoMS9.7.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

Refer to the exhibits. The main flow contains an HTTP Request in the middle of the flow. The HTTP Listeners and HTTP Request use default configurations. A web client submits a request to the main flow's HTTP Listener that includes query parameters for the pedigree of the piano. What values are accessible to the Logger component at the end of the main flow?

Answer

A) Payload
B) Payload and the pedigree query parameters
C) Payload and the producer variable
D) Payload, the pedigree query parameters and the producer variable

The correct answer to this question is C.

Explanation

Since the child flow is being called by using the HTTP Request component, query parameters are going to be replaced by new query parameters or none if there are none. At the end, value of payload and flow variables are kept the same in the Logger in the main flow.

Register now