A message flow contains multiple nodes that reference the same database. In the production environment, all nodes should refer to a database called CLAIMS. In the test environment, all nodes should refer to a database calledCLAIMSTEST.
What can the solution developer do to ensure that all nodes refer to the same database when the message flow is deployed in the target environment?
A. Create a configurable service for the database.
B. Promote the Data Source property on each node to a single message flow property.
C. Set the database name in theLocalEnvironment.Destination.Databasetree location.
D. Declare a shared variable and set the Data Source property on each node to the shared variable.
A solution developer is using the DataPower Security Wizard to configure an HTTP Input node. In the IBM Integration Explorer, the solution developer needs to merge new request and response rules into an
existing DataPower XML Firewall policy. When the developer does the merge a new policy is created. What can the developer conclude from this result?
A. The Policy Set binding is not configured.
B. The DataPower XML Filewall policy does not exist.
C. The DataPower existing XML Filewall settings have been altered.
D. The connection to the DataPower Security Wizard failed because SSL cert is invalid.
A solution developer is creating a DFDL message model for a comma-separated text file that contains customer addresses. The message model structure is shown below.
During testing, the developer finds that some of the records in the data file might be blank. What modification can the developer make to the DFDL model to allow for the blank records in the data?
A. SetMin Occursto0on theCustomer/sequenceelement.
B. SetContent > Length KindtoImpliciton theCustomerelement.
C. Add%WSP*to theTerminatorsproperty on theCustomerelement.
D. Add%LFto theTerminatorsproperty on theCustomer/sequenceelement.
What is required to use a .NET node?
A. .NET assembly
B. .NET node template
C. Named .NET application domain
D. DotNetAppDomain configurable service
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
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 is building an application that will receive an XML message on a WebSphere MQ queue. The application must validate the XML message and thentransform it into a fixed format message.
What must the developer create to support the application, using the IBM preferred way to model messages in IBM Integration Bus V9.0?
A. An XML Schema built from an example XML document and a DFDL schema that defines the fixed format file.
B. An XML stylesheet (xsl) built from an example XML document and a DFDL schema that that defines the fixed format file.
C. A MRM message definition file with an XML physical formatlayer and a Custom Wire Format (CWF) physical format layer.
D. A MRM message definition file with an XML physical format layer and aTagged/Delimited String (TDS) physical format layer.
A solution developer needs to provide identifiers for the components and resources in a broker environment. These identifiers are used in themqsideploycommand.
Which special character can the developer use in Windows and Linux for identifiers?
A. $
B. .(dot)
C. ~ (tilde)
D. '(apostrophe)
A solution developer wants to monitor how much Java processing memory is currently allocated to an integration server. A flow is currently deployed.
Assuming resource statistics collection has been started, which step will allow the developer to obtain these statistics?
A. Expand Integration Nodes folder in IBM Integration Explorer Choose Window menu: Show view: Resource statistics Click JVM tab, and view CommittedMemoryInMB measurement
B. Expand Integration Nodes folder in IBM Integration Explorer Choose Window menu: Show view: Resource statistics Click JVM tab, and view UsedMemoryinMB measurement
C. Expand Integration Nodes in IBM Integration Toolkit Choose Window menu: Show view: Resource statistics Click JVM tab, and view UsedMemoryinMB measurement
D. Expand Integration Nodes in IBM Integration Toolkit Choose Window menu: Show view: Resource statistics Click JVM tab, and view CumulativeGCTimeInSeconds measurement
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.