nerdexam
IBM

C2180-279 · Question #83

A developer is invoking WL.Client.invokeProcedure(invocationData, options), using the options object and callback functions that are shown below. Which two statements describe the outcome of this…

The correct answer is A. The invocationContext will be returned to the success and failure handlers. C. The data returned by the invoked procedure is saved on response.invocationResult in the case of. See the full explanation below for the reasoning.

Question

A developer is invoking WL.Client.invokeProcedure(invocationData, options), using the options object and callback functions that are shown below. Which two statements describe the outcome of this scenario? (Choose two.)

Options

  • AThe invocationContext will be returned to the success and failure handlers.
  • BThe function failure will be invoked on client-side errors, however, not invoked on server-side
  • CThe data returned by the invoked procedure is saved on response.invocationResult in the case of
  • DThe data returned by the invoked procedure is saved on response.invocationContext in the case
  • EThe data returned by the invoked procedure is saved on response.invocationResult in the case of

How the community answered

(34 responses)
  • A
    76% (26)
  • B
    3% (1)
  • D
    6% (2)
  • E
    15% (5)

Community Discussion

No community discussion yet for this question.

Full C2180-279 Practice