Download as pdf or txt
Download as pdf or txt
You are on page 1of 4

Exam C1000-015

IBM Business Process Manager V8.6 Application


Development using Process Designer
Sample Test

1. Which statement is true regarding the integration design and


development phase?
A. The process model is created and fully completed in this phase.
B. User and administration documentation is completed in this phase.
C. Validation rules for data entry fields are defined, designed, and
implemented in this phase.
D. Transformation of data between calling and receiving systems is
defined, designed, and implemented in this phase.

2. Which gateway is described below?


- It can be used to create alternative and parallel paths within a Process
flow
- All condition expressions are evaluated
- The true evaluation of one condition expression does not exclude the
evaluation of other condition expressions
- All sequence flows with a true evaluation will be traversed by a token
- It should be designed so that at least one path is taken
A. Event Gateway
B. Parallel Gateway
C. Exclusive Gateway
D. Inclusive Gateway

3. Which data elements can be made searchable in the default Process


Portal?
A. Service Level Variables
B. Process Level Variables
C. BPM UI Toolkit Variables
D. Client Side Human Service Variables

4. A developer has an Output Text with control ID 'Output_Text1' above a


Table in a Coach. Within the Table, there are two columns:
1.  The first column is a Text Control with control ID 'Text1'.
2.  The second column is a Button control with control ID 'Button1'

Which event configuration would set the Output Text to display the row
number of a Button clicked in the table?
For example, if the user clicks the third Button in the table, the Output Text
would display '3.'
A. Set the Button's 'On click' Event configuration option to:
${../Output_Text1}.setText(me.ui.getIndex()+1)
B. Set the Button's 'On click' Event configuration option to:
${../Output_Text1}.setText(me.ui.getIndex())
C. Set the Button's 'On click' Event configuration option to:
${Output_Text1}.setText(me.ui.getIndex()+1)
D. Set the Output Text's 'On change' Event configuration option to:
${Button1}.getIndex()+1

5. How can a developer create a custom UI that is shown in place of the


default UI for Process Instance Details in the Process Portal?
A. Create a client human service and expose it as a Dashboard.
B. Create an ad-hoc activity and select the 'Expose as Instance Details'
setting in the Behavior tab.
C. Select the Views tab for the Process and set the Details UI to a
customized client side human service.
D. Open the Process Portal process application, copy the Process
Instance coach to the process app, and customize the copy.

6. A developer is creating a purchase request process that will kick off


based on the inventory stock from a separate inventory application. If the
received inventory stock status is low, then purchase request process
starts its regular flow. The developer has exposed an inbound web service
in IBM BPM to be called by the external inventory application. The
purchase request process has to ignore stock status values from previous
snapshots/versions.

How can the developer configure the process to allow the response from
the incoming web service request to direct the flow of the process?
A. Create an unstructured (ad hoc) activity in the purchase request
process, setting behavior to start activity automatically and the precondition
expression tied to inventory stock status and snapshot version.
B. Create an unstructured (ad hoc) activity in the purchase request
process, setting behavior to start activity manually by the user and the
precondition expression tied to inventory stock status and snapshot
version.
C. Associate the inbound web service with a service that invokes an
undercover agent with target current snapshot checked, and a receive
message event on the purchase request process that is associated to the
same undercover agent.
D. Associate the inbound web service with a service that invokes an
undercover agent with target current snapshot unchecked, and a receive
message event on the purchase request process that is associated to the
same undercover agent.

7. Which two of the following are supported with decision tables in IBM
BPM?
A. Row ordering
B. Exporting to IBM ODM
C. Optimization to rows
D. Business Action Language (BAL)
E. JavaScript code for conditions

8. How does IBM BPM determine the REST API calls a user can invoke?
A. The REST credentials database connection
B. The token key included in the REST url being invoked
C. Once a user is logged in, all REST API calls can be invoked
D. The authorization roles the user is in, such as the team manager or
task owner

9. Which CMIS standard is supported by IBM Business Process Manager?


A. CMIS 1.0 REST interface
B. Any version of CMIS interface
C. CMIS 1.0 web service interface
D. CMIS 2.0 web service interface

10. Which action is available in the Inspector when a process or service is


run in the Process Designer?
A. Stop
B. Abort
C. Restart
D. Set user authentication

Answer Key below….


Answer Key:

1. D
2. D
3. B
4. A
5. C
6. C
7. B & D
8. D
9. C
10. D

You might also like