A service interacts with a backend system which replies with a message correlation. When
processing request/response messages from the backend, no messages were received by the flow.
Which may be the probable cause of failure?
A
Explanation:
When you define an MQOutput node, the option that you select for the Transaction Mode property
defines whether the message is written under sync point:
If you select Yes, the message is written under sync point (that is, within a WebSphere MQ unit of
work).
If you select Automatic (the default), the message is written under sync point if the incoming input
message is marked as persistent.
If you select No, the message is not written under sync point.
A developer plans to create two new message flows. Flow1 that uses TimeoutControl and
TimeoutNotification nodes in Controlled mode, and Flow2 that uses only the TimeoutNotification
node in Automatic mode.
The Integration Node is installed on a system without IBM MQ installed. What problems will the
developer encounter?
B
Explanation:
Information about the state of in-flight messages is held on storage queues that are controlled by
WebSphere MQ, so you must install WebSphere MQ on the same computer as your integration node
if you want to use the capabilities provided by the TimeoutControl node.
References:
https://www.ibm.com/support/knowledgecenter/SSMKHH_10.0.0/com.ibm.etools.mft.doc/bc28150
_.htm
While developing a REST API what node should a developer use to receive messages?
C
Explanation:
Each resource in the REST API has a set of operations that can be called by an HTTP client. An
operation in a REST API has a name and an HTTP method (such as GET, POST, or DELETE).
Use the HTTPInput node to receive an HTTP message from an HTTP client for processing by a
message flow.
References:
https://www.ibm.com/support/knowledgecenter/en/SSMKHH_10.0.0/com.ibm.etools.mft.doc/bi12
017_.htm
An Integration Server contains a shared library with a common error handling routine. The shared
library is redeployed with an updated error handling routine with some new logging. When will the
applications that use the shared library start using the updated routine?
A
Explanation:
If a shared library is updated, the changes are immediately visible to all referencing applications.
If you want to deploy and manage just one copy of those common resources, use a shared library. A
shared library can be deployed directly to an integration server. Any application can reference the
resources in that deployed shared library.
References:
https://www.ibm.com/support/knowledgecenter/en/SSMKHH_10.0.0/com.ibm.etools.mft.doc/bc23
066_.htm
Which statement regarding security profiles is true?
B
Explanation:
You can create a security profile for use with Lightweight Directory Access Protocol (LDAP) or a WS-
Trust V1.3 compliant security token server (STS), such as Tivoli Federated Identity Manager (TFIM)
V6.2. Support is also provided for TFIM V6.1, for compatibility with previous versions of IBM
Integration Bus. You can create the security profile by using either the mqsicreateconfigurableservice
command or an editor in the IBM Integration Explorer.
References:
https://www.ibm.com/support/knowledgecenter/en/SSMKHH_9.0.0/com.ibm.etools.mft.doc/ap041
70_.htm
The format of a policy UPL is apiv1/policy/MQTTSubscribe/Test. What policy has the developer
created?
B
Explanation:
The format of a policy URL is /apiv1/policy/policy type/policy name. For example,
/apiv1/policy/MQTTSubscribe/Policy1.
References:
https://www.ibm.com/support/knowledgecenter/en/SSMKHH_10.0.0/com.ibm.etools.mft.doc/bi62
100_.htm
A message flow is started with JMSInput node and no Message Domain is specified. The flow
received an input message of type TextMessage with no JMSType header included. What would the
default message domain be as the message is propagated out of the node?
B
Explanation:
The Message domain is used to parse the message. If the field is blank then the default is BLOB.
References:
https://www.ibm.com/support/knowledgecenter/en/SSMKHH_9.0.0/com.ibm.etools.mft.doc/ac248
20_.htm
What are two options for creating an MQEndpoint policy? (Select 2.)
C, E
Explanation:
You can use the following tools to create, attach, and manage MQEndpoint policies:
To create a policy, use the mqsicreatepolicy command. For more information, see Creating and
importing policies.
References:
https://www.ibm.com/support/knowledgecenter/en/SSMKHH_10.0.0/com.ibm.etools.mft.doc/bi62
102_.htm
What can the DatabaseInput node be configured to do?
D
Explanation:
Use the DatabaseInput node to detect events recorded in a database, and to retrieve the data
affected by those events.
References:
https://www.ibm.com/support/knowledgecenter/en/SSMKHH_9.0.0/com.ibm.etools.mft.doc/bc340
41_.htm
Which statement about the .NETCompute Node is true?
A
Explanation:
The Failure Terminal is the output terminal to which the input message is routed if an unhandled
exception occurs during the computation.