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 JSON payload is set in the Set Payload transformer.
What is logged by the Logger?
A. "String"
B. "Object"
C. "Array"
D. "JSON"
Refer to the exhibit.
The input array of strings is passed to the batch job, which does NOT do any filtering or aggregating. What payload is logged by the Logger component?
A. Summary report of processed records
B. [ "Apple", "Banana" ]
C. [ "Apptel2", "Bananal2" ]
D. [ "Apptel", "Bananal", 2 ]
Refer to the exhibits.
What payload and quantity are togged at the end of the main flow?
A. [[order1, order2, order3, order4], 14]
B. [[1,2,3,4], 10]
C. [[1,2,3,4], 14]
D. [orderlorder2order3order4, 14]
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>
Refer to the exhibits.
A web client submits a request to http://localhQst:8081. What is the structure of the payload
at the end of the flow?
A. Option A
B. Option B
C. Option C
D. Option D
A Mule project contains a MySQL Database dependency. The project is exported from
Anypoint Studio so it can be deployed to CloudHub.
What export options create the smallest deployable archive that will successfully deploy to
CloudHub?
A. Option A
B. Option B
C. Option C
D. Option D
Refer to the exhibits.
The web client sends a POST request to the ACME Order API with an XML payload. An
error is returned.
What should be changed in the request so that a success response code is returned to the
web client?
A. Set a request header with the name Content-Type to a value of applicatron/octet-stream
B. Set a request header with the name Content-Type to a value of application/xml
C. Set a response header with the name Content-Type to a value of applkation/xml
D. Set a response header with the name Content-Type to a value of application/octetstream
Refer to the exhibit.
The main flow is configured with their error handlers. A web client submit a request to the
HTTP Listener and the HTTP Request throws an HTTP:NOT_FOUND error.
What response message is returned?’’
A. APP: API RESOURCE NOT FOUND
B. HTTP: NOT FOUND
C. other error
D. success - main flow
A Mule flow has three Set Variable transformers. What global data structure can be used to access the variables?
A. Mule event attributes
B. Mule event message
C. Mule application properties
D. Mule event
Why would a Mule application use the ${http.port} property placeholder for its HTTP Listener port when it is deployed to CloudHub?
A. Allows CloudHub to automatically change the HTTP port to allow external clients to connect to the HTTP Listener
B. Allows CloudHub to automatically register the application with API Manager
C. Allows MuleSoft Support to troubleshoot the application by connecting directly to the HTTP Listener
D. Allows clients to VPN directly to the application at the Mule application's configured HTTP port
Refer to the exhibits. The Set Payload transformer in the addltem child flow uses
DataWeave to create an order object.
What is the correct DataWeave code for the Set Payload transformer in the createOrder
flow to use the addltem child flow to add a router call with the price of 100 to the order?
A. lookup( "addltern", { price: "100", item: "router", itemType: "cable" } )
B. addltem( { payload: { price: "100", item: "router", itemType: "cable" > } )
C. lookup( "addltem", { payload: { price: "100", item: "router", itemType: "cable" } > )
D. addltem( { price: "100", item: "router", itemType: "cable" } )
Page 3 out of 9 Pages |
Previous |