Certified Pega System Architect v8.0 (2019) — Question 19
You are creating a case type to process job applications for a large corporation. Job applications for security positions require a physical assessment in addition to the standard criminal background check. The physical assessment can occur before or after the background check.
How do you configure a case type to achieve the required behavior?
Answer options
- A. Create a process for the physical assessment that is followed by a process for the background check.
- B. Create a process for the physical assessment that is parallel to the background check process.
- C. Create a process on one stage for the background check and a process on another stage for the physical assessment.
- D. Create a process for the background check and an optional process for the physical assessment.
Correct answer: A
Explanation
The correct answer is A because it ensures that the physical assessment process is completed before moving on to the background check, which aligns with the requirements. The other options either suggest parallel processes, which do not guarantee the order, or optional assessments that do not meet the mandatory requirement for security positions.