IBM C1000-116 IBM Business Automation Workflow V20.0.0.2 using Workflow Center Development Online Training
IBM C1000-116 Online Training
The questions for C1000-116 were last updated at Nov 19,2024.
- Exam Code: C1000-116
- Exam Name: IBM Business Automation Workflow V20.0.0.2 using Workflow Center Development
- Certification Provider: IBM
- Latest update: Nov 19,2024
How can the Service Call be configured to automatically run when a coach starts?
Available Choices (select all choices that are correct)
- A . Enable the ‘Auto run’ configuration option.
- B . Enable the ‘React to input changes’ configuration option.
- C . Nothing is required as the Service Call will always automatically run unless it is disabled.
- D . Bind the Input value configuration option to a variable.
When using Case Client, which action can a user take to perform a reassignment, provided the user has correct role permissions?
Available Choices (select all choices that are correct)
- A . Search for a user.
- B . Search for a user across roles from the Roles section.
- C . Search for a group.
- D . Reassign to a group from the Roles section.
Which section of the Service Call coach view Events tab should be used when seeking to augment data being returned from it?
Available Choices (select all choices that are correct)
- A . On Result
- B . On Invoked
- C . On Before Result
- D . On Load
Why should a security proxy hierarchy be created in Case Builder?
Available Choices (select all choices that are correct)
- A . To reuse case types between business units without sharing case data.
- B . To dynamically change security on cases as the cases change stale
- C . To ensure that users can dynamically access documents filed in case folders.
- D . To avoid having to rely on the Security Configuration to handle case security.
Refer to exhibit.
Which statement about the process diagram below is true?
- A . Task 2 2 will only be active when Task 2 1 is not active and Task 2 1 will only be active when Task 2 2 is not active
- B . Task 2.1 will always be active and Task 2.2 will be active when the condition tw.local.needTask22 == "Yes" for "Need Task 2.2" is met.
- C . Both Task 2.1 and Task 2.2 will never be active in parallel at the same time.
- D . Task 2.1 will be active when the condition tw.local.needTask21 == "Yes" for "Need Task 2.1" is met.
How can the input value of a service flow be configured using the Sen/ice Call coach view?
Available Choices (select all choices that are correct)
- A . The Input value configuration option must be bound to a variable of the same type.
- B . The "Map input data automatically’ configuration option must be selected.
- C . The Input value formula option must be populated with an appropriate variable map.
- D . The coach view must be bound to a variable of the same type.
Refer to exhibit
What gateway is shown in the image below?
- A . Message Gateway
- B . Inclusive Gateway
- C . Event Gateway
- D . Delay Gateway
A developer has worked with end-users in a requirements session to establish what can be selected on the Single Select control in CoachView1 seen below. To ensure that the selections are easily maintainable, the developer wants to dynamically lookup the selections at runtime.
What two options does the developer have available to achieve this requirement? (Choose two.)
- A . Pass a business object via the CoachView1 Configuration Options, update the Item lookup mode to Items From Config Options and select the business object as the Binding of the Single Select view in the General tab.
- B . Keep the selections in the Static list, pass a business object via the CoachView1 Configuration Options and select the business object as Output business data so that the geclcem Text n method on the Single Select view returns the selection items via the business object.
- C . Pass a business object via the CoachView1 Configuration Options, update the Item lookup mode to Items From Service and select the business object as Service input data for the Default List Items Service.
- D . Pass a business object via the CoachView1 Configuration Options, update the Item lookup mode to Items From Config Options and select the business object as Item selection data.
- E . Update the Item lookup mode to Items From Service and select a service flow that follows the Ajax service specification as the List items service.
A case has started a process. When the case content objects are updated in the case, which statement is true?
Available Choices (select all choices that are correct)
- A . For cases that parent a process, content objects shared are locked to prevent lack of synchronization issues.
- B . The child process gets delayed updates of the changes that can be configured in the admin console.
- C . The child process is not aware of the changes, it should be updated independently.
- D . The child process is synchronously updated with the changes.
How does enabling the coach optimization property, is Optimie Coach Boundary Event, improve performance for coaches?
Available Choices (select all choices that are correct)
- A . A coach boundary event sends only the variables that are changed by the user back to the human service.
- B . All bound variables are submitted to the human services at regular intervals even before a coach boundary event is reached.
- C . A coach boundary event sends only the variable properties that are changed by the user back to the human service.
- D . All bound variables are pre-initialized during loading of the coach.