Thursday 20 December 2018

IBM C9550-412 Question Answer

A BPM application developer is reviewing a business process built by a colleague. The process is an application that uses business objects based on an industry standard data model and uses several integrations to back end systems that also use that data model. The process has been through a pre-production test cycle and is not performing well. The main area of concern is with the BPM client side Human Service where the coaches take too long to appear in the browser when the task is claimed. Which of the following BPM factors should the BPM application developer include in their review of the badly performing Client Side Human Services? (choose 2)

A. Execution of complex validation services
B. Boundary events associated with services
C. Size of business objects bound to Coach Views
D. Size and number of complex variables passed to each client side human service
E. The number of intermediate events associated with each client side human service

Answer: CE

Tuesday 27 February 2018

IBM C9550-412 Question Answer

A BPM application developer needs to create a coach view in a client-side human service where a user can look up a city without entering the entire city name. This coach view will use a stock control where a user enters a partial spelling of a city, and the control will automatically populate a drop-down list with the list of the matching cities. The data will be pulled dynamically from a database. What type of service must the BPM application developer choose as the selection service configuration option for the select coach view?

A. Ajax Service
B. Web Service
C. General System Service
D. External Implementation Service

Answer: B                                                  C9550-412 Dumps Questions


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: C