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 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
Refer to the exhibit.
This RAML specification includes a resource and method to retrieve accounts by
account_type and industry.
What is the correct URI to get all retail finance accounts?
A. /accounts/retail/finance
B. /accounts?account_type=retail&industry=finance
C. /accounts/account_type=retail/industry=finance
D. /accounts?account_type:retail&industry:finance
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
Refer to the exhibit.
What is a valid expression for the Choice router’s when expression to route events to the
documenticShipping flow?
A. 0#[ payload = 'US' ]
B. #[ payload == 'US' J
C. #[ if(payload = 'US') J
D. #[ if(payload == "US") ]
Refer to the exhibit.
All three of the condition for the Choice router are true. What log messages are written?
A. Route 1
B. Route2
C. Route1, Route2
D. Route1, Route2, Default
Refer to the exhibits.
The
What is a valid
A. #['MuleSoft' == paytoad'company']
B. #[ company = "MuleSoft" ]
C. #[ if( company = "MuleSoft") ]
D. #[ if( 'MuleSoff == payload.company) ]
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
Page 2 out of 9 Pages |
Previous |