Certified Pega Senior System Architect v8.0 (2019) — Question 12
How do you identify if a result in a decision rule cannot be returned?
Answer options
- A. Test for missing conditions
- B. Test for completeness
- C. Test the rule using a unit test
- D. Test for conflicts
Correct answer: C
Explanation
The correct answer, C, is appropriate because performing a unit test on the rule helps to assess its functionality and determine if it fails to return a result. The other options, while relevant to decision rules, do not specifically address the ability to confirm the returnability of a result in the same direct manner as unit testing.