IBM C9550-412 Exam Practice Questions (P. 2)
- Full Access (60 questions)
- Six months of Premium Access
- Access to one million comments
- Seamless ChatGPT Integration
- Ability to download PDF files
- Anki Flashcard files for revision
- No Captcha & No AdSense
- Advanced Exam Configuration
Question #6
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:
How must the BPM application developer implement the input and output variables of the service?
The variables must:
- Abe named "inputVar" and "outputVar"
- Bhave the same names and types as the Default Autocompletion Service
- Chave the same types as the Default Autocompletion Service but may be given meaningful names
- Dhave the same names as the Default Autocompletion Service and the types will be converted at runtime
Correct Answer:
D
D
send
light_mode
delete
Question #7
A BPM Application developer is creating a case that call center agents can use when a customer wants to dispute a credit card transaction. The call center supervisors need a separate user interface for the case that is viewable only by call center supervisors.
What should BPM application developer do to support the requirement?
What should BPM application developer do to support the requirement?
- AAssign "Call Center Supervisors" team as a Manager Team for the case
- BDuplicate the default user interface and assign the "Call Center Supervisors" team as a Manager Team for the case
- CCreate an Instance Owners user interface and assign the "Call Center Supervisors" team in the "Instant Owners" team
- DCreate a Launch UI Default user interface and assign the "Call Center Supervisors" team in the "Expose to start" option in the Overview page of the case.
Correct Answer:
B
B
send
light_mode
delete
Question #8
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?
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?
- AAs a JavaScript function call passing the parameter data as serialized XML
- BAs a JavaScript function call which supplies a callback function to provide a parameter data
- CAs a REST API call passing the parameter data as either serialized XML or serialized JSON
- DAs either a JavaScript function call or a REST API call passing the parameter data as serialized JSON
Correct Answer:
C
C
send
light_mode
delete
Question #9
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?
How must the BPM application developer configure the coach view?
- AEnable the "Can Fire a Boundary Event" option in the Overview tab.
- BEnable the "Prototype-level Event Handlers" option in the Overview tab.
- CCreate the following change event handler in the Behavior tab: this.context.trigger();
- DCreate an IMD dependency to the com.ibm.bpm.coach.controls/utilities Module in the behavior tab.
Correct Answer:
C
C
send
light_mode
delete
Question #10
A multinational corporation requires their coaches to be translated into the users native language. A BPM application developer has not provided translations for all the languages.
What must the BPM application developer do to handle situations where a users selected language is not supported and a default is required?
To designate the default label, the BPM application developer must create:
What must the BPM application developer do to handle situations where a users selected language is not supported and a default is required?
To designate the default label, the BPM application developer must create:
- Aa coach view configuration option for the default label
- Ba localization resource with a default local key , and create a default local value
- Ca key-value pair list local variable and set the label to the default local key in the user’s browser
- Da default label using an environment variable and set it to the default language in the user’s active directory profile
Correct Answer:
C
C
send
light_mode
delete
All Pages