nerdexam
Pegasystems

PEGACRSA80V1 · Question #12

The following Context variables are defined m the Interaction.xml of the solution. <Context> <Value Name="GroupID" Type="String" Default="XKY12345"/> <Value Name="Procedures" Type="Number"…

The correct answer is A. The value of HasBeenPaid is now False. See the full explanation below for the reasoning.

Question

The following Context variables are defined m the Interaction.xml of the solution. <Context> <Value Name="GroupID" Type="String" Default="XKY12345"/> <Value Name="Procedures" Type="Number" Default="0"/> <Value Name="HasBeenPaid" Type="Boolean" Default="false"/> </Context> An automation creates an interaction and later sets the following values for Procedures and HasBeenPaid. When the agent finishes the call, an automation clears the context variables using ClearContext. What is the state of the HasBeenPaid variable at this point?

Options

  • AThe value of HasBeenPaid is now False.
  • BThe value of HasBeenPaid is now True.
  • CThe value of HasBeenPaid is now null.

How the community answered

(21 responses)
  • A
    71% (15)
  • B
    10% (2)
  • C
    19% (4)

Community Discussion

No community discussion yet for this question.

Full PEGACRSA80V1 Practice