Refer to the exhibits.
A.
Option A
B.
Option B
C.
Option C
D.
Option D
Option C
Refer to the exhibits.
The Validation component in the private flow throws an error. What response message is
returned to a client request to the main flow's HTTP Listener?
A.
Error - private flow
B.
Error - main flow
C.
Success - main flow
D.
Validation Error
Success - main flow
Refer to the exhibits.
A web client submits a request to the HTTP Listener andthe HTTP Request throws an
error.
What payload and status code are returned to the web client?
Refer to the exhibits. A web client submits a request to the HTTP Listener and the HTTP
Request throws an error.
What payload and status code are returned to theweb client?
A.
Response body: "Error" Default response status code: 200
B.
Response body: "Success - Begin* Default response status code: 200
C.
Error response body: error, description Default error response status code: 500
D.
Response body: "Success - End" Default response status code: 200
Response body: "Error" Default response status code: 200
A company has an API to manage purchaseorders, with each record identified by a unique
purchase order ID. The API was built with RAML according to MuleSoft best practices.
What URI should a web client use to request order P05555?
A.
/orders/{P05555}
B.
/orders/order=P05555
C.
/orders?order=P05555
D.
/orders/P05555
/orders/P05555
Refer to the exhibit
This RAML specification includes a resource and method to retrieve accounts by
account_type and industry.
What is the correct URIto 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
/accounts/account_type=retail/industry=finance
What execution model is used by For Each and Batch Job scopes?
A.
For Each is single-threaded and Batch Job is multi-threaded
B.
Both are single-threaded
C.
Both aremulti-threaded
D.
Batch Job is single-threaded and For Each Is multi-threaded
For Each is single-threaded and Batch Job is multi-threaded
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
Mule event
An app team is developing a mobile banking app. It took them two months to create their
own APIs to access transaction information from a central database. The app team later
found outthat another team had already built an API that accesses the transaction
information they need.
According to MuleSoft, what organization structure could have saved the app team two
months of development time?
A.
Center of Excellence
B.
Center for Enablement
C.
MuleSoft Support Center
D.
Central API Review Board
Center for Enablement
Refer tothe exhibit.The Mule application Is debugged in Any point Studio and stops at the breakpoint What is
the value of the payload displayed In the debugger at this breakpoint?
A.
0
B.
"Processing"
C.
"Start"
D.
Complete"
"Start"
What path setting is required for an HTTP Listener endpoint to route all requests to an
APIkit router?
A.
/(*)
B.
/
C.
/()
D.
/*
/*
To avoid hard-coding values, a flow uses some property placeholders and the corresponding values are stored in a configuration file. Where does the configuration file'slocation need to be specified in the Mule application?
A.
The pom.xml file
B.
A global element
C.
The mule-art if act .json file
D.
a flow attribute
A global element
An API implementation has been deployed to CloudHub and now needs to be governed. IT
will not allocate additional vCore for a new Mule application to act as an API proxy.
Whatis the next step to preseive the current vCore usage, but still allow the Mule
application to be managed by API Manager?
A.
Register the same API implementation in Runtime Manager to connect to API Manager
B.
Modify the API implementation to useauto-discovery to register with API Manager
C.
Upload the Mule application's JAR file to the API instance in API Manager
D.
Deploy the same API implementation behind a VPC and configure the VPC to connect
to API Manager
Modify the API implementation to useauto-discovery to register with API Manager
Page 2 out of 20 Pages |
Previous |