Exam AD01 All QuestionsBrowse all questions from this exam
Question 26

If you change a session variable when will the new value be available to the process?

    Correct Answer: A

    A session variable in a process will have its new value available immediately upon being changed. This allows the process to utilize the updated value right away without waiting for any specific events or conditions to occur, such as starting a new case from a work queue or restarting the resource PC.

Discussion
sogoku_ichi_2907Option: A

A is the correct answer.

onyeisiOption: B

B. Next time a new case is taken from a WQ When you change a session variable's value, the updated value will be available to the process the next time a new case is taken from a Work Queue (WQ). The session variable's value is specific to the case being worked on and is set when a case is fetched from the WQ.

SBWeiss348Option: A

a is correct

LH1213Option: A

I think it is A

BudduuOption: A

Yes, A seems to be the correct answer.