nerdexam
GIAC

GSSP-NET · Question #413

Mark works as a Software Developer for McRobert Inc. He develops an ASP.NET application using Visual Studio .NET. The application loads department name and employee data only once in each user's…

The correct answer is D. Cache("Departments") = Departments. See the full explanation below for the reasoning.

Question

Mark works as a Software Developer for McRobert Inc. He develops an ASP.NET application using Visual Studio .NET. The application loads department name and employee data only once in each user's session. Mark creates two DataTable objects, named Employees and Departments. The Departments object remains static, but the Employees object is modified whenever new employees join the company. Mark wants to minimize the time it takes for the application to reload an ASP.NET page after each change. Which of the following statements will he use to accomplish this?

Options

  • ASession("Departments") = Departments
  • BCache("Departments") = Departments
  • CSession("Departments") = Departments
  • DCache("Departments") = Departments

How the community answered

(36 responses)
  • A
    3% (1)
  • B
    6% (2)
  • C
    11% (4)
  • D
    81% (29)

Community Discussion

No community discussion yet for this question.

Full GSSP-NET Practice