A process includes an implementation that requires the port number for an external application. Which variable should be used to set the port number for each environment in which the process will run?
A. Global Variable
B. Environment Variable
C. Exposed Process Value
D. Exposed Process Variable
Which statement is true regarding the Tab index configuration option?
A. It sequences each Tab dynamically for the Tab control.
B. It flags the control to display with the warning color.
C. It only works when the Coach is set to Responsive mode.
D. It sets the sequence index for the control on the form when the user presses their Tab1 keyboard button.
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.
What are two IBM BPM tools a developer can use to immediately fire a timer event while testing a process instance?
A. The BPMConfig script
B. The Event Manager in the WAS admin console
C. The Process Inspector in the Process Designer
D. The Process Inspector in the Process Admin console
E. The Process Performance Dashboard in the Process Portal
Which statement is true regarding IBM BPM capabilities to support structured and dynamic processes?
A. It only supports dynamic processes using ad-hoc activities. Structured process models are not supported.
B. It only supports structured process models with a defined sequence of activities following the BPMN
2.0 notation.
C. Process applications must include one structured process model, but additional ad-hoc activities can be added if desired.
D. It supports structured process models using the BPMN 2.0 notation as well as unstructured processes using ad-hoc activities.
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.
Which is a valid reason for activating snapshots?
A. Changing the default Governance process in Process Center
B. Starting a specific version of the process in Process Portal
C. Deploying the activated snapshot to the connected Process Server
D. Preparing to delete a snapshot using the 'BPMSnapshotCleanup' wsadmin command
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
A developer receives the following requirement request when configuring documents and folders for an IBM BPM process:
1.
Create the ECM folder structure automatically from IBM BPM
2.
Change the Root Process Folder to be managed by the ECM System
3.
Create a folder structure that has some BPM managed documents and folder along with some ECM managed documents and folders
What is an appropriate response to this request?
A. All requirements are feasible.
B. Only requirement 3 is feasible.
C. Only requirement 1 is feasible.
D. Requirements 1 and 3 are feasible, but 2 is not.
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.