A solution developer has created the flow shown in the exhibit below. The purpose of the flow is to receive notification messages, transform the message payload and send the messages via MQ to the Portal and DataWareHouse (DWH) systems. The developer has also implemented logic to handle various scenarios in the flow in order to trigger alerts on either theNOTIFICATION.CATCHor theNOTIFICATION.FAILqueue which are both monitored by operation support.
The following parameters and settings apply:
All messages processed by the flow are not-persistent messages. The transaction mode in theNOTIFICATION.REQUESTMQInput node has been set toYes. The transaction mode in theDWH.QRMQOutput node has been sent toNo. During an MQ maintenance outage one of the destination queues,DWH.QR, was deleted by mistake. The next messagethat was processed caused an exception in theDWH.QRMQOutput node.
In this scenario, how many messages are sent out by the flow and to which queues?
A. One message sent to NOTIFICATION.CATCH.
B. One message sent to NOTIFICATION.FAIL.
C. One message sent to PORTAL.QR. One message sent to NOTIFICATION.CATCH.
D. One message sent to PORTAL.QR. One message sent to NOTIFICATION.FAIL.
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 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 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 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 embedded global cache in an integration node can be extended by connecting to:
A. Integration Bus Advanced.
B. Integration Bus Hypervisor Edition.
C. WebSphere eXtreme Scale.
D. WebSphere Extended Deployment Compute Grid.
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
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 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