Microsoft Exam Questions

Which server‐side state management option should you use?

You are designing a distributed application that runs on the Microsoft Azure platform.
The application must store a small amount of insecure global information for all users that does not
change frequently.
You need to configure the application to meet the requirements.
Which server‐side state management option should you use? Each correct answer presents a
complete solution. Choose all that apply.

A.
profile properties of the Microsoft Azure application

B.
Microsoft Azure session state

C.
SQL Database

D.
Microsoft Azure application state

Explanation:
In many applications, you want to store and use information that is unique to a user. When a user
visits your site, you can use the information you have stored to present the user with a personalized
version of your Web application. Personalizing an application requires a number of elements: you
must store the information using a unique user identifier, be able to recognize users when they visit
again, and then fetch the user information as needed. To simplify your applications, you can use the
ASP.NET profile feature, which can perform all of these tasks for you.