How can process applications be enabled to create, update, or download ECM documents?
A. Use an external ECM server instead of the internal IBM BPM document store.
B. Select 'Always use this connection information' properties of the ECM server definition.
C. Use the Document List or Document Viewer coach views to create, update, or download the documents.
D. Add the 'enable-document-authorization-security-service' configuration setting to the 100Custom.xml.
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.
Administrators in a hospital use a web-based application when filling out new patient forms. They experience frequent web browser freezes or it becomes unresponsive for several seconds. This is due to large content of data with numerous sections and tables presented in a single page patient form. As part of refactoring the application, the BPM application developer is tasked to mitigate the performance impact of the new patient form page. What guidelines can the developer follow to improve the performance?
A. Add exit safeguard, collapsible panel in deferred section control, and add modal section with panel
B. Add tab section, change the rendering option of one or more table columns to seamless coach view, and add progress bar with navigation event
C. Contain coach views with in responsive sensor, add modal section, and change the rendering option of one or more table columns to simple html
D. Server side pagination of table data, contain complex coach view in a deferred section control, and enable async loading in horizontal/vertical layouts
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
What is the correct approach to take for a BPM developer that wants to create a custom theme and use responsive controls in the process application?
A. Use the BPM Theme as the starting point.
B. Use the CSS definitions set by the theme of the process application.
C. Import a new theme to replace the current theme and then customize.
D. Add classes and attributes in the HTML Attributes page of the coach view layout properties.
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
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
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 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.