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 financial institution runs IBM Integration Bus V9.0 as a messaging backbone for financial payments. A legal requirement is fraud detection of the payments. This requirement should be solved withIBM Integration Bus V9.0 business rules functionality. However, rule development and flow development phases are not aligned. In production, rules get updated weekly but message flows get updated quarterly.
Which component should the solution developer use to implement this requirement?
A. HTTPRequest node
B. SOAPRequest node
C. UserDefined configurable service
D. DecisionServiseRepository configurable service
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 needs to create or reconfigure the security identity to connect to a Websphere eXtreme Scale secure grid.
Which command should the developer use to accomplish this task?
A. mqsisetdbparms
B. mqsisetsecurity
C. mqsimanagexalinks
D. mqsicreateconfigurableservice

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 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 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 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. $Body/Message
B. $LocalEnvironment
C. $Root/Soap/Body
D. $Root/Soap/Header