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

Refer to the exhibits.

The main flow contains an HTTP Request. The HTTP Listeners and HTTP Request use default configurations.

A web client sends a GET request to the main flow's HTTP Listener that includes a modelName query parameter.

What values are accessible in the child flow?

    Correct Answer: A

    When using an HTTP Request connector to invoke another flow, only the payload and attributes are passed to the child flow, not the variables. In the given scenario, the payload is certainly accessible in the child flow. The modelName query parameter, which is an attribute, would not be available because the variables do not get transferred, hence option A is correct as only the payload would be accessible.

Discussion
pgarciarOption: A

A is correct

sures400Option: B

Answer should be B When passing from parent flow to child flow using HTTP Request, attributes, and payload are passed to child flow but variables are not passed as HTTP request has only attributes and payload in its body.

test_nick1_Option: B

B IS Correct ... "payload modelName query param" , In HTTREQUEST node --- ayload and queryparameters gets passsed to the other flow , however variables do not get passed, where as in case of a simple flowreference, Variables too gets passed along with queryparams and payload [ which means entire mule Event] ... Here anwer is Option B..... Try a simple flow, u will understand better. Thanks!

Swoody77Option: A

It is A, checked on the practice exam you can do. Query parameters follow in flow references, not http requests, same with variables

AIBhattiOption: B

B because QueryParam also go

EmpireOption: A

we can access only payload in child flow ,i test in my studio also. option 'a' is correct....

senthil_Kumar_MuruganOption: A

WE CAN ONLY ABLE TO ACCESS THE PAYLOAD SINCE ITS A POST REQUEST

Narayan123Option: A

A is correct, queryParam doesnt go to child flow.

SuckerForPunishmentOption: A

A is correct. D contradicts the answer to Question 2 : What does to the attributes of a Mule event happen in a flow after an outbound HTTP Request is made?

SuckerForPunishmentOption: A

Attributes do not survive scope boundaries. The HTTP Request is a new scope

moumouh1234Option: A

A correct

maedaOption: A

Key is "A web client sends a GET request to the main flow's HTTP Listener that includes a modelName query parameter." Send to main flows, so, child canot access to modelName query parameter. Correct is: A

clarkent91Option: A

A is correct

pavanbelur5Option: A

A is correct , i have executed and verified

thamizhandaOption: A

A is correct, query param go in case of flow reference to child flow

aho213Option: A

A is correct Attributes never move to child flow when using a HTTP Request connector. Only in case of Flow reference

HarvendraOption: A

A is correct,query param go in case of flow reference to child flow