A web client submits a request to http://localhost:8081?flrstName=john. What is the correct DataWeave expression to access the firstName parameter?A . # B. # C. # D. # View Answer Answer: A...
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 layer View Answer Answer: D Explanation: Correct answer is System layer System APIs provide a means for insulating the data consumers from the complexity or changes...
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 D View Answer Answer: A Explanation: Correct answer is as below. Attributes in the incoming xml payload are always accessed using @.Similarly *item is required as...
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 Manager View Answer Answer: A Explanation: Correct answer...
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 event?A . firstName B....
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 Manager View Answer Answer: D Explanation: Organization Administrators can approve/revoke/delete SLA tier access requests via API Manager only...
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 managed by API Manager?A...
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 D View Answer Answer: A Explanation: Correct answer is as below. Attributes in the incoming xml payload are always accessed using @.Similarly *item is required as...
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 flow View Answer Answer: C Explanation: Correct answer is async sub flow. Rest are valid flows in Mule. Sub flow is always synchronous....
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 D View Answer Answer: A Explanation: Correct answer is as below. Attributes in the incoming xml payload are always accessed using @.Similarly *item is required as...