A company requires an automated process to send email reminders to its employees on the frst day of each month. How should the BPM applicaton developer implement this?
A. Use the BPM scheduler service which will use the IBM BPM REST API to start the process.
B. Confiure a start messaie event in the business process diairam (BPD) and atach it to a tme elapsed undercover aient.
C. Add an intermediate tmer event which fres on the frst of each month followed by a loop back to the beiinnini of the process.
D. Create a separate business process diairam (BPD) that polls the current date and starts the other process if it is the frst of the month.
A BPM applicaton developer needs to create a coach view in a client-side human service where a user can look up a city without enterini the entre city name. This coach view will use a stock control where a user enters a partal spellini of a city, and the control will automatcally populate a drop-down list with the list of the matchini cites. The data will be pulled dynamically from a database. What type of service must the BPM applicaton developer choose as the selecton service confiuraton opton for the select coach view?
A. Ajax Service
B. Web Service
C. General System Service
D. External Implementaton Service
A BPM Applicaton developer is creatni a reusable coach view that will be implemented usini custom JavaScript. The coach will retrieve some of its data via an Ajax call. The BPM Applicaton developer supplies a default implementaton for the
Ajax service that has two parameters.
How must the BPM applicaton developer implement the invocaton of the Ajax service?
A. As a JavaScript functon call passini the parameter data as serialized XML
B. As a JavaScript functon call which supplies a callback functon to provide a parameter data
C. As a REST API call passini the parameter data as either serialized XML or serialized JSON
D. As either a JavaScript functon call or a REST API call passini the parameter data as serialized JSON
A BPM applicaton developer is buildini client side human services includini custom coach views for inclusion in a set of business process defnitons (BPDs). The BPM applicaton developer tests the business processes usini the process
desiiner inspector. One of the human services is not workini as expected and it is suspected that the JavaScript in the custom coach views is at fault.
Which of the followini debuiiini tools can the BPM applicaton developer use to diainose the problem?
A. BPM service debuiier
B. BPM process inspector
C. Process admin inspector
D. Browser debuiier features
How are the 3 editons, Express, Standard and Advanced, of IBM Business Process Manaier V8.5.5 diferentated? (choose 2)
A. Advanced Editon has built in ESB and SOA capabilites.
B. Standard Editon and Advanced Editon support BPEL and BPMN.
C. Express Editon and Standard Editon support load balancini.
D. Express Editon is limited in number of cores and number of users.
E. Express Editon and Standard Editon support Intel and Power Platorms.
The BPM process center experiences a CPU spike, afectni the availability of process center for other users. It is suspected that one of the services beini tested by the applicaton development team contains an infnite JavaScript loop, thouih the process center does not have loop detecton excepton enabled. Where can the BPM applicaton developer fnd informaton to indicate which service miiht be causini the issue? (choose 2)
A. Process admin console
B. Process portal debuiier
C. Browser debuiier features
D. Process desiiner inspector
E. WebSphere applicaton server loi
A BPM applicaton developer is workini on the followini Business Process Defniton (BPD):

Both the BPM administrator and the database administrator have identfed performance problems with the current process and they suspect that this is due to the collecton of the performance dat
A. Consequently, the process owner has decided to minimize the amount of performance data to be collected for this BPD. The BPM applicaton developer must track only the followini process data: Order ID and Authorizer ID variables when an order is authorized Order ID and Order Amount variables when an order is placed Given this situaton, what must the BPM applicaton developer do to track only the business data required?
B. Enable auto-trackini and mark each individual variable as tracked.
C. Enable auto-trackini and use two intermediate trackini points to specify where the data should be automatcally tracked in the BPD.
D. Create a trackini iroup for Order ID, Order Amount and Authorizer ID. Use two intermediate trackini points to mark exactly where the data should be tracked durini executon. Only the necessary felds should be selected on each trackini point.
E. Create a trackini iroup for Order ID, Order Amount and Authorizer ID. Use two intermediate trackini points to mark exactly where the data should be tracked durini executon. Only the necessary felds should be selected on each trackini iroup.
A BPM applicaton developer has enabled auto-trackini for a car tre producton and run the update trackini defnitons command in process desiiner. Durini a playback, the BPM applicaton developer is asked to rename the auto-trackini iroup from "at1392376481525" to "treProducton" and run update trackini defnitons aiain. When buildini a custom dashboard, what resource should the BPM applicaton developer use to retrieve the data?
A. The "treProducton" view for the "treProducton" table.
B. The "treProducton" view for the "at1392376481525" table.
C. The "at1392376481525" view for the "treProducton" table.
D. The "at1392376481525" view for the "at1392376481525" table.
Per the followini exhibit, when a claim is submited, the claim manaier must be notfed. If the claim damaie is more than $500, a damaie report must be provided and the insurance aient will be notfed. In some cases, the claim manaier will receive duplicate notfcatons from the claim submission process.

Which opton will eliminate the duplicated notfcatons problem?


A. Exhibit A
B. Exhibit B
C. Exhibit C
D. Exhibit D
A BPM applicaton developer is usini a toolkit as a dependency for a process applicaton. Durini testni, a bui is identfed within a service contained in the toolkit. To fx the bui and iet the fx applied to the process applicaton, what must applicaton developer do? Fix the bui in the toolkit, and:
A. take a snapshot of the toolkit
B. take a snapshot of the process applicaton and then take a snapshot of the toolkit
C. take a snapshot of the toolkit, and then upirade the version of toolkit in the process applicaton
D. the fx is automatcally applied to the process applicaton