Where does the configuration file's location need to be specified in the Mule application?
To avoid hard-coding values, a flow uses some property placeholders and the corresponding values are stored in a configuration file. Where does the configuration file's location need to be specified in the Mule application?A . The pom.xml file B. A global element C. The mule-art if act .json file D....
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...
http://dev.acme.com/api/patients?
What should this endpoint return considering the API is build using standard practices? http://dev.acme.com/api/patients?year=2021A . Patient with id 2021 B. Patients from year 2021 C. No patients D. All patientsView AnswerAnswer: B Explanation: Correct answer is Patients from year 2021. The thing to note here is that year is not...
What is the output of logger after the execution of choice router is completed?
CORRECT TEXT Refer to the exhibits. In the choice router, the When expression for the domestic shipping route is set to "#[payload= "FR"]". What is the output of logger after the execution of choice router is completed?A . "Domestic" B. "International" C. "US" D. A dataweave syntax error (Correct)View AnswerAnswer:...
What path value should be set in HTTP listener configuration so that requests can be accepted for both these URL's using a single HTTP listener event source?
Refer to the exhibits. The mule application implements a REST API that accepts GET request from two URL's which are as follows 1) http://acme.com/order/status 2) http://acme.com/customer/status What path value should be set in HTTP listener configuration so that requests can be accepted for both these URL's using a single HTTP...
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...
What is minimal requirement in a flow for a Mule application to compile?
What is minimal requirement in a flow for a Mule application to compile?A . Event Source B. Event Processors C. Error handlers D. Source and processors bothView AnswerAnswer: B Explanation: Process section is must to get compiles. Process section must have one or more processors Diagram Description automatically generated
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.
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...
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...