Refer to the exhibits. The parentFlow contains an HTTP Request. The HTTP Listeners and
HTTP Request use default configurations.
What valuesare accessible in childFlow after a web client submits a request
tohttp://localhost:8081/order?color=red?

A. payload
B. payload
quantity var
C. payload
color query param
D. payload
quantity var
color query param
What execution model is used by For Each and Batch scopes?
A. For Each issingle-threaded and Batch is multi-threaded
B. Batch is single-threaded and For Each is multi-threaded
C. Both are multi-threaded
D. Both are single-threaded
Why would a Mule application use the ${http.port} property placeholder for its HTTP Listener port when it is deployed to CloudHub?
A. Allow clients to VPN directly to the application at the Mule application’s configured HTTP port
B. Allows MuleSoft Support to troubleshoot the application by connecting directly to the HTTP Listener
C. Allows CloudHub toautomatically change the HTTP port to allow external clients to connect to the HTTP Listener
D. Allows CloudHub to automatically register the application with API Manager
Refer to the exhibits. The two Mule configuration files belong to the same Mule project. Each HTTP Listener is configured with the same host string and the port number, path, and operation values are shown in the display names. What is the minimum number of global elements that must be defined to support all these HTTP Listeners?

A. 1
B. 2
C. 3
D. 4
Refer to the exhibits. What is the expected behavior of this application?

A. The application will continuously output LOGGER1 and LOGGER2 messages every 2 seconds
B. After 2 seconds, the applicationwill output LOGGER1 and LOGGER2 messages exactly once
C. The application will immediately output LOGGER1 and LOGGER2 messages exactly once
D. An exception will be thrown indicating there is no inbound endpoint as a message source
A Transform Message component receives the XML payload:
What is the DataWeave expression to output an array of the two customerName elements?
A. payload.order.*customer[].customerName
B. payload.order.*customer.customerName
C. payload.order.customer[].customerName
D. payload.order.customer.customerName
What path setting is required for an HTTP Listener endpoint to route all requests to an APIkit router?
A. /*
B. /
C. /{*}
D. ALL
Refer to the exhibits. How is the userName property passed to the outbound HTTP request?

A. URI parameter
B. Body
C. Query parameter
D. Header
| Page 1 out of 8 Pages |