C2180-183 Free Dumps Study Materials
Question 1: Consider the following two implementations of a request/response pattern.1) Asynchronous with a
separate flow for the response logic using an MQInput node
2)
Synchronous, completing the round trip in the same flow pulling the response message with an MQGet
node
Which of the following is FALSE?
A.Multiple flow instances will not help throughput in either implementation.
B.The synchronous implementation will require more memory, especially in scenarios with large
messages and high throughput requirements.
C.Given sufficient resources, the synchronous implementation will perform better in cases where large
amounts of data (i^tate? need to be preserved across the back end call.
D.If run in a single instance, the synchronous implementation can be used to preserve message
sequence, whereas the asynchronous imDlementation cannot be assumed to do the same.
Correct Answer: A