Multiple choice technology

  1. Which of the following can only return a Boolean value?

  1. (a) Decision map

  2. (b) Decision tree

  3. (c) Decision table

  4. (d) When rule

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

When rules in Pega are specifically designed to return boolean outcomes only - either true or false. Unlike decision trees, tables, and maps which can return various data types (strings, numbers, etc.), When rules are strictly boolean conditions used for conditional logic.