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. Graphical Data Mapping
C. ESQL
D. XSL Stylesheet
正解:C
質問 2:
While testing a message flow with a Compute node that contains two PROPAGATE statements, a solution developer discovered that the output message assembly is empty before the second PROPAGATE statement is executed. What must the solution developer do to prevent this from happening?
A. Add a DELETE NONE clause to the first PROPAGATE statement.
B. Add a DELETE DEFAULT clause to the first PROPAGATE statement.
C. Write a SET OutputRoot.Body = InputRoot.Body statement before the second PROPAGATE statement.
D. Add a FINALIZE DEFAULT clause to the first PROPAGATE statement
正解:A
質問 3:
A company has its own internal application App1 which exposes its products price catalog to its clients via MQ transport protocol. The company needs to build a new proxy mediation application using Message Broker to expose its service to external clients. The suggested mediation flow would accept the request from different clients, route the request to App1 and send the response back to the requesting client where each client has its own target queue. Which built-in pattern should the solution developer use to achieve this?
A. Service Access from WebSphere MQ
B. Service Proxy: static endpoint pattern
C. Message Request Response Correlator
D. Service Facade to WebSphere MQ: request-response pattern
正解:C
質問 4:
A solution developer is setting up Message Broker for debugging flows. There is a need to set the JVM debug port to 2314 from command line for a specific execution group called "MDM" and a broker called "WMBBRK1". Which command does the solution developer need to use?
A. mqsichangeproperties WMBBRK1 -e MDM -o ComIbmJVMManager -n jvmDebugPort -v 2314
B. mqsichangeproperties WMBBRK1 -e MDM -i ComIbmJVMManager -n jvmDebugPort -v 2314
C. mqsichangebroker WMBBRK1 -e MDM -o ComIbmJVMManager -n jvmDebugPort -v 2314
D. mqsireportproperties WMBBRK1 -e MDM -i ComIbmJVMManager -n jvmDebugPort -v 2314
正解:A
質問 5:
A solution developer generates a pattern instance project from a built-in pattern. What should the solution developer do to change one or more of the pattern parameters of the pattern instance project?
A. Modify the appropriate parameters in the pattern instance configuration file, and then regenerate the pattern instance project.
B. Create a new pattern instance, modify the appropriate parameters in the pattern instance configuration file, and then regenerate the patterninstance project.
C. Create a new pattern instance, set the pattern parameters in the instance, and then generate a new pattern instance project.
D. Delete the pattern instance configuration file, create a new pattern instance, modify the new pattern instance configuration file as appropriate,and then generate the new pattern instance project.
正解:C