A solution developer wants to use the message flow debugger to troubleshoot a problem with a deployed flow.
What steps must the developer do to prepare for a debug session from within the Integration Toolkit?
A. Launch the debugger by right clicking the integration server where the flow is deployed. Set Java debug port if not already configured. Add at least one breakpoint to the flow to be debugged. Edit Source Lookup Path and add a container to source lookup path.
B. Launch the debugger by right clicking the flow deployed. Set Java debug port if not already configured. Add at least one breakpoint to the flow to be debugged.
Edit Source Lookup Path and add a container to source lookup path.
C. Launch the debugger by right clicking the flow deployed. Set Java debug port from the command line. Add at least one breakpoint to the flow to be debugged. Edit Source Lookup Path and add a container to source lookup path.
D. Launch the debugger by right clicking theintegration server where theflowisdeployed. Set Java debug portif not already configured. Add at least one breakpoint to the flow to be debugged. Add a container to source lookup path.
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 is designing a message flow application that gets banking transactions from a WebSphere MQ queue. One of the requirementsof the design is that the message flow must propagate the message identify user name and password to the target application. The developer has setthe identify token type toTransport Default.
What additional information must the developer have to propagate the identity in this message flow?
A. The security profile properties.
B. The external security provider application.
C. The location of the password in the message.
D. The location of the user name in the message.
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 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 solution developer needs to create a broker archive to deploy an application on an integration server. During this process, the solution developer can add a flow as
A. mgsflowor.cmffile. The solution developer decides to use.mgsflow. Which node is allowed in the flow?
B. A user-defined node that is created from a subflow.
C. A user-defined node that is created from a Java implementation.
D. A WebSphere Message Broker Version 7.0 Mapping node.
E. A subflow node that represents a subflow that is defined in a.msgflowfile.
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.
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 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 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 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 wants to add meta information to a message flow that is to be deployed to the integration node. The meta information should be accessible at runtime using the IBM Integration Explorer. The flow processesMQ messages, contains a subflow and uses a JavaCompute node for the implementation of the mapping logic.
How does the developer include the name of the author so it is clearly associated with the deployed Java code?
A. Add an MQSI keyword as a comment into the Java code.
B. Add the author's name in the Short Description field of the JavaCompute node.
C. Add an MQSI keyword into akeywords.txtfile located in the META-INF folder of the JAR.
D. Create a .propertiesfile with the author's name in the project source folder of the JavaCompute node.
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