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
Page 5 out of 21 Pages |
Previous |