Which statement is true when exposing a BPM function as a web service to exterior systems?
A. All operations exposed in a web service are one-way operations.
B. All operations exposed in a web service are request-response operations.
C. Operations exposed in a web service can be both one-way operations or callback operations.
D. Operations exposed in a web service can be both one-way operations or request-response operations.
What is a valid logging command to print log statements to the client-side browser?
A. print.log(`'info")
B. debug.log("info'')
C. client.log(`'infon'')
D. console.log(`'info")
Which statement is true regarding intermediate events?
A. Intermediate events can only be included in services flows.
B. Intermediate events can only be included in the process flow.
C. Timer is the only implementation option for an intermediate event.
D. Intermediate events can be attached to activities within the process or included in the process flow.
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.
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
To change the state of an offline Process Server to online, a developer needs to set the heartBeatInterval to what value?
A. equal to zero
B. leave it empty
C. less than zero
D. greater than zero
Why would a developer choose to include the optional parameter 'snapshotld' when invoking certain REST API methods?
A. A 'snapshotld' logs the call to the REST log.
B. A 'snapshotld' ensures the object returned includes an identifying Id.
C. A 'snapshotld' ensures the right version of the process application is invoked.
D. A 'snapshotld' caches the call so it can return a response more quickly if invoked again.
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 customer has a business requirement to completely separate connectivity between production
environments from development and test environments.
How should a developer deploy a new process application to a properly configured production Process
Server?
A. Use 'BPMConfig' to remote deploy
B. Use offline deployment to the Process Server
C. FTP the process .ear file and install using the wasadmin console in production
D. Export the .twx file from the Process Center console and import into the Process Server
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.