Exam MCD - Level 1 All QuestionsBrowse all questions from this exam
Question 80

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 sends a GET request to the main flow's HTTP Listener. The GET request includes query for the pedigree of a piano.

What values are accessible to the Logger component at the end of the main flow?

    Correct Answer: C

    In this scenario, the main flow involves several steps, including setting the payload, setting a variable, and making an HTTP POST request to the child flow. After the HTTP POST request is made, any query parameters from the original HTTP GET request would no longer be accessible because the HTTP POST request does not carry over the GET query parameters. The Logger component at the end of the main flow will have access to the payload set earlier in the flow and the producer variable that was explicitly set. Thus, the correct answer is the payload and the producer variable.

Discussion
AaishOption: C

C is the correct answer, attributes are overwritten by HTTP request. So we dont have access to the query parameter at the logger component

Ella_Z

why it exclude the query param --- The GET request includes query for the pedigree of a piano.

aook002

Because this attributes are overwritten (in this case lost) from the HTTP GET request when the HTTP POST request in made.

AnsealOption: C

I agree with Aaish, C is correct.

aook002Option: C

QueryParams from GET request, are overwritten when the POST request in made. In this case with no queryParams.

ExamDevOption: C

C. payload producer var

ExamDevOption: C

i vote for C

MaxroyoOption: C

C is correct

MaxroyoOption: C

C is correct

frediepulgosoOption: C

Es la C.

almoraimaOption: D

D is correct