IBM C2180-272 - IBM WebSphere Message Broker V8.0 Solution Development Exam
Page: 2 / 11
Total 52 questions
Question #6 (Topic: )
A bank uses Process Server to implement a supervisor based, credit line approval process.
Once initiated, the process does not return aresponse. This Process Server workflow
needs to be started every time the Message Broker receives a new credit increase
transaction. To implement this requirement, a solution developer can design a message
flow that uses:
Once initiated, the process does not return aresponse. This Process Server workflow
needs to be started every time the Message Broker receives a new credit increase
transaction. To implement this requirement, a solution developer can design a message
flow that uses:
A. Publication Node
B. SCARequestNode
C. a combination of SOAPAsyncRequest and SOAPAsyncResponse
D. JavaCompute Node to invoke the process flow JAR files that are generated
Answer: B
Question #7 (Topic: )
A sales company is currently running 2 message flows. The first, ProcessOrder, validates
customer orders and then sends the shipping information to the warehouse via an MQ
request message. Once the warehouse has shipped the order, a reply is sent back which is
processed by the second flow, SendConfirmation, to send a confirmation to the customer.
The company is now expanding and has multiple warehouses. The solution developer must
modify ProcessOrder to send messages to each warehouse only for the items it stocks,
and SendConfirmation to send a response message only when all warehouses have
replied. What node(s) should the solution developer use?
customer orders and then sends the shipping information to the warehouse via an MQ
request message. Once the warehouse has shipped the order, a reply is sent back which is
processed by the second flow, SendConfirmation, to send a confirmation to the customer.
The company is now expanding and has multiple warehouses. The solution developer must
modify ProcessOrder to send messages to each warehouse only for the items it stocks,
and SendConfirmation to send a response message only when all warehouses have
replied. What node(s) should the solution developer use?
A. SendConfirmation -> MQGet
B. SendConfirmation -> Collector
C. ProcessOrder -> Sequence SendConfirmation ->Resequence
D. ProcessOrder -> AggregateControl and AggregateRequest SendConfirmation -> AggregateReply
Answer: D
Question #8 (Topic: )
A solution developer needs to retrieve a governed XML document from a WebSphere
Service Registry and Repository (WSRR) Server. Where is the retrieved XML document
stored?
Service Registry and Repository (WSRR) Server. Where is the retrieved XML document
stored?
A. Root.XML
B. In a user specified location.
C. Environment.ServiceRegistry
D. LocalEnvironment.ServiceRegistry
Answer: D
Question #9 (Topic: )
A solution developer needs to deploy a message flow initially in "Stopped" state. How must
the solution developer achieve this?
the solution developer achieve this?
A. Set the Start Mode property on the broker archive BAR file to "Manual" status
B. Set the Start Mode property on the broker archive BAR file to "Stopped" status
C. Set the Start Mode property on the broker archive BAR file to "Maintained" status
D. Use the mqsistopmsgflow command to stop the message flows once they have been deployed.
Answer: A
Question #10 (Topic: )
A solution developer has deployed a message flow containing the DatabaseRetrieve node.
The connection properties to the database were created using the
mqsicreateconfigurableservice command. The solution developer has been told that the
database is to be relocated to a different server. How should the connection properties be
updated by the solution developer to reflect the new server?
The connection properties to the database were created using the
mqsicreateconfigurableservice command. The solution developer has been told that the
database is to be relocated to a different server. How should the connection properties be
updated by the solution developer to reflect the new server?
A. Run mqsisetdbparms.
B. Run mqsichangebroker.
C. Run mqsichangeproperties.
D. Use a context sensitive menu in the Broker view of the Toolkit.
Answer: C