A solution developer needs to implement a message flow to integrate with a Telecommunications Short Message Service (SMS) serverwhich usesthe 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. TCPIPClientOutput
B. TCPIPClientReceive
C. TCPIPServerOutput
D. TCPIPServerReceive
When using the IBM built-in node to output a file using WebSphere MQ Managed File Transfer, which message tree must be used to override the node properties?
A. Environment.Destination.File
B. Environment.Destination.FTE
C. LocalEnvironment.Destination.FTE
D. LocalEnvironment.WrittenDestination.FTE
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 MbException.
B. Create and throw a MbUserException.
C. Create and throw a MbBrokerException.
D. Use the addNestedException method of the MbException class to escalate the exception.
A solution developer needs to developa generic message handler that is common to all applications and message flows. The message handler parses a complex file than contains healthcare records and extracts Patient Eligibility requests. The developer wants to make and deploy changes to the message handler without redeploying all the message flows.
How should the developer define the Integration Bus artifacts?
Define the message handler as:
A. a subflow in a library and define the message flows as services that reference the library.
B. a subflow in a library and define the message flows as applications that reference the library.
C. a subflow in a library and define the message flows as independent resources that reference the library.
D. an integrationservice and define the message flows as applications that reference the integration service.

The following messages are sent to the MQ Input node, as described below:
a delay of 11 seconds
a delay of another 11 seconds
What is the end result of processing this messages, using the "Value" element arriving in the specific order
listed?
A. A, B, Con MQ Output;F,Don MQ Output Failure; andE,Gon MQ Output Expire.
B. A, B, Con MQ Output;F,Don MQ Output Missing; andE,Gon MQ Output Expire.
C. A, B, Con MQ Output;D, Fon MQ Output Failure; andE,Gon MQ Output Expire.
D. A, B, Con MQ Output;D, Fon MQ Output Failure; andE,Gon MQ Output Failure.
A solution developer has created the following message flow:

The integration requirements state that the name for the output file needs to be computed from the message payload.
How can the developer implement this requirement in the Mapping node?
A. Use a custom Java transformation to call the IBM Integration Java API to set the file name.
B. Use a custom ESQL transformation to change the valueof the promoted file name property from the FileOutput node.
C. Configure the headers and folders for the output message to include the Environment tree and map the filename for the output message in the Environment tree.
D. Configure the headers and folders for the output message to include the local Environment tree and map the filename for the output message in the local Environment tree.
Which node allows the developer to receive the message in the XMLNSC domain and change it to a BLOB domain before writingit to the database?
A. SCAInput
B. Database
C. DatabaseRoute
D. ResetContentDescriptor
A solution developer is considering creating a WebSphere MQ service and a DB2 database service to be consumed by a message flow.
What are characteristics of database services and WebSphere MQ services?(Select three.)
A. A database service can only be called froma database node.
B. A database service can be stored in the IBM Integration Bus Integration Registry.
C. A MQ Service can be stored in the IBM Integration Bus Integration Registry.
D. Database services and WebSphere MQ services are defined with WSDL.
E. Service Discovery can be used to create database and WebSphere MQ services.
F. In a database services, only Insert, Update, and Delete database operations are supported.
A solution developer wants to use the global cache functionality to share data between two Integration nodes which are running on separate host machines.
What must the developer configure to accomplish the requirements?
A. A global cache policy file on both Integration nodes.
B. A configurable service to connect to an external WebSphere eXtreme Scale grid for example on a DataPower ?XC10 device.
C. The default global cachetopology on both Integration nodes.
D. The default global cache topology on both Integration nodes and an MQ cluster between the two queue managers.
A solution developer installed the IBM Integration Bus runtime and the Integration Toolkit using the
"Developer Edition" on a Windows 64 bit environment.
Which integration server functionality is available for the developer?
A. Allfeatures are available with unlimited integration servers.
B. All features are available but there is a limitation of creating only one integration server.
C. A limited set of nodes is available with unlimited integration servers.
D. A limited set of nodes is available and there is a limitation of creating only one integration server.