Multiple choice technology

  1. Which statement about local variables is true?

  1. (a) They are stored on the clipboard as temporary variables

  2. (b) They exist only within the context of an activity

  3. (c) They can be stored in the database

  4. (d) They are stored in a named page that is created automatically

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

Local variables in Pega activities are scoped only to that activity's execution context. They are NOT stored on the clipboard page (A), cannot be stored in the database (C), and are NOT in automatically created named pages (D). They exist temporarily during activity execution only.