Certified Pega Senior System Architect v7.2 — Question 3
A user is processing a case and receives an error message that the system could not find an appropriate rule to use. Select two possible reasons rule resolution failed to find a rule to execute. (Choose two.)
Answer options
- A. The context of the rule chosen by rule resolution does not match the context of the referencing rule. .
- C. The rule chosen by rule resolution is in a ruleset that is not in the application's ruleset list.
- D. The user does not have appropriate privilege to access the rule chosen by rule resolution.
Correct answer: B, D
Explanation
Option B is correct because if the rule is not part of the application's ruleset list, it cannot be executed. Option D is also correct, as lacking the necessary privileges would prevent the user from accessing the rule. Option A is incorrect because the context mismatch does not inherently prevent rule resolution from finding a rule, while Option C is also incorrect since it is a repeat of B.