Refer to the exhibits.
The orders.csv file is read, then processed to look up the orders in a database. The Mule
application is debugged in Any point Studio and stops at the breakpoint.
What is the payload shown in the debugger at this breakpoint?
A. "none"
B. The entire CSV file
C. The database response
D. 100
Refer to the exhibit.
What is the correct syntax to add an employee ID as a URI parameter in an HTTP Listener
path?
A. (employeelD)
B. ${emp!oyeelD}
C. {employeelD}
D. # [employeelD]
Refer to the exhibit.
The Database Select operation returns five rows from a database. What is logged by the
Logger component?
A. "Array"
B. "Object"
C. "LinkedHashMap"
D. "CaselnsensitrveHashMap"
In an application network. If the implementation but not the interface of a product API changes, what needs to be done to the other APIs that consume the product API?
A. The applications associated with the other APIs must be restarted
B. The applications associated with the other APIs must be recoded
C. The other APIs must be updated to consume the updated product API
D. Nothing needs to be changed in the other APIs or their associated applications
Refer to the exhibits. A company has defined this Book data type and Book example to be used in APIs. What is valid RAML for an API that uses this Book data type and Book example?
A. Option A
B. Option B
C. Option C
D. Option D
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
Refer to the exhibit.
A. Option A
B. Option B
C. Option C
D. Option D
Refer to the exhibit.
The Batch Job processes, filters and aggregates records, What is the
expected output from the Logger component?
A. [10. 20, 30. 40, 50, 60]
B. [10. 20] [30, 40] [50, 60]
C. [20, 40, 60]
D. [20. 40] [60]
Page 1 out of 9 Pages |