Multiple choice technology web technology

Examination questions if answered 90-100 Grade A, 70-90 Grade B, 50 -70 Grade C. What are the possible rules which can be used to achieve this? (Choose Three)

  1. Decision Table

  2. Map value

  3. When

  4. Declarative Expression

Reveal answer Fill a bubble to check yourself
A,B,D Correct answer
Explanation

To implement grade assignment based on score ranges (90-100: A, 70-90: B, 50-70: C), three Pega rule types are suitable: Decision Table (for mapping conditions to outcomes), Map Value (for value mapping), and Declarative Expression (for computed properties). 'When' rules evaluate single conditions but can't easily handle range mapping like this scenario requires.