Where are bulk user attribute assignments set?
A. Process Admin
B. Process Center
C. Process Designer
D. Process Inspector
Which statement is true about working with system data toolkits?
A. The system data toolkit includes many predefined variable types.
B. Administrative access is required to edit the library items in a system data toolkit.
C. When a new process application is created, the system data toolkit needs to be added as a dependency.
D. Adding a dependency on the system data toolkit allows the creation of custom, localized dashboards with the reusable interface elements.
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.
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.
When creating an External Service, how can a REST service be discovered?
A. From an imported .ear file
B. From a UDDI Service call
C. From a local WSDL specification file
D. From a local OpenAPI2.0 specification file
What is a valid reason why a development team might consider designing a process application with an externalized Ul?
A. The IBM BPM Ul toolkit does not work on mobile devices.
B. IBM BPM does not provide a Ul framework that works with integrated systems.
C. The IBM BPM Ul framework requires an additional software purchase in addition to IBM BPM.
D. An organization might need to embed task list and human activity into existing systems instead of using the IBM BPM Ul framework.
Which statement is true regarding IBM BPM's support of Swagger definitions for the REST APIs?
A. There is no Swagger definition available for the REST API.
B. The Swagger definition is only available for IBM BPM on Cloud installations.
C. The Swagger definition is only available if the IBM BPM installation includes a web server that hosts the Swagger UL
D. The Swagger definition is available via a REST API call or via a URL if the IBM BPM installation includes a web server that hosts the Swagger UL
Where can business process users start manual unstructured (Adhoc) activities that are not hidden?
A. Work details page in Process Portal
B. Launch details page in Process Portal
C. Process Instance details page in Process Portal
D. Process Performance details page in Process Portal
A developer is working on a client side human service that is being used as a task for a process. A Service
Flow is integrated to update the client side human service variables with latest server values in the process
instance variables.
What implementation should the developer follow to achieve this outcome?
A. In the implementation behavior of service flow, enable 'Map input data automatically'.
B. Add javascript code to update client side human service variables in pre and post execution scripts of integrated service flow.
C. In the implementation behavior of service flow, set Work with the process instance variables to 'Refresh the instance variables'.
D. In the implementation behavior of service flow, set Work with the process instance variables to 'Send variable updates to the instance'.
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.