Refer to the exhibits.
In the requestFlow an HTTP Request operation is configured to send an HTTP request with
an XML payload. The request is sent to the HTTP Listener in the transform Flow.
That flow transforms the incoming payload into JSON format and returns the response to
the HTTP request. The response of the request is stored in a target variable named the
Result.
What is the payload at the Logger component after the HTTP Request?
A. A non-empty Java object
B. The original XML payload
C. null
D. The returned JSON response
A Mule application contains an ActiveMQ JMS dependency. The Mule application was
developed in Anypoint Studio and runs successfully in Anypoint Studio.
The Mule application must now be exported from Anypoint Studio and shared with another
developer.
What export options create the smallest JAR file that can be imported into the other
developer's Anypoint Studio and run successfully?
A. Attach project sources
Include project modules and dependencies
B. Attach project sources
Include project modules and dependencies
C. Attach project sources
Include project modules and dependencies
D. Attach project sources
Include project modules and dependencies
A web client submits a request to http://localhost:8081?flrstName=john. What is the correct DataWeave expression to access the firstName parameter?
A. #[attributes.queryParams.firstName]
B. #[message.queryParams.hrstName]
C. #[message.inboundProperties.'http.query.params'.firstName]
D. #[attributes.'http.query.params'.firstName]
Refer to the exhibit.
A Mule event is composed of a hierarchy of objects. Where in the hierarchy are variables
stored?
A. Mule event
B. Mule message payload
C. Mule message
D. Mule message attributes
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
Page 5 out of 21 Pages |
Previous |