IBM IBM certifications I 000-316 Web Demo
This webdemo is just a demo data, only for reference and learning, there is no other purposes
1. After some initialization, a long running business process needs
further input from the client. The process should only wait for a
certain period of time. If that time has passed without further user
input, default processing should start. Which BPEL construct can most
effectively handle this situation?
A. Receive choice with a timeout element
B. Receive activity with a parallel wait activity
C. Receive choice with a subsequent wait activity
D. Receive activity with expiration properties defined
Answer: A
2.In which situation is a failed event generated in case of a runtime exception in the called component?
A. A business process calls a one way service asynchronously.
B. A business process calls a request/response service asynchronously.
C. A one-way business process is initiated by the Business Flow Manager API client.
D. A request/response business process is initiated by the Business Flow Manager API client.
Answer: A
3. A business rule applies a graduated discount rate based on an input
customer's total purchases over the past year. How should the business
rule be implemented?
A. As a rule set
B. As a rule group
C. As a decision table
D. As a business rule bean
Answer: A
4. An insurance company is building a state machine for accident claims
processing. Before a claim can be paid, an accident investigator must
sign off on any filed claims. If an investigator rejects a claim, the
claim should be returned to the agent that filed the claim for further
processing. Which statements describe an approach that should be
considered?
A. Create states called Claim and Investigate. Transition from Investigate to Claim when a claim is rejected.
B. Create states called Claim, Investigate, and Reclaim. Transition from Investigate to Reclaim when a claim is rejected.
C. Create states called Claim and Investigate. Transition from
Investigate to Terminate when a claim is rejected. Restart the state
machine on a rejection and return to Claim.
D. Create a state called Process. Transition to a human task called
Investigate for the investigator. Transition from the human task to
Final state. Restart the state machine on a rejection and return to
Process.
Answer: A
5. An integration developer needs to access an HTTP SOAP header in a
mediation flow. How should an XPath expression begin so it can access
the HTTP SOAP header?
A. /headers/SOAPHeader
B. /SMOHeader/SOAPHeader
C. /headers/Envelope/Header
D. /SMOHeader/Envelope/Header
Answer: A
6. Given the selector in the Exhibit, which statement is true regarding the selector and its configuration?
A. The selector configuration is incorrect because Component4 is not referenced.
B. The selector configuration is correct and Component1 will be invoked on April 27, 2008.
C. The selector configuration is incorrect because Component3 is used incorrectly in the component schedule.
D. The selector configuration is correct and Component1, Component2,
Component3, and Component4 must all have the same interface.
Answer: B
7. Why would an integration developer select the "Requires Own" option on a BPEL activity?
A. To force a retry of the current activity in case of an error
B. To force a retry of the previous activities in case of an error
C. To prevent a retry of the current activity in case of an error
D. To prevent a retry of the previous activities in case of an error
Answer: D
8. In a mediation flow, the call out Response node's fail terminal is
not wired and an unmodeled fault is received. What is the expected
behavior of the mediation flow?
A. A mediation runtime exception will occur.
B. A mediation business exception will occur.
C. A mediation configuration exception will occur.
D. Since the fail terminal is not wired, the mediation flow stops execution without raising any exception.
Answer: A