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

Where are values of query parameters stored in the Mule event by the HTTP Listener?

    Correct Answer: B

    Values of query parameters in a Mule event by the HTTP Listener are stored in the attributes. Specifically, in Mule 4, the query parameters can be accessed using expressions like #[attributes.queryParams.{paramaterName}]. This allows you to retrieve the values of the parameters that were part of the HTTP request.

Discussion
jpbatis

A Mule event contains the core information processed by the runtime. It travels through components inside your Mule app following the configured application logic. https://docs.mulesoft.com/mule-runtime/4.3/_images/mule-concepts-d46f9.png

Pavankumar142Option: B

B -is correct.

sirious09Option: B

B - Is correct