Refer to the exhibit. The Batch Job processes, filters and aggregates records, What is the
expected output from the Logger component?
A.
[10. 20, 30. 40, 50, 60]
B.
[10. 20] [30, 40] [50, 60]
C.
[20, 40, 60]
D.
[20. 40] [60]
[20. 40] [60]
Refer to the exhibits.
A web client submits the request to the HTTP Listener. What response message would be
returned to web client?
A. End
B. String is not blank
C. No response would be sent back to client and request will get errored out in Mule
D. Start
Explanation:
Correct answer is String is not blank.
-------------------------------------------------------------------------------------------------------------------------

Refer to the exhibits. What payload is logged at the end of the main flow?
A.
[order1, order2, order3, order4]
B.
[1, 2, 3,4]
C.
order4
D.
order1order2order3order4
[1, 2, 3,4]
Refer to the exhibits.
The orders.csv file is read, then processed to look up the orders in a database. The Mule
application is debugged in Any point Studioand stops at the breakpoint.
What is the payload shown in the debugger at this breakpoint?
A.
"none"
B.
The entire CSV file
C.
The database response
D.
100
100
Refer to the exhibits.
A web clientsends a GET request to the HTTP Listener.
What response message is returned to the web client?
A.
""
B.
"End"
C.
"Start"
D.
"String is not blank"
"String is not blank"
Explanation: Correct answer is {customerID}.
A. var toUpper(userName) -> upper(userName)
B. fun toUpper(userName) = upper(userName)
C. fun toUpper(userName) -> upper(userName)
D. var toUpper(userName) = upper(userName)
A function named toUpper needs to be defined that accepts a string named userName and
returns the string in uppercase.
What is the correct DW code to define the toUpper function?
Refer to theexhibits.
The main flow contains an HTTP Request. The HTTP Listeners and HTTP Request use
default configurations.
What values are accessible in the child flow after a web client submits a request to
http://localhost:8081/order? col or = red?
A.
payload
B.
payload
quantity var
C.
payload
color query param
D.
payload
quantity var color query param
payload
A company has an API to manage departments, with each department identified by a
unique deptld. The API was built with RAML according to MuleSoft best practices.
What is valid RAML to specify a method to update the details for a specific department?
A.
Option A
B.
Option B
C.
Option C
D.
Option D
Option D
| Page 1 out of 29 Pages |