1.
Using the Integrated Test Client, a developer finds there is a change required in a message flow. After the change is done, how can the developer deploy the changes for the next test run? The developer can:
2.
A developer has recently developed a group of message flows to handle stock trades and had them deployed to the TRADING_PLATFORM execution group. Each message flow was built with a set of audit trail Trace nodes to help track and debug messages as part of development. What is the most efficient way to deactivate these nodes for the upcoming performance tests?
3.
A solution developer has made several changes to a message flow and the corresponding ESQL file. After a while, the developer is unsure about the latest changes. By opening the file's context pop-up menu, how can the developer switch back to an earlier version of the ESQL file?
4.
A set of message flows contain Throw nodes to generate user exceptions when a message has failed to process. As part of the error handler message flow any exceptions generated need to be recorded to an audit file. What is a possible way for the solution developer to accomplish this task?
5.
A UNIX system administrator reported to the developer that their application is causing execution group restart in the testing environment. Which directory should the developer check for the broker abend files?
6.
A developer is using a Test Client to invoke a test case and has completed unit testing of a message flow on a local broker. The message flow has been deployed to system integration testing on a remote broker. What step (s) are required to invoke the debugger on the remote broker using the Test Client?
7.
The solution developer is in the process of debugging a message flow. The flow is deployed and the Debug Tool is invoked. The solution developer has determined the message flow is running in the Debug View and can view the Message tree in the Variables View. The Flow Editor View is reporting an error ource not found an error source not found What steps MUST the solution developer take to resolve this issue and continue on debugging the message flow?
8.
A message flow has to be changed and retested using the same data as in previous tests. How can this be achieved?
9.
A developer has used Trace nodes with the Destination attribute of User Trace to log message flow information. After the messages have been processed, what does the developer need to do to access the information logged in User Trace?
10.
A multi-national company uses an MQ driven message flow to handle on-line orders. In order to keep the response time to a minimum, the current currency exchange rates are maintained in flow shared variables, and are updated, as needed, by a specific MQ message. As part of a merger, this same message flow now handles batches of messages from a new partner. These messages are sent as low priority, so as not to interfere with the on-line orders. There are complaints that the batch messages are taking too long to process. Which of the following options will speed up the batch messages, while maintaining the online response times?