nerdexam
IBM

C2180-272 · Question #55

A solution developer implemented a message flow for a book store company which receives an XML input message. The input message is formed according to an XML schema supplied by the client and used…

The correct answer is D. Add the bookDetails element to the XMLNSC parse Opaque elements. See the full explanation below for the reasoning.

Question

A solution developer implemented a message flow for a book store company which receives an XML input message. The input message is formed according to an XML schema supplied by the client and used by several other applications owned by the company. The input node uses XMLNSC parser to parse the input message. The image below depicts a sample XML input message. According to business needs, the bookDetails elements and all of its children are not referenced by the code. Performance test for the flow showed a significant time spent in message parsing time especially for large messages. What should the solution developer do to enhance the message parsing time ?

Exhibit

C2180-272 question #55 exhibit

Options

  • AUse the MRM parser instead.
  • BSet the parse timing to Complete.
  • CSet the parse timing option to On Demand.
  • DAdd the bookDetails element to the XMLNSC parse Opaque elements

How the community answered

(31 responses)
  • A
    6% (2)
  • B
    10% (3)
  • C
    3% (1)
  • D
    81% (25)

Community Discussion

No community discussion yet for this question.

Full C2180-272 Practice