Refer to the exhibit.
The main flow isconfigured 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?’’
What response message is returned?
A.
APP: API RESOURCE NOT FOUND
B.
HTTP: NOT FOUND
C.
other error
D.
success - main flow
APP: API RESOURCE NOT FOUND
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]
#[attributes.queryParams.firstName]
Refer to the exhibits
What payload and quantity arelogged at the end of the main flow?
A.
[[1,2,3,4], 14]
B.
[[order1, order2, order3, order4], 14]
C.
[[1,2,3,4], 10]
D.
[orderlorder2order3order4,14]
[[1,2,3,4], 14]
What DataWeaveexpression transforms the example XML input to the CSV output?
A.
Option A
B.
Option B
C.
Option C
D.
Option D
Option A
Referto the exhibit.
A.
Option A
B.
Option B
C.
Option C
D.
Option D
Option C
Refer to the exhibits.
The Set Payload transformer In the addltem subflow usesDataWeave to create an order
object. What is the correct DataWeave code for the Set Payload transformer in the createOrder
A.
addltemf { payload: { price: "100", item: "router", itemType: "cable" } > )
B.
lookupf "addltem", { payload: { price: "100", item: "router", itemType: "cable" } } )
C.
addltemf { price: "100", item: "router", itemType: "cable" })
D.
lookupf "addltem", { price: "100", item: "router", itemType: "cable" } )
lookupf "addltem", { payload: { price: "100", item: "router", itemType: "cable" } } )
Refer to theexhibits.
A Mule application has an HTTP Request that is configured with hardcoded values. To
change this, the Mule application is configured to use a properties file named config.yaml.
what valid expression can the HTTP Request host value be set to so that it is no longer
hardcoded?
A.
${training.host}
B.
${training:host}
C.
#[training:host]
D.
#[training.host]
${training.host}
A web client sends a request to http;//localhost:8081?dept=sales. What is the correct DataWeave expression to access the value of dept?
A.
attributes.queryParams.dept
B.
attributes.dept
C.
message.queryParams.dept
D.
vars.dept
attributes.queryParams.dept
Refer to the exhibits.
A web clientsends a GET request to the HTTP Listener.
What response message is returned to the web client?
A.
""
B.
"End"
C.
"Start"
D.
"String is not blank"
"String is not blank"
Refer to the exhibit
A.
Option A
B.
Option B
C.
Option C
D.
Option D
Option A
Page 5 out of 23 Pages |
Previous |