Refer to the exhibit.
The main flow contains a Flow Reference for the child flow.
What values are accessible in the child flow after a web client submits a request to
http://localhost:8Q81/order? color=red?
A. payload
B. payload
quantity var
C. payload
color query param
D. payload
quantity var color query param
Refer to the exhibits.
A web client sends a POST request to the HTTP Listener with the payload "Hello-". What
response is returned to the web client?
What response is returned to the web client?
A. Hello- HTTP-] MS2-Three
B. HTTP-JMS2-Three
C. Helb-JMS1-HTTP-JMS2 -Three
D. Hello-HTTP-Three
A company has an API to manage purchase orders, with each record identified by a unique purchase order ID. The API was built with RAML according to MuleSoft best practices. What URI should a web client use to request order P05555?
A. /orders/{P05555}
B. /orders/order=P05555
C. /orders?order=P05555
D. /orders/P05555
What is the correct syntax to define and call a function in Database?

A. Option A
B. Option B
C. Option C
D. Option D
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.
What should be changed to fix the 415 error?
A. set the response Content-Type header to text/plain
B. set the response Content-Type header to application/json
C. Set the request Content-Type header to ap pi I cation/] son
D. set the request Content-Type header to text/plain
Refer to the exhibits.
What is valid text to set the field in the Database connector configuration to the username
value specified in the config.yaml file?
A. ${db.username>
B. #[db.username]
C. #[db:username]
D. ${db:username>
A web client submits a request to http://localhost:8081/books/0471767840. The value "0471767840" is captured by a Set Variable transformer to a variable named booklSBN. What is the DataWeave expression to access booklSBN later in the flow?
A. booklSBN
B. attributes.booklSBN
C. flowVars.booklSBN
D. vars. booklSBN
| Page 1 out of 13 Pages |