A developer believes there is an issue with a UCA being invoked. What are two places the developer can look for more information?
A. SystemOut.log
B. Process Admin 'Event Manager' page a
C. Process Admin 'Installed Apps' page
D. Process Designer 'Process Details' page
E. Process Portal 'Process Instance Details' page
Which statement is true regarding having different error handling for different errors?
A. A finally block within a try/catch block can be used.
B. Only a single boundary events can be defined on one activity.
C. Multiple error boundary events can be defined on one activity.
D. A Decision activity type can be attached to handle different errors.
In IBM BPM, what needs to be done to use an external service in a Service Flow?
A. Use a Modify Task activity type to invoke an operation of the external service
B. Use a Service Task activity type to invoke an operation of the external service
C. Use a Decision activity type to invoke the rules of an external service
D. Use a Content Integration Task activity type to invoke an operation of the external service
Which team is eligible for being invited to collaborate with other users on a task?
A. Admin team
B. Support team
C. Experienced team
D. Task experts team
How can performance data be tracked across processes?
A. Create and configure tracking groups.
B. Enable autotracking on each activity of the process.
C. Put all tracked activities in swimlanes mapped to the same team.
D. Activate all snapshots which contain desired autotracked variables.
Which statement is true regarding the diagram below?

A. D and E will never run in parallel.
B. If C completes and flows to the Join, D will not wait for A and B.
C. If A and B are complete and C routes to E, D will be not be invoked.
D. When C is complete, depending on the data, E can be invoked immediately no matter what the status is of A or B.
In which phase is a user end-to-end testable solution first established?
A. Process analysis
B. Process design and development
C. Integration design and development
D. User interface design and development
IBM BPM offers which read-only system variable to access the information stored about an exception that occurred in an instance of a service?
A. tw.object.Error
B. tw.system.error
C. tw.object.XMLElement
D. tw.system.step.error
Which statement describes using a Service Call control from the BPM Ul toolkit to invoke a service flow?
A. It is used to invoke a service without having to use boundary events and has an input and output variable with on load, on invoked, on result, on error events. It can be placed in client side human service coach page or inside coach view.
B. A Service flow which has an input and output variable and a service task activity inside it calling an implementation service.
C. It is used to invoke a service that returns the data displayed in the table, never bound to variable, with on load, on service data loaded, on service data error events. It can be placed in client side human service coach page or inside coach view.
D. It is coupled with the human service in which it is used. It is created in the library area where User Interface library items are stored.
Which statement is true regarding user interfaces (Ul) in IBM BPM?
A. Client-side human service process instance Ul can be an instance details Ul or a process launch UL
B. Client-side human services are also referred to as heritage human services, whereas the new human services are commonly called coaches or coach views.
C. Client-side human services can contain scripts, other embedded client-side human services, embedded heritage human services, and service calls to other services.
D. Client-side human services are user interface artifacts that are contained only within and deployed with the processes which use them they use coaches to build the web pages that users see.