Which JavaScript object would be used to invoke a REST call?
A. ApacheRESTRequest()
B. HTTPRest()
C. BPMRESTRequest()
D. iBMRESTCall()
正解:A
質問 2:
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. Contain coach views with in responsive sensor, add modal section, and change the rendering option of one or more table columns to simple html
B. Add exit safeguard, collapsible panel in deferred section control, and add modal section with panel
C. Add tab section, change the rendering option of one or more table columns to seamless coach view, and add progress bar with navigation event
D. Server side pagination of table data, contain complex coach view in a deferred section control, and enable async loading in horizontal/vertical layouts
正解:D
質問 3:
Which is a valid reason for activating snapshots?
A. Preparing to delete a snapshot using the 'BPMSnapshotCleanup' wsadmin command
B. Starting a specific version of the process in Process Portal
C. Changing the default Governance process in Process Center
D. Deploying the activated snapshot to the connected Process Server
正解:A
質問 4:
Which method should be used for passing an external complex variable type to the IBM BPM Web API?
A. Convert the variable to XML and wrap it in a ComplexValue object.
B. Passing external complex variable types to the web API are not supported.
C. Pass the complex variable type as-is to the web API.
D. Convert the complex variable to a String via the . tostring () method.
正解:D
質問 5:
What does a developer need to do to view the artifacts and their dependencies that are used across all toolkits in the IBM Process Center repository?
A. Use the Global scope option.
B. Ensure that the Process Centers are registered to each other and enabled for sharing.
C. Use the POST /bpm/repo/projects REST API.
D. Get Administrative rights.
正解:A