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

November 9, 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...

November 9, 2022 No Comments READ MORE +

What DataWeave expression transforms the example XML input to the CSV output?

What DataWeave expression transforms the example XML input to the CSV output? A) B) C) D) A . Option A B. Option B C. Option C D. Option DView AnswerAnswer: A Explanation: Correct answer is as below. Attributes in the incoming xml payload are always accessed using @.Similarly *item is...

November 8, 2022 No Comments READ MORE +

What is the next step to make the API discoverable?

An API has been created in Design Center. What is the next step to make the API discoverable?A . Publish the API to Anypoint Exchange B. Publish the API from inside flow designer C. Deploy the API to a Maven repository D. Enable autodiscovery in API ManagerView AnswerAnswer: A Explanation:...

November 8, 2022 No Comments READ MORE +

What is the correct Dataweave expression which can be added in message attribute of a Logger activity to access firstName (which in this case is Madhav) from the incoming event?

Refer to the exhibits. Set paylaod transformer is set the firstName and lastName of the customer as shown in below images. What is the correct Dataweave expression which can be added in message attribute of a Logger activity to access firstName (which in this case is Madhav) from the incoming...

November 8, 2022 No Comments READ MORE +

From which application, Organization Administrators can approve/revoke/delete SLA tier access requests

From which application, Organization Administrators can approve/revoke/delete SLA tier access requestsA . API Exchange B. API Portal C. API Gateway D. API ManagerView AnswerAnswer: D Explanation: Organization Administrators can approve/revoke/delete SLA tier access requests via API Manager only

November 8, 2022 No Comments READ MORE +

What is the next step to preseive the current vCore usage, but still allow the Mule application to be managed by API Manager?

An API implementation has been deployed to CloudHub and now needs to be governed. IT will not allocate additional vCore for a new Mule application to act as an API proxy. What is the next step to preseive the current vCore usage, but still allow the Mule application to be...

November 8, 2022 No Comments READ MORE +

What DataWeave expression transforms the example XML input to the CSV output?

What DataWeave expression transforms the example XML input to the CSV output? A) B) C) D) A . Option A B. Option B C. Option C D. Option DView AnswerAnswer: A Explanation: Correct answer is as below. Attributes in the incoming xml payload are always accessed using @.Similarly *item is...

November 8, 2022 No Comments READ MORE +

Which one of them is NOT a flow in Mule?

Which one of them is NOT a flow in Mule?A . sync flow B. subflow C. async sub flow D. async flowView AnswerAnswer: C Explanation: Correct answer is async sub flow. Rest are valid flows in Mule. Sub flow is always synchronous.

November 8, 2022 No Comments READ MORE +

What DataWeave expression transforms the example XML input to the CSV output?

What DataWeave expression transforms the example XML input to the CSV output? A) B) C) D) A . Option A B. Option B C. Option C D. Option DView AnswerAnswer: A Explanation: Correct answer is as below. Attributes in the incoming xml payload are always accessed using @.Similarly *item is...

November 7, 2022 No Comments READ MORE +