Certified Pega System Architect v8.7 — Question 15
University admission application cases automatically advance in the case life cycle if the applicant's standardized test scores are above a certain threshold. The threshold is determined each year based on the provided national average score.
Which two configurations, when applied together, support this requirement? (Choose two.)
Answer options
- A. Configure a process with a decision shape that continues if the TestThresholdConfiguration setting is less than theapplicant's test score.
- B. Configure a TestThreshold Configuration setting with the national average for the test score threshold.
- C. Configure a TestThreshold Configuration setting that calculates the national average for the test score threshold.
- D. Configure a process with a decision shape that continues if the TestThreshold Configuration setting is greater than the applicant's test score.
Correct answer: A, B
Explanation
Option A is correct as it allows the process to continue when the applicant's score is above the threshold. Option B is also correct since it establishes the necessary threshold based on the national average. Options C and D do not fulfill the requirement; C does not provide a static threshold, and D incorrectly checks if the threshold is greater than the applicant's score, which would prevent advancement.