MCD - Level 1 Exam QuestionsBrowse all questions from this exam

MCD - Level 1 Exam - Question 9


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

Show Answer
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

3 comments
Sign in to comment
jpbatis
May 24, 2021

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

sirious09Option: B
Aug 16, 2022

B - Is correct

Pavankumar142Option: B
Dec 13, 2023

B -is correct.