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