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
[1, 2, 3,4]
Refer to the exhibit.
The main flow contains a Flow Reference for the child flow.
What values are accessible in the child flow after a webclient submits a request to
http://localhost:8Q81/order? color=red?
A.
payload
B.
payload
quantity var
C.
payload
color query param
D.
payload
quantity var color query param
payload
quantity var color query param
Refer tothe exhibits.
The Validation component in the Try scope throws an error.
What response message is returned to a client request to the main flow's HTTP Listener?
The Validation component in the Try scope throws an error. What response message is
returned to a client request to the main flow's HTTP Listener?
A.
Success - main flow
B.
Error - main flow
C.
Error - Try scope
D.
Validation Error
Error - main flow
Refer to the exhibits.
The input array of strings is processed by the batch job that processes, filters, and
aggregates the values. What is the last message logged by the Logger component after the
batch job completesprocessing?
A.
[ ["A", "C", "D" ], ["E"] ]
B.
[''E'']
C.
[''D", "E"]
D.
[ "A", "C, "D", "E" ]
[ ["A", "C", "D" ], ["E"] ]
A flow needs to combine and return data from two different data sources. It contains a
Database SELECT operation followed by an HTTP Request operation.
What is the method to capture both payloads so the payload from the second request does
not overwrite that fromthe first?
A.
Put the Database SELECT operation inside a Cache scope
B.
Put the Database SELECT operation inside a Message Enricher scope
C.
Nothing, previous payloads are combined into the next payload
D.
Save the payload from the Database SELECT operation to a variable
Save the payload from the Database SELECT operation to a variable
Page 7 out of 21 Pages |
Previous |