nerdexam
IBM

C2180-376 · Question #104

After converting a file based solution to real time messaging, sales information is sent to a central queue from several branch offices. The information is structured as header, detail and trailer…

The correct answer is A. Combine all header, detail and trailer information into a single message per sale. See the full explanation below for the reasoning.

Question

After converting a file based solution to real time messaging, sales information is sent to a central queue from several branch offices. The information is structured as header, detail and trailer data. What is the BEST way to design this in terms of performance and code complexity?

Options

  • ACombine all header, detail and trailer information into a single message per sale.
  • BAssign a higher priority to the header message to ensure it is retrieved first.
  • CAssign a higher priority to the trailer message to ensure that the sales order is complete before
  • DCode a unique MsgId value for all messages from the same branch.

How the community answered

(35 responses)
  • A
    71% (25)
  • B
    9% (3)
  • C
    3% (1)
  • D
    17% (6)

Community Discussion

No community discussion yet for this question.

Full C2180-376 Practice