IBM C9550-412 Exam Practice Questions (P. 5)
- 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 #21
A BPM 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?

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?
- ASet "Enable Tracking" and "Enable Auto-tracking" in the BPD.
- BSet "Enable Tracking" in the BPD and then update tracking definitions.
- CSet "Enable Tracking" and "Enable Auto-tracking" in the BPD and then update tracking definitions.
- DAssociate a process variable to the amount field in "Tracking Properties" and update tracking definitions.
Correct Answer:
A
A
send
light_mode
delete
Question #22
A tire production company requests to be informed via email if a new custom-tier request approvals take too long. If 20 approval steps take longer than 2 hours, management must be informed.
How does a BPM application developer solve this request?
The BPM application developer creates:
How does a BPM application developer solve this request?
The BPM application developer creates:
- AA scheduler which queries the database and sends mail if the condition is met.
- BA SLA with a "Violated N times over period" trigger and "send mail to" as the consequence.
- CA SLA with a "Violated N times over period" trigger and "starts a service" as the consequence.
- DTracking points or activates auto tracking and creates a report which shows the required approval-period. The customer can supervise the SLA themselves.
Correct Answer:
C
C
send
light_mode
delete
Question #23
A BPM application developer has enabled auto-tracking for a car tire production and run the update tracking definitions command in process designer. During a playback, the BPM application developer is asked to rename the auto-tracking group from "at1392376481525" to "tireProduction" and run update tracking definitions again.
When building a custom dashboard, what resource should the BPM application developer use to retrieve the data?
When building a custom dashboard, what resource should the BPM application developer use to retrieve the data?
- AThe "tireProduction" view for the "tireProduction" table.
- BThe "tireProduction" view for the "at1392376481525" table.
- CThe "at1392376481525" view for the "tireProduction" table.
- DThe "at1392376481525" view for the "at1392376481525" table.
Correct Answer:
B
B
send
light_mode
delete
Question #24
A BPM application developer is creating a Business Process Definition (BPD) that contains message intermediate events attached to multiple activities. Each of the message intermediate events reference the same undercover agent (UCA). The message must be delivered to the correct process instance and to the correct activity based on business data.
How can the BPM application developer configure the correlation to ensure the message is sent to the correct activity?
The BPM application developer must configure the message intermediate event to correlate on the process instance ID and:
How can the BPM application developer configure the correlation to ensure the message is sent to the correct activity?
The BPM application developer must configure the message intermediate event to correlate on the process instance ID and:
- Afilter on the business data using the activity’s condition tab.
- Badd a script to the BPD that invokes the correct activity based on the business data.
- Cthe business data concatenated into a single variable making it unique for each activity.
- Dthe business data by adding a second correlation variable to the UCA and message intermediate event.
Correct Answer:
B
Reference: http://www.ibm.com/developerworks/websphere/library/techarticles/1208_chandramohan/1208_chandramohan.html
B
Reference: http://www.ibm.com/developerworks/websphere/library/techarticles/1208_chandramohan/1208_chandramohan.html
send
light_mode
delete
Question #25
A mortgage company designates loan applicants with credit score above 650 as low risk applicants. The company offers any low risk applicants a loan rate of 4.0.
Furthermore, if their loan amount is less than $200,000, they get a lower rate of 3.0.
How should the BPM application developer implement the business rule using the business action language (BAL)?
Furthermore, if their loan amount is less than $200,000, they get a lower rate of 3.0.
How should the BPM application developer implement the business rule using the business action language (BAL)?
- Aif all of the following conditions are true: the credit score of applicant is more than 650 the loan of applicant is less than 200000, then set loanRate to 3.0; else set loanRate to 4.0;
- Bif the credit score of applicant is more than 650 and the loan of applicant is less than 200000, then set loanRate to 3.0; else set loanRate to 4.0;
- Cset low risk applicant to an applicant where the credit score of this applicant is more than 650 if the loan amount of low risk applicant is less than 200000 then set loanRate to 3.0; else set loanRate to 4.0;
- Ddefinitions set low risk applicant to an applicant where the credit score of this applicant is more than 650 if the loan amount of low risk applicant is less than 200000 then set loanRate to 3.0;
Correct Answer:
C
C
send
light_mode
delete
All Pages