What is the output type of the DataWeave map operator?
A. Map
B. Array
C. String
D. Object
Refer to the exhibit. The Validation component in privateFlow throws an exception. What response message is returned to a client request tomainFlow’s HTTP Listener?
A. Success – privateFlow
B. Exception – mainFlow
C. Exception – privateFlow
D. Success – mainFlow
A web client posts a request to http://localhost:8081?name=john. What is the correct MEL expression to access the nameparameter?
A. #[message.payload.outboundProperties. “http.query.params’.name]
B. #[message.inboundProperties.‘http.uri.params’.name]
C. #[message.payload.inboundProperties. ‘http.query.params.’name]
D. #[message.outboundProperties.’http.query.params’.name]
Refer to the exhibit. The parentFlow contains a Flow Reference for childFlow. What values are accessible in childFlow after a web client submita a request tohttp://localhost:8081/order?color=red?
A. payload
B. payload
quantity var
C. payload
color query param
D. payload
quantity var
color query param
In a RAML specification for a banking application, accounts, account_id, and transactions are identified as resources. What resource/method pair retrieves transactions for a specific account_id?
A. GET /accounts/{account_id}/transactions
B. POST/accounts/{account_id}
C. GET/accounts/account_id
D. PUT/accounts/{account_id}/transactions/{transaction_id}
Refer to the exhibit. What DataWeave transformation retrieves the current time?
A. Option A
B. Option B
C. Option C
D. Option D
Refer to the exhibits. What is the expected data that the POST /accounts endpoint expects?
A. Option A
B. Option B
C. Option C
D. Option D
What valid RAML retrieves details on a specific order by its orderId as a URI parameter?
A. Option A
B. Option B
C. Option C
D. Option D
Page 1 out of 8 Pages |