What is the correct syntax todefine and call a function in Database?
A.
Option A
B.
Option B
C.
Option C
D.
Option D
Option A
What DataWeaveexpression transforms the example XML input to the CSV output?
A.
Option A
B.
Option B
C.
Option C
D.
Option D
Option A
How to import Core (dw::Core) module into your DataWeave scripts?
A. #include dw::core
B. Not needed
C. import core
D. import dw::core
Correct answer is Not needed as dw::core module is included by default. We don't need to include it explicitly
Refer to the exhibits.
In the requestFlow an HTTP Request operation is configured to send an HTTP request with
an XML payload. The request is sent to the HTTP Listener in the transform Flow.
That flow transforms the incoming payload into JSON format and returns the response to
the HTTP request. The response of the request is storedin a target variable named the
Result.
What is the payload at the Logger component after the HTTP Request?
A.
A non-empty Java object
B.
The original XML payload
C.
null
D.
The returned JSON response
The original XML payload
Refer to the exhibits.
A web client sends sale data in a POST request to the Mule application. The Transform
Message component then enrich the payload by prepending a vendor name to the sale data.
What is written to the sales.csv file when the flow executes?
A. The enriched payload in JSON format
B. The enriched payload in XML format
C. The enriched payload in CSV format
D. An error message
Refer to the exhibits.
A. Option A
B. Option B
C. Option C
D. Option D
Explanation: Correct answer is as below. After all processing routes have finished execution, the Scatter- Gather component creates a new Mule event that combines all resulting Mule events from each route, and then passes the new Mule event to the next component in the flow.
Refer to the exhibit.
A.
Option A
B.
Option B
C.
Option C
D.
Option D
Option B
Which of the below is used by Mule application to manage dependencies which make sharing the projects lightweight and easier?
A. Configuration file
B. Global element
C. POM.xml
D. Cloudhub
POM.xml contains info about the project and configuration details used by Maven to build the project.
Page 1 out of 29 Pages |