What is the correct DataWeave expression to access the firstName parameter?

A web client submits a request to http://localhost:8081?flrstName=john. What is the correct DataWeave expression to access the firstName parameter?A . #[attributes.queryParams.firstName] B. #[message.queryParams.hrstName] C. #[message.inboundProperties.'http.query.params'.firstName] D. #[attributes.'http.query.params'.firstName]View AnswerAnswer: A

October 25, 2022 No Comments READ MORE +

How are multiple conditions used in a Choice router to route events?

How are multiple conditions used in a Choice router to route events?A . To route the same event to the matched route of EVERY true condition B. To find the FIRST true condition, then distribute the event to the ONE matched route. C. None of these D. To find the...

October 25, 2022 No Comments READ MORE +

What is the correct DataWeave expression to access the value of dept?

A web client sends a request to http;//localhost:8081?dept=sales. What is the correct DataWeave expression to access the value of dept?A . attributes.queryParams.dept B. attributes.dept C. message.queryParams.dept D. vars.deptView AnswerAnswer: A

October 25, 2022 No Comments READ MORE +

What MuleSoft API-led connectivity layer is intended to expose part of a backend database without business logic?

What MuleSoft API-led connectivity layer is intended to expose part of a backend database without business logic?A . Data layer B. Process layer C. Experience layer D. System layerView AnswerAnswer: D Explanation: Correct answer is System layer System APIs provide a means for insulating the data consumers from the complexity...

October 25, 2022 No Comments READ MORE +