A message flow needs to be designed such that available messages must be processed in sequential order. Missing messages in the sequence must be discarded if they appear later. The solution developer implements this message flow using Sequence and Resequence nodes. To meet the specifications for this message flow, how should the solution developer wire the Resequence node?
A. The Out, Expire, and Missing terminals should be wired together.
B. The Out terminal should be wired, but the Expire and Missing terminals should be left unwired.
C. The Out and Missing terminals should be wired together, and the Expire terminal should be left unwired.
D. The Out and Expire terminals should be wired together, and the Missing terminal should be left unwired.
A solution developer creates a message flow that includes an XSLTransform node. The node property specifies that the XSL style sheet is to be cached. The solution developer deploys the XSL style sheet in the BAR file with the message flow. Subsequently, the style sheet needs to be revised. How does the solution developer enable the message flow to use the revised style sheet?
A. Use the mqsicacheadmin command to refresh the cache with the new style sheet.
B. Update the BAR file with the modified style sheet and redeploy it.
C. Update the style sheet in the Application Development view of the Toolkit. Once the changes are saved, the style sheet is reloaded automatically by any message flows that use it.
D. Update the style sheet in the directory specified by the Style sheet directory property of the XSLTransform node. Once the changes are saved, the style sheet is reloaded automatically by any message flows that use it.
A solution developer needs to transform a message. As such, the solution developer needs to insert the content from a input message tree into a storage area of Environment in one node, and then transform the message and Environment in another node into the output message tree. To do so, what can the solution developer use?
A. Perl
B. ESQL
C. XSL Stylesheet
D. Graphical Data Mapping
A solution developer creates a new broker instance containing the default execution group. The solution developer attempts to create a second execution group within the same broker and the operation fails. To correct the issue, the solution developer must:
A. upgrade the broker because it is running in Trial Edition mode.
B. upgrade the broker because it is running in Standard Edition mode.
C. run the default configuration wizard before creating the second execution group.
D. stop the first execution group from processing messages before the second execution group can be created.
A message flow developer needs to create a message definition to model a COBOL document that starts with the following definition.

Using the MRM-TDS physical format, what type of message model should the solution developer create?
A. A single message definition that contains a tagged/fixed length choice.
B. A single message definition that contains a tagged/fixed length sequence.
C. Two message definitions, one tagged/delimited and one tagged/fixed length.
D. Two message definitions, both tagged/fixed length.
A solution developer is requested to investigate a message flow using the DFDL parser that is performing slowly. The message contains several optional fields. The solution developer determines that the parser is backtracking extensively while parsing input messages. What action should the solution developer take to reduce the amount of time required to parse the messages?
A. Restructure the input messages.
B. Use the XML parser instead of the DFDL parser.
C. Include dfdl:discriminator and initiator keywords in the DFDL schema.
D. Force the parser to reduce backtracking by suppressing errors that occur at parse time.
A solution developer needs to troubleshoot why a message flow does not process any messages from a remote resource. To review how the message flow interacts with all external resources, where should the solution developer look?
A. The ODBC log.
B. The JVERBOSE log.
C. The WebSphere MQ log.
D. The WebSphere Message Broker Activity log.
A solution developer needs to use the recording data feature for auditing purpose. The expected message size is up to 10 MB and the target database is DB2. Aside from the default, what additional configuration (s), if any, does the solution developer need to do?
A. Use the supplied DB2 schema without changes.
B. Update the DataCaptureStore configurable service to allow the extra size.
C. Customize the supplied DB2 schema to increase the maximum message body size.
D. Create a new database table to store the message body and configure the broker to use the new table.
A company has person information in its HR system and another application system. Person schemas in these two systems are similar. The solution developer uses the Mapping node to map the person information when developing an application. Following is the detailed information about the Mapping node.


This is the person information record that exists in the HR system.

After the solution developer performs this transformation for this person information, which one of following results is correct?
A.
B.
C.
D.
A solution developer needs to enhance a message flow with node information to aid in problem resolution, should there be a failure within the flow. Consider the following flow, named "OrderProcess".

What is the content of the Location tag in the
A.
B.
C.
D.