nerdexam
GIAC

GSSP-.NET · Question #51

(Topic 1) Which of the following session and instancing modes will you set if you require a sessionfull binding and want to create a new instance object for each client request?

The correct answer is C. Set SessionMode to Required and IntsanceMode to PerCall. See the full explanation below for the reasoning.

Question

  • (Topic 1)

Which of the following session and instancing modes will you set if you require a sessionfull binding and want to create a new instance object for each client request?

Options

  • ASet SessionMode to Allowed and IntsanceMode to PerSession.
  • BSet SessionMode to Required and IntsanceMode to Single.
  • CSet SessionMode to Required and IntsanceMode to PerCall.
  • DSet SessionMode to Allowed and IntsanceMode to PerCall.

How the community answered

(35 responses)
  • A
    6% (2)
  • B
    6% (2)
  • C
    77% (27)
  • D
    11% (4)

Community Discussion

No community discussion yet for this question.

Full GSSP-.NET Practice