Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.

Unlimited Access

Get Unlimited Contributor Access to the all ExamTopics Exams!
Take advantage of PDF Files for 1000+ Exams along with community discussions and pass IT Certification Exams Easily.

Exam MCD - Level 1 topic 1 question 67 discussion

Actual exam question from Mulesoft's MCD - Level 1
Question #: 67
Topic #: 1
[All MCD - Level 1 Questions]

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?

  • A. payload
  • B. payload modelName query param
  • C. payload planeModel var
  • D. payload modelName query param planeModel var
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
pgarciar
Highly Voted 3 years, 1 month ago
A is correct
upvoted 26 times
...
sures400
Most Recent 8 months, 2 weeks ago
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.
upvoted 4 times
...
SuckerForPunishment
8 months, 4 weeks ago
Selected Answer: 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?
upvoted 1 times
...
SuckerForPunishment
8 months, 4 weeks ago
Selected Answer: A
Attributes do not survive scope boundaries. The HTTP Request is a new scope
upvoted 1 times
...
moumouh1234
1 year, 7 months ago
A correct
upvoted 1 times
...
Empire
2 years ago
Selected Answer: A
we can access only payload in child flow ,i test in my studio also. option 'a' is correct....
upvoted 2 times
...
maeda
2 years, 3 months ago
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
upvoted 1 times
...
clarkent91
2 years, 3 months ago
Selected Answer: A
A is correct
upvoted 1 times
...
pavanbelur5
2 years, 4 months ago
A is correct , i have executed and verified
upvoted 1 times
...
senthil_Kumar_Murugan
2 years, 4 months ago
Selected Answer: A
WE CAN ONLY ABLE TO ACCESS THE PAYLOAD SINCE ITS A POST REQUEST
upvoted 2 times
...
thamizhanda
2 years, 4 months ago
A is correct, query param go in case of flow reference to child flow
upvoted 1 times
...
test_nick1_
2 years, 6 months ago
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!
upvoted 4 times
...
Swoody77
2 years, 7 months ago
It is A, checked on the practice exam you can do. Query parameters follow in flow references, not http requests, same with variables
upvoted 4 times
...
aho213
2 years, 8 months ago
A is correct Attributes never move to child flow when using a HTTP Request connector. Only in case of Flow reference
upvoted 1 times
...
Harvendra
2 years, 8 months ago
A is correct,query param go in case of flow reference to child flow
upvoted 1 times
...
Narayan123
2 years, 10 months ago
A is correct, queryParam doesnt go to child flow.
upvoted 2 times
...
AIBhatti
2 years, 10 months ago
B because QueryParam also go
upvoted 3 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...