What module and operation will throw an error if a Mule event's payload is not a number?
A. Validation module's Is number operation
B. Filter module's Is number operation
C. None of these
D. Validation module's Is not a number operation
Refer to the exhibit.
What is the correct DataWeave expression for the Set Payload transformer to call the
createCustomerObject flow with values for the first and last names of a new customer?
A. lookupC createCustomerObJect( "Alice", "Green- ) )
B. createCustomerObject( { first: "Alice", last: "Green" > )
C. lookupf "createCustomerObject", { first: "Alice", last: "Green" > )
D. createCustomerObject( "Alice", "Green")
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. What is 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 use auto-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
Refer to the exhibits.
What payload is logged at the end of the main flow?
A. [order1, order2, order3, order4]
B. [1, 2, 3, 4]
C. order4
D. order1order2order3order4
A company has an API to manage purchase orders, 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
Page 2 out of 21 Pages |
Previous |