nerdexam
Cisco

500-442 · Question #26

Which variable remains available to all scripts in the system until reset?

The correct answer is B. Call variable. Call variables are attached to the call object itself and travel with that call throughout the entire system, making them accessible to every script that processes the call - until the call ends or the variable is explicitly reset. This system-wide persistence is what…

Configure Call Flow and Agent Workflow

Question

Which variable remains available to all scripts in the system until reset?

Options

  • ACaller Entered digits
  • BCall variable
  • CUser variable
  • DPeripheral variable

How the community answered

(16 responses)
  • A
    6% (1)
  • B
    94% (15)

Explanation

Call variables are attached to the call object itself and travel with that call throughout the entire system, making them accessible to every script that processes the call - until the call ends or the variable is explicitly reset. This system-wide persistence is what distinguishes them from other variable types.

Caller Entered Digits (A) are captured during a specific prompt interaction and are scoped to that collection step; they don't automatically persist across all scripts. User variables (C) are typically session- or agent-scoped and lack the system-wide, call-following behavior required. Peripheral variables (D) are tied to a specific peripheral device (such as an ACD) and are not universally accessible across all scripts in the system.

Memory tip: Think of a "Call variable" like a traveler's passport - it stays with the call the entire journey through the system, no matter which script or queue it passes through, and only gets "reset" (stamped over) when someone explicitly changes it.

Topics

#Call variables#Variable scope#CCE scripting#Variable persistence

Community Discussion

No community discussion yet for this question.

Full 500-442 Practice