You are designing a distributed application that runs on the Windows Azure platform.
The application must store a small amount of insecure global information 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.
Windows Azure application state
B.
SQL Azure
C.
Profile properties of the Windows Azure application
D.
Windows Azure session state
Explanation:
SQL Database provides a relational database management system for Windows Azure and is based
on SQL Server technology. With a SQL Database instance, you can easily provision and deploy
relational database solutions to the cloud, and take advantage of a distributed data center thatprovides enterprise‐class availability, scalability, and security with the benefits of built‐in data
protection and self‐healing.
Session States in Windows Azure.
If you are a Web developer, you are probably very familiar with managing user state ‐ that is you are
familiar with tracking user activity and actions across several request‐response exchanges that occur
in Web applications. Since HTTP is a stateless protocol, developers over the years have developed all
sorts of means to manage state. You’ll even find an MSDN page providing alternatives and
recommendations for state management here. Cookies, hidden fields, and query strings are some
client‐side options to tracking user state. When it comes to managing that state on the server‐side,
most Web developers rely on session objects.
It should be A and B.
Lets asume its a webfarm.
It;s not an individual user. (see question 109)
c and d is not possible.
1
0
I agree: A and B should be the correct answer.
C and D are user and user+connection specific state management options.
0
0
http://stackoverflow.com/questions/23666984/storing-insecure-global-info-in-azure
0
0
p.s.
THAT 201q 70-486 dumps from Google Drive for free:
https://drive.google.com/open?id=0B-ob6L_QjGLpflNtUWtkNlk3ODJFY0pqOUhqVFEwc0lrd0QtamRxUHFLLUdWZEVDaGtlQWM
Good Luck!
0
1
FKY!
0
0
P.S. part of that new 231Q 70-486 dumps are available here:
https://drive.google.com/open?id=0B-ob6L_QjGLpflNtUWtkNlk3ODJFY0pqOUhqVFEwc0lrd0QtamRxUHFLLUdWZEVDaGtlQWM
Best Regards!
0
0