nerdexam
IBM

C2090-420 · Question #41

A granular composite Java proxy, CompositePartyAddress TxnBP .java, is created to process (search, inquiry, and persist) partyAddress records in InfoSphere MDM Server application. Which two steps…

The correct answer is A. Extend DWLTxnBP and create a public method execute() to overwrite the D. Invoke the super.execute() method to delegate transactions to the appropriate MDM controller to. See the full explanation below for the reasoning.

Question

A granular composite Java proxy, CompositePartyAddress TxnBP .java, is created to process (search, inquiry, and persist) partyAddress records in InfoSphere MDM Server application. Which two steps are required to implement ConmpositePartyAddress TxnBP .java? (Choose two.)

Options

  • AExtend DWLTxnBP and create a public method execute() to overwrite the
  • BImplement the IBusProxy interface and and business logic in the execute() method.
  • CInvoke the appropriate method in TCRMPartyComponent.java to complete the transaction.
  • DInvoke the super.execute() method to delegate transactions to the appropriate MDM controller to

How the community answered

(42 responses)
  • A
    81% (34)
  • B
    7% (3)
  • C
    12% (5)

Community Discussion

No community discussion yet for this question.

Full C2090-420 Practice