A solution developer needs to implement a message flow to integrate with a Telecommunications Short Message Service (SMS) server which uses the Simple Network Management Protocol (SNMP) over a socket layer. The message flow starts with an MQinput node which accepts the XML input message that contains the SMS details. The message is routed to a Compute node to compose the SNMP format as expected by the SMS service.
Which node should the developer use to send the SNMP data?
A. TCPIPClientReceive
B. TCPIPServerOutput
C. TCPIPClientOutput
D. TCPIPServerReceive
正解:B
質問 2:
A solution developer is designing a message flow application that gets banking transactions from a WebSphere MQ queue. One of the requirements of the design is that the message flow must propagate the message identify user name and password to the target application. The developer has set the identify token type to Transport Default.
What additional information must the developer have to propagate the identity in this message flow?
A. The external security provider application.
B. The location of the user name in the message.
C. The security profile properties.
D. The location of the password in the message.
正解:A
解説: (Pass4Test メンバーにのみ表示されます)
質問 3:
A solution developer needs to connect to an IBM iSeries based warehouse system via Extensible Program Call Markup Language (xPCML). The solution developer chooses a configurable service to store the connection information of the system.
Which configurable service should the developer use?
A. UserDefined
B. IMSConnect
C. EISProviders
D. CICSConnection
正解:A
質問 4:
A company plans to emit Common Base Events to monitor the service level agreements for the Integration Bus application. To achieve this, a solution developer has to produce monitor profiles to emit events.
Which XPath expression can the developer use to produce suitable results?
A. $Root/Soap/Header
B. $LocalEnvironment
C. $Root/Soap/Body
D. $Body/Message
正解:B
質問 5:
A solution developer uses a JavaCompute node to implement the mapping in a message flow. As part of that mapping, the developer used a Java class from an external library. The class is defined to throw an exception.
How should the developer handle the exception in the JavaCompute node to capture the exception details and escalate to the default flow error handling?
A. Create and throw a MbUserException.
B. Create and throw a MbException.
C. Create and throw a MbBrokerException.
D. Use the addNestedException method of the MbException class to escalate the exception.
正解:B
解説: (Pass4Test メンバーにのみ表示されます)