IBM C2180-404 - IBM Integration Bus V9.0, Solution Development Exam
Page: 2 / 10
Total 48 questions
Question #6 (Topic: )
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?
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?
A. A user-defined node that is created from a subflow.
B. A user-defined node that is created from a Java implementation.
C. A WebSphere Message Broker Version 7.0 Mapping node.
D. A subflow node that represents a subflow that is defined in a.msgflowfile.
Answer: A
Question #7 (Topic: )
A solution developer uses a JavaCompute node to implement the mapping in a message
flow. As part of that mapping, the developer used a Java class from an external library. The
class is defined to throw an exception.
How should the developer handle the exception in the JavaCompute node to capture the
exception details and escalate to the default flow error handling?
flow. As part of that mapping, the developer used a Java class from an external library. The
class is defined to throw an exception.
How should the developer handle the exception in the JavaCompute node to capture the
exception details and escalate to the default flow error handling?
A. Create and throw a MbException.
B. Create and throw a MbUserException.
C. Create and throw a MbBrokerException.
D. Use the addNestedException method of the MbException class to escalate the exception.
Answer: A
Question #8 (Topic: )
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?
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
Answer: C
Question #9 (Topic: )
A solution developer encounters a problem while testing a message flow starting with the
MQInput node and using the XMLNSC domain. The solution developer added a trace node
wired to the output terminal of the MQInput node to display the contents of the data being
passed.
Which value does the solution developer need to set for the trace pattern to display the
entire message?
MQInput node and using the XMLNSC domain. The solution developer added a trace node
wired to the output terminal of the MQInput node to display the contents of the data being
passed.
Which value does the solution developer need to set for the trace pattern to display the
entire message?
A. $ {Root}
B. $ {XMLNSC}
C. $ {InputRoot}
D. $ {InputRoot. XMLNSC }
Answer: D
Question #10 (Topic: )
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?
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
Answer: B