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...

October 31, 2022 No Comments READ MORE +

What is a valid DataWeave expression to set as the message attribute of the Logger to access the value "Max" from the Mule event?

Refer to the exhibits. The Set Variable transformer is set with value #[ [ first "Max" last "Mule"} ]. What is a valid DataWeave expression to set as the message attribute of the Logger to access the value "Max" from the Mule event?A . vars "customer first" B. "customer first"...

October 31, 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 31, 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...

October 31, 2022 No Comments READ MORE +

What should this endpoint return? http://dev.acme.com/api/patients?name=John&surname=Bell

What should this endpoint return? http://dev.acme.com/api/patients?name=John&surname=BellA . Patient with name as John B. Patient with surname as bell C. Patients with either name as John or surname as Bell D. Patients with name as John and surname as BellView AnswerAnswer: D Explanation: Query parameters are a defined set of parameters...

October 31, 2022 No Comments READ MORE +

What is logged after the Choice router completes?

Refer to the exhibits. In the Choice router, the When expression for the domesticShipping route is set to "#[payload = 'FR']". What is logged after the Choice router completes?A . A string with value "FR" B. A DataVVeave syntax error C. The result of the intemationalShipping flow D. The result...

October 31, 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...

October 31, 2022 No Comments READ MORE +

What payload is logged by the Logger component?

Refer to the exhibit. The input array of strings is passed to the batch job, which does NOT do any filtering or aggregating. What payload is logged by the Logger component?A . Summary report of processed records B. [ "Apple", "Banana" ] C. [ "Apptel2", "Bananal2" ] D. [ "Apptel",...

October 31, 2022 No Comments READ MORE +

What is the next step to fix the error to get the project to run successfully?

Refer to the exhibit. The error occurs when a project is run in Anypoint Studio. The project, which has a dependency that is not in the MuleSoft Maven repository, was created and successfully run on a different computer. What is the next step to fix the error to get the...

October 31, 2022 No Comments READ MORE +

What is the structure of the payload at the end of the flow?

Refer to the exhibits. A web client submits a request to http://localhQst:8081. What is the structure of the payload at the end of the flow? A) B) C) D) A . Option A B. Option B C. Option C D. Option DView AnswerAnswer: D Explanation: Scatter-Gather sends the event to...

October 31, 2022 No Comments READ MORE +