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"
"Array"
Refer to the exhibits. A web client sends a POST request to theHTTP Listener and the
Validation component in the Try scope throws an error. What respo
nse message is returned to the web client?
A.
Validation Error
B.
"END"
C.
"ERROR1"
D.
''ERROR2"
E.
Validation Error
F.
"END"
G.
"ERROR1"
H.
''ERROR2
''ERROR2"
What valid RAML retrieves details on aspecific by its orderld as a URL parameter?
A.
Option A
B.
Option B
C.
Option C
D.
Option D
Option A
Refer to the exhibits.
A.
Option A
B.
Option B
C.
Option C
D.
Option D
Option A
Refer to theexhibits.
The main flow contains an HTTP Request. The HTTP Listeners and HTTP Request use
default configurations.
What values are accessible in the child flow after a web client submits a request to
http://localhost:8081/order? col or = red?
A.
payload
B.
payload
quantity var
C.
payload
color query param
D.
payload
quantity var color query param
payload
Refer to the exhibits.
The main flow contains a Flow Reference to the child flow.
A web client sends a GET request to the main flow's HTTP Listener that includes a make
query parameter.
What values are accessible in the child flow?
A.
payload
B.
payload
make query param
C.
payload
model var
D.
payload
make query param model var
payload
make query param model var
Why would a Muleapplication 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
Allows CloudHub to automatically change the HTTP port to allow external clients to
connect to the HTTP Listener
A web client submits a request tohttp://localhost:8081/books/0471767840. The value
"0471767840" is captured by a Set Variable transformer to a variable named booklSBN.
What is the DataWeave expression to access booklSBN later in the flow?
A.
booklSBN
B.
attributes.booklSBN
C.
flowVars.booklSBN
D.
vars. booklSBN
vars. booklSBN
Refer to the exhibit.
What is the response to a web client request tohttp://localhost:8081?
A.
After
B.
before
C.
Validation Error
D.
null
Validation Error
A function named newProdCode needs to be defined thataccepts two input parameters, an
integer value for itemID and a string value for productCategory, and returns a new product
code. What is the correct DataWeave code to define the newProdCode function?
A.
fun newProdCode{itemID: Number, productCategory: String) —> "PC-" ++
productCategory ++ (itemID as String)
B.
fun newProdCode(itemID: Number, productCategory: String) = "PC-" ++
productCategory ++ (itemID as String)
C.
function newProdCode(itemID: Number, productCategory: String) =
"PC-" ++ productCategory++ (itemID as String)
D.
var newProdCode(itemID: Number, productCategory: String) ->
"PC-" ++ productCategory ++ (itemID as String)
fun newProdCode(itemID: Number, productCategory: String) = "PC-" ++
productCategory ++ (itemID as String)
Refer to the exhibit
What can be added to the flow to persist data across different flow executions?
A.
Key/value pairs in the ObjectStore
B.
Properties of the Mule runtime flowobject
C.
properties of the Mule runtime app object
D.
session variables
Key/value pairs in the ObjectStore
Refer to the exhibit
A.
Option A
B.
Option B
C.
Option C
D.
Option D
Option B
Page 7 out of 20 Pages |
Previous |