Q1. After deploying a new snapshot and migrating in-flight instances to the new snapshot, a BPM application developer has found some instances with orphaned tokens.
Which API must the BPM application developer use to manage the orphaned tokens?
A. Java
B. REST
C. JavaScript
D. Web Services
Answer: B
Q2. A BPM application developer is building a case type. The BPM application developer has a
wide range of existing BPM components available and wants to reuse as many of them as possible.
Which BPM implementation types can the BPM application developer use to build case type activities?
A. Script, Subprocess and User Task
B. Script, System Task and User Task
C. Linked Process, Subprocess and User Task
D. Linked Process, Subprocess and System Task
Answer: C
Q3. The business process management development team is creating a query to an enterprise database system of record during the current playback phase. What other activity would the BPM application developer perform during this phase?
A. Conduct process discovery
B. Develop a client-side human service
C. Create a business process definition
D. Implement an inbound integration service
Answer: C
Q4. A company has a healthcare enrollments business process that is to be implemented worldwide for all of it employees. Part of the employment process are a set of steps that the company uses in several other business processes. These steps may need to vary depending on the laws of different countries and the plans that are offered in eachcountry. The company wants to have a single process that is followed in every country but needs to be sure that the portion of the process that is subject to local laws will comply with the laws of each country.
Which BPM component should the BPM application developer use to meet these requirements?
A. Subprocess
B. Linked Process
C. Dynamic Process
D. Event Subprocess
Answer: D
Q5. During the process discovery and documentation phase, a BPM application developer is trying to understand if a process is unstructured or structured. Which of the following characteristics should the BPM application developer consider? (Choose 3)
A. How predictable the process is.
B. How well documented the process is.
C. Are some activities in the process optional?
D. What is the scope and complexity of the process?
E. The value that the process represents to the core business.
F. Are the process participants able to choose activities during execution?
Answer: B,D,E
Q6. A BPM application developer is using an event sub process to implement a cancellation pattern for a Business Process Definition (BPD) as in the following diagram.
The following requirements must be met:
. Cancellation can occur at any point in time during execution.
. Allthe activities should be interrupted once the cancellation has been issued.
How must the BPM application developer configure the event sub process?
A. Select theInterrupt Parent Processoption in the start event of the event sub process.
B. Call the APItw.system.interruptParentProcess()atthe beginning of the event sub process.
C. Select the event sub process and under implementation properties select theInterrupt Parent Processoption.
D. Attach the intermediatemessage event(IME) toeachactivity in the BPD.Associatethe same UCAthatstarts the event sub process to each IME. Select theInterrupt Activity option on all IMEs.
Answer: D
Q7. A financial services company has implemented their first BPM application for their account opening process. During their second BPM project another line of business is also working on their version of an Account Opening process, and has identified several components from the first application that they want to reuse.
What should the BPM application developer do to reuse these components?
A. Copy the elements of an account opening to the second process application as not to duplicate work.
B. Copy the elements of an account opening to a new toolkit that is used by the second process application and leave the first process untouched.
C. Take a snapshot of the first process application and make the second process application dependent on this snapshot.
D. Move the elements of an account opening to a new toolkit and make both process applications dependent of the new toolkit.
Answer: D
Q8. In order for a underwriter to review a mortgage loan application, the applicant must first complete a loan application, then obtain employment verification, credit reports and property appraisal (which can occur in any order). The review by underwriter activity must run exactly once.
Which gateways should the BPM application developer choose in this scenario?
A. Parallel split and parallel join
B. Parallel split and exclusive join
C. Inclusive split and inclusive join
D. Exclusive split and inclusive join
Answer: B
Q9. During the current playback phase, the BPM application developer is creating the to-be business process definition for a process application. Which playback phase is the BPM application developer is currently in?
A. Playback0.
B. Playback 1.
C. Playback 2.
D. Playback 3.
Answer: A
Q10. A corporation has an existing user portal and would like to keep the same look and feel when using IBM business process manager The corporation wants toaccess their own portal to initiate tasks and work on them instead of the BPM process portal. The corporation has decided to address this requirement by using BPM REST APIs to access BPM resources.
When the BPM application developer is testing an API call similar to the one below, it sometimes fails, because the URI is too long.
A. Exhibit A
B. Exhibit B
C. Exhibit C
D. Exhibit D
Answer: B