A sales company is currently running 2 message flows. The first, ProcessOrder, validates customer orders and then sends the shipping information to the warehouse via an MQ request message. Once the warehouse has shipped the order, a reply is sent back which is processed by the second flow, SendConfirmation, to send a confirmation to the customer. The company is now expanding and has multiple warehouses. The solution developer must modify ProcessOrder to send messages to each warehouse only for the items it stocks, and SendConfirmation to send a response message only when all warehouses have replied. What node(s) should the solution developer use?
A. SendConfirmation -> MQGet
B. ProcessOrder -> AggregateControl and AggregateRequest SendConfirmation -> AggregateReply
C. ProcessOrder -> Sequence SendConfirmation -> Resequence
D. SendConfirmation -> Collector
正解:B
質問 2:
A global bank has developed a new application which must be activated in multiple countries at the same time. Due to different time zones, it is found that the new application can only be deployed during business hours of each country and should not process messages immediately. The application would be started at a later time by a system administrator. Prior to deployment, how does the solution developer need to configure the application?
A. setting the Start Mode of the application in the Broker Archive (BAR) file to Automatic mode.
B. configuring the Additional Instances of the message flow to zero (0).
C. setting the Start Mode of the application in the Broker Archive (BAR) file to Manual mode.
D. configuring the Commit Count of the message flow to zero (0).
正解:C
質問 3:
A solution developer is writing a message flow using the XMLNSC domain. Testing is producing the wrong output, and the solution developer is uncertain which node is causing the error. The solution developer adds a Trace node to display the contents of the data being passed. Which Trace node pattern will display the contents of the data?
A. ${InputXMLNSC}
B. ${InputRoot}
C. ${XMLNSC}
D. ${Root}
正解:D
質問 4:
A solution developer is investigating a problem where a message flow does not run to completion.
The message flow includes an aggregation block. The solution developer determines that messages are accumulating at the AggregateReply node. In order to resolve the problem, the solution developer needs to:
A. wire the AggregateReply Timeout terminal.
B. set the AggregateControl Timeout location property to specify where incomplete messages should be sent.
C. change the AggregateControl Timeout property to a nonzero positive value.
D. change the AggregateReply Unknown message timeout property to a nonzero positive value.
正解:C
質問 5:
A solution developer needs to implement Web Services Reliable Messaging (WS-RM) on a message flow for a stock trading company. During unit testing, the solution developer determines that only the first of four messages, expected in order, have arrived at the destination. During troubleshooting, what conclusion must the solution developer come to?
A. The second message in the sequence is lost, and so the third and fourth messages have not processed yet.
B. The data of message two is corrupt not allowing message three or four to be processed and those messages are sitting on the reliablemessaging source queue.
C. The sequence number of message two has got out of sync and a reset needs to occur to allow the other messages to flow to their target.
D. The data of message two is corrupt not allowing message three or four to be processed and those messages are sitting on the reliablemessaging destination queue.
正解:A