C9550-412 Exam - IBM Business Process Management Express or Standard Edition V8.5.5, BPM Application Development

certleader.com

Q1. A BPM Application developer is creating a client-side human service. The developer must create a save button that saves the coach fields so the user can return to their task at a later date. 

Which service meets the requirements? 

A) 

B) 

C) 

D) 

A. Exhibit A 

B. Exhibit B 

C. Exhibit C 

D. Exhibit D 

Answer:

Q2. A company has implemented a case of managing customer complaints. When the customer calls in to ask about the status of the complaint, the Customer Service Representative (CSR) must be able to search by customer name in the Process Portal to find right case. 

How must the BPM application developer provide this feature? 

A. Define a saved search in the process admin console 

B. store the customers name in an exposed process variable 

C. Enable auto-tracking in the Overview tab of the Business Process Definition (BPD) 

D. Select the visible in process portal check box in the business data section in the process designer 

Answer:

Q3. ABPM application developer needs to collect some business information and create a tracking group for the following business process definition (BPD). 

The BPM application developer adds a tracking point to the BPD and associates some process variables to this group: 

After running some tests, the BPM application developer notices that information defined in the tracking properties is not collected in the performance data warehouse after the instance is completed. 

What should the BPM application developer do to fix the problem? 

A. Set "Enable Tracking" and "Enable Auto-tracking" in the BPD. 

B. Set "Enable Tracking" in the BPD and then update tracking definitions. 

C. Set "Enable Tracking" and "Enable Auto-tracking" in the BPD and then update tracking definitions. 

D. Associate a process variable to the amount field in "Tracking Properties" and update tracking definitions. 

Answer:

Q4. A BPM Application developer is creating a coach view that allows other developers to reuse this coach view to create a flow on the Diagram of a Human Service. 

How must the BPM application developer configure the coach view? 

A. Enable the "Can Fire a Boundary Event" option in the Overview tab. 

B. Enable the "Prototype-level Event Handlers" option in the Overview tab. 

C. Create the following change event handler in the Behavior tab:this.contextthgger(); 

D. Create an IMD dependency to the com.ibm.bpm.coach.controls/utilities Module in the behavior tab. 

Answer:

Q5. A BPM Application developer is creating a reusable coach view that will be implemented using custom JavaScript. The coach will retrieve some of its data via an Ajax call. The BPM Application developer supplies a default implementation for the Ajax service that has two parameters. 

How must the BPM application developer implement the invocation of the Ajax service? 

A. As a JavaScript function call passing the parameter data as serialized XML 

B. As a JavaScript function call which supplies a callback function to provide a parameter data 

C. As a REST API call passing the parameter data as either serialized XML or serialized JSON 

D. As either a JavaScript function call or a REST API call passing the parameter data as serialized JSON 

Answer:

Q6. Consider the following service: 

The initialize script initializes the variables and assigns the following values: tw.local.namevalue.name = "a name"; tw.local.test = "a test"; 

The nested service contains a script that changes the values: tw.local.namevalue.name = "another name"; tw.local.test = "another test"; 

The "log value step" on the service prints the values to the log: tw.info ("name =" + tw.local.namevalue.name); tw.local("test =" + tw.local.test); 

What will the BPM application developer see in the output log? 

A. name = a name test = a test 

B. name = a name test = another test 

C. name = another name test = a test 

D. name = another name test = another test 

Answer:

Q7. How are the 3 editions, Express, Standard and Advanced, of IBM Business Process Manager V8.5.5 differentiated? (choose 2) 

A. Advanced Edition has built in ESB and SOA capabilities. 

B. Standard Edition and Advanced Edition support BPEL and BPMN. 

C. Express Edition and Standard Edition support load balancing. 

D. Express Edition is limited in number of cores and number of users. 

E. Express Edition and Standard Edition support Intel and Power Platforms. 

Answer: C,D 

Q8. A BPM Application developer needs to construct an integration service that will access an external web service. 

The web service has been predefined in the process application settings. The BPM application developer creates a new integration service and adds a webservice integration to the canvas. Since this is a predefined web service, on the implementation tab, the BPM application developer selects "From process application settings" for the discovery scheme. 

What should be the next step in configuring the web service connector using the predefined server for the BPM application developer? 

A. insert the url and use the "Discover" button. 

B. Fill in the data mapping tab in the web service properties. 

C. Select the defined web service and select which operation to use. 

D. Generate the data types that will be inputs and outputs for the web service. 

Answer:

Q9. A BPM application developer is working on the following Business Process Definition (BPD): 

Both the BPM administrator and the database administrator have identified performance problems with the current process and they suspect that this is due to the collection of the performance data. Consequently, the process owner has decided to minimize the amount of performance data to be collected for this BPD. 

The BPM application developer must track only the following 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 situation, what must the BPM application developer do to track only the business data required? 

A. Enable auto-tracking and mark each individual variable as tracked. 

B. Enable auto-tracking and use two intermediate tracking points to specify where the data should be automatically tracked in the BPD. 

C. Create a tracking group for Order ID, Order Amount and Authorizer ID. Use two intermediate tracking points to mark exactly where the data shouldbetracked during execution. Only the necessary fields should be selected on each tracking point. 

D. Create a tracking group for Order ID, Order Amount and Authorizer ID. Use two intermediate tracking points to mark exactly where the data shouldbe tracked during execution. Only the necessary fields should be selected on each tracking group. 

Answer: B,C 

Q10. A BPM Application developer is building a coach which uses just the stock controls provided in the Coaches toolkit. A Text control in the coach needs to have a custom Ajax service created to supply Autocompletion. The BPM Application developer must now supply an Ajax service to accomplish this. 

How must the BPM application developer implement the input and output variables of the service? The variables must: 

A. be named InputVar" and "outputVar" 

B. have the same names and types as the Default Autocompletion Service 

C. have the same types as the Default Autocompletion Service but may be given meaningful names 

D. have the same names as the Default Autocompletion Service and the types will be converted at runtime 

Answer: