What execution model is used by For Each and Batch Job scopes?
A. For Each is single-threaded and Batch Job is multi-threaded
B. Both are single-threaded
C. Both are multi-threaded
D. Batch Job is single-threaded and For Each Is multi-threaded
Refer to the exhibits.
What payload and quantity are logged at the end of the main flow?
A. [[1,2,3,4], 14]
B. [[order1, order2, order3, order4], 14]
C. [[1,2,3,4], 10]
D. [orderlorder2order3order4,14]
Refer to the exhibit.
How many private flows does APIKIT generate from the RAML specification?
A. 1
B. 2
C. 3
D. 4
Refer to the exhibit.
What is the correct DataWeave expression for the Set Payload transformer to call the
createCustomerObject flow with values for the first and last names of a new customer?
A. lookupC createCustomerObJect( "Alice", "Green- ) )
B. createCustomerObject( { first: "Alice", last: "Green" > )
C. lookupf "createCustomerObject", { first: "Alice", last: "Green" > )
D. createCustomerObject( "Alice", "Green")
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. a flow attribute
A web client sends a request to http;//localhost:8081?dept=sales. What is the correct DataWeave expression to access the value of dept?
A. attributes.queryParams.dept
B. attributes.dept
C. message.queryParams.dept
D. vars.dept
A Utility.dwl file is located in a Mule project at src/main/resources/modules. The Utility.dwl hie defines a function named pascalize that reformats strings to pascal case. What is the correct DataWeave to call the pascalize function in a Transform Message component?

A. Option A
B. Option B
C. Option C
D. Option D
Refer to the exhibit.
A. Option A
B. Option B
C. Option C
D. Option D
| Page 1 out of 13 Pages |