Q1. A BPM application developer is using a toolkit as a dependency for a process application. During testing, a bug is identified within a service contained in the toolkit.
To fix the bug and get the fix applied to the process application, what must application developer do?
Fix the bug in the toolkit, and:
A. take a snapshot of the toolkit
B. take a snapshot of the process application and then take a snapshot of the toolkit
C. take a snapshot of the toolkit, and then upgrade the version of toolkit in the process application
D. the fix is automatically applied to the process application
Answer: A
Q2. 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: C
Q3. A business process application project is starting the service integration playback phase. Which actions should the BPM application developer include in this phase? (choose 2)
A. Define the business actions that need to be enabled in each interface.
B. Evaluate which pre-built integration services in IBM Business Process Manager can be used.
C. Identify all the integration points at the business process definition (BPD) level.
D. identify what complex patterns, such as cancellation or pipeline, should be used and implemented.
E. Identify all the data transformations required to send and receive information from the external systems.
Answer: B,C
Q4. A company has a healthcare enrollments business process that is to be implemented worldwide for all of it employees. Part of the employment process are a set of steps that the company uses in several other business processes. These steps may need to vary depending on the laws of different countries and the plans that are offered in eachcountry. The company wants to have a single process that is followed in every country but needs to be sure that the portion of the process that is subject to local laws will comply with the laws of each country.
Which BPM component should the BPM application developer use to meet these requirements?
A. Subprocess
B. Linked Process
C. Dynamic Process
D. Event Subprocess
Answer: D
Q5. 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:
A. a coach vi ew confi gurati on opti on for the default label
B. a localization resource with a default local key, and create a default local value
C. a key-value pair list local variable and set the label to the default local key in the user's browser
D. a default label using an environment variable and set it to the default language in the user's active directory profile
Answer: C
Q6. The business process management development team is creating a query to an enterprise database system of record during the current playback phase. What other activity would the BPM application developer perform during this phase?
A. Conduct process discovery
B. Develop a client-side human service
C. Create a business process definition
D. Implement an inbound integration service
Answer: C
Q7. During the current playback phase, the BPM application developer is creating the to-be business process definition for a process application. Which playback phase is the BPM application developer is currently in?
A. Playback0.
B. Playback 1.
C. Playback 2.
D. Playback 3.
Answer: A
Q8. 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: A
Q9. A BPM Application developer is testing and debugging a recently developed heritage human service:
A service debugger is being used and a JavaScript logic error is detected on completion of the Preprocessing script-certain variable values are incorrect. The BPM application developer wishes to correct the relevant variable values and then proceed with testing/debugging the rest of the service.
How can the BPM application developer set the variables to their correct values?
A. Edit variables in the service debugger browser window
B. Edit the pre-processing script to correct the logic and re-run the pre-processing script
C. in the inspector perspective, use the execution evaluator, enter JavaScript to change the values
D. in the inspector perspective double click on the relevant variable and change the values in the variables window.
Answer: D
Q10. Within a tire-production process a legacy system must be integrated, which provides the rim sizes for each available tire. All exceptions are handled in similar manner "except for the ti re" not found exception with the error code "TR001".
How does a BPM application developer implement the exception handling?
The BPM application developer must:
A. Log the input and output values within the pre and post statements of the integration service.
B. Add a catch event to the integration service.
C. Add a specific catch for TR001" to the artifact within the integration service.
D. Add a specific catch for "TR001" and an unspecific catch for other exceptions to the artifact within the integration service.
Answer: C