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.
In a data analysis project, a set of sample XML documents are analyzed according to:
A. business rules.
B. a validation stylesheet.
C. the content of the data.
D. the structure of the schema.
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 has to support three environments: development, test and production. Therefore, the solution developer has to customize an application to reflect changes such as input queue names, IP addresses, database names and number of additional instances. What should the developer use to change the properties for each environment?
A. a runtime command
B. a configurable service
C. a .propertiesfile in the application
D. the IBM Integration Bus web user interface
A solution developer needs to configure the HTTP listener of an Integration Server on a Linux Server.
Which operating system privilege(s) does the developer need to modify Integration node properties and properties of integration node resources?
A. mqm
B. mqm and mqbrks
C. mqbrks
D. root user
A company needs to implement a generic gateway application which accepts COBOLinput messages using WebSphere MQ transport. The first 15 bytes of each input message represents a common header for all messages. The 15 bytes header is used to determine the message type, length and routing information.
Which domain parser should the solution developer set in the input node to accomplish this?
A. MIME
B. BLOB
C. JSON
D. DataObject
A business analyst is developing a Business Process Diagram which needs some business data from an external corporate service.The business analyst defined the inputs/outputs for the IBM Business Process Management (BPM) Standard Edition integration service and exported all information as a.twxfile and delivered it to the IBM Integration Bus solution developer.
What is the next step that the developer should take?
A. Define a WSDL interface based on the information in the.twxfile.
B. Import the.twxfileto create integration service in the Integration Toolkit.
C. Import the.twxfile to create DFDL schema definition in the Integration Toolkit.
D. Use the BPM Toolkit to convert the.twxfile into BAR file suitable for the Integration Toolkit.
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 needs to validate an XML message in an MQInput node before doing any other bitstream parsing in subsequent nodes. The solution developer has enabled validation on content.
What additional node property configurations will allow the developer to accomplish this task?
A. Advanced: Convert
B. Parser Options: Parse Timing: Complete
C. Parser Options: Parse Timing: Immediate
D. Parser Options: Parse Timing: On Demand
E. Input Message Parsing: Message format and Message Domain
A solution developer needs to implement a message flow that invokes a Business Process Execution Language (BPEL) process in IBM Business Process Manager Advanced Version V7.5 and continue processing the message in the message flow without waiting for a response.
Which node should the developer use?
A. CORBARequest
B. SOAPRequest
C. SCARequest
D. SCAAsyncRequest