Certified Pega Senior System Architect v7.4 — Question 3
Which two dependencies do you directly enforce with a Wait step? (Choose Two)
Answer options
- A. Pausing a case until a new child case is created
- B. Pausing a case until a user submits a specified value
- C. Pausing a case until another case (or all cases) reach a specified status
- D. Pausing a case until a predetermined time expires
Correct answer: B, C
Explanation
The correct answers are B and C because a Wait step specifically pauses a case until a user submits a defined value (B) or until another case reaches a certain status (C). Options A and D do not represent the direct enforcement capabilities of a Wait step, as they refer to conditions that are not user input or specific status checks.