nerdexam
IBM

A2180-270 · Question #25

Which invocation style is appropriate to call request-response operations where the response is not needed by the caller for further processing, but it needs to be notified when the operation…

The correct answer is D. Asynchronous invocation request with callback. See the full explanation below for the reasoning.

Question

Which invocation style is appropriate to call request-response operations where the response is not needed by the caller for further processing, but it needs to be notified when the operation completes?

Options

  • ASynchronous invocation one-way operation.
  • BSynchronous invocation request-response operation.
  • CAsynchronous invocation deferred response.
  • DAsynchronous invocation request with callback.

How the community answered

(26 responses)
  • A
    15% (4)
  • B
    4% (1)
  • C
    8% (2)
  • D
    73% (19)

Community Discussion

No community discussion yet for this question.

Full A2180-270 Practice