A solution developer is implementing a message flow that transforms XML payment messages. Each payment message includes many individual payment transaction records. Each transaction record has a summary section and a details section. For the mapping, only fields from the summary section are required.
What should the developer do to tune the performance of the message flow?
A. Configure opaque elements in the parser options of the MQInput node.
B. Configure the MQInput node to use the BLOB domain and then use string functions to implement to the mapping.
C. Use XPATH instead of ESQL to map the required elements of the message.
D. Select the option to "Build tree with XML schema data types" in the parser options of the MQInput node.
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.
A solution developer is asked by a deployment team about options to deploy BAR files that provide just deployment capabilities.
Which option provides only deployment capabilities, and does not provide packaging capabilities?
A. Commands on AIX
B. Commands on Windows and Linux
C. IBM Integration web user interface
D. Integration API and IBM Integration Explorer
A solution developer is defining a DFDL model for a file that defines a purchase order. A field in the header,ItemCount, defines the number of purchase order items contained in the purchase order. The schema model is defined as shown below.

What modification must the developer make to the model to ensure that the number of items in the purchaseorder is equal to the value inItemCount?
A. Set theOccursCountKindproperty toImplicit.
B. Add an Assert toItemsthat tests that items is less than or equal toItemCount.
C. Add a variable instance to thesequenceelement that counts the number ofItems records.
D. Set theOccursCountKindproperty forItemstoExpressionand set the expression to{../Header/ItemCount}.
A solution developer wants to connect to an integration node which is runningon an AIX machine from the
IBM IntegrationExplorer running o a Windows system.
The Windows system does not have the Integration Bus runtime component installed.
The solution developer performs these steps:
-Open the IBM Integration Explorer
-
Right-click the Integration Nodes folder, and click Connect to a Remote Broker.
-
Supply the Integration node queue manager name, host, port andSVRCONNchannel name
asSYSTEM.BKR.CONFIG.
-Click Finish to connect to the remote broker.
The operation fails and the remote integration node is not added.
What should the developer expect as a possible reason for this failure?
A. ACLNTCONNchannel with the nameSYSTEM.BKR.CONFIGmust be created on the Windows system.
B. The IBM Integration Explorercan connect to integration nodes on Windows or Linux basedsystem only.
C. The Integration Bus runtime component must be installed to be able to connect to a remote integration node.
D. The logged in user in the Windows system could not have enough privileges to connect to the remote
broker.
A solution developer needs to design a WSDL that conforms to the IBM Integration Bus V9.0 SOAP parser and node standards.
Which standard does the IBM message bus support?(Select three.)
A. MIME 1.0
B. WSDL 1.1
C. WSS 1.0
D. WS-SX 1.0
E. WS-RM 1.0
F. SOAP 1.1 and 1.2
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 is analyzing the of a message flow. There are a number of references defined in the
ESQL code of the Compute node.
Why should the developer use dynamic references in the ESQL code of the message flow?
A. It is a technique to reduce tree copying in a message flow.
B. It is a technique to reduce tree navigation when accessing repeating elements in a message tree.
C. References allow the usage of optimized code from dynamically loaded external libraries.
D. By creating a reference, intermediary results can be cached and so memory usage is reduced.
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