IBM Integration Bus v10.0 Solution Development C9530-001 Exam Practice Test

Page: 1 / 14
Total 121 questions
Question 1

Which statement regarding the AppDomain in a .NETCompute Node is true?



Answer : A


Question 2

When using the MQTTPublish Node to route messages, how can it be determined if the message was published successfully?



Answer : D


Question 3

How can end-to-end transactionality be achieved in a SOAP message flow?



Answer : D


Question 4

Which node can be used to capture failures for a sequence of nodes?



Answer : C

If you do not wire a Failure terminal, a failure in the node is converted into an exception which is thrown from the node.

You can also use the Trace node to provide information in error handling in your message flows. For example, you can use this node to record failures in processing because of errors in the content or format of a message.

You can prevent the transaction from being rolled back, and control the extent to which message changes are reversed, by including a TryCatch node in your message flow. If an exception is thrown beyond the Try terminal of the TryCatch node, then an exception list is propagated to the node's Catch terminal. The inflight message reverts to the state it was in before it reached the TryCatch node.

Most message flow nodes have a Catch terminal. These nodes are typically at the start of a transaction, where an uncaught exception would cause a rollback. In these nodes, the Catch terminal behaves as though a TryCatch node was wired directly to the Out terminal. Use the Catch terminal to handle any exceptions that are thrown beyond the message flow node. Wire the Failure terminal to handle errors within the node itself.

References: https://www.ibm.com/support/knowledgecenter/en/SSMKHH_10.0.0/com.ibm.etools.mft.doc/ac00410_.htm


Question 5

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?



Answer : B

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


Question 6

Which statement about the XSLTransform node is true?



Answer : D

Use the XSLTransform node (formerly known as the XMLTransformation node) to transform an input XML message into another format using XSLT style sheets and to set the message domain, message set, message type, and message format for the generated message. It is imperative that the data can be parsed into an XML message. The style sheet, using the rules that are defined in it, can perform the following actions:


Question 7

Which statement about the .NETCompute Node is true?



Answer : A

The Failure Terminal is the output terminal to which the input message is routed if an unhandled exception occurs during the computation.


Page:    1 / 14   
Total 121 questions