exam questions

Exam 70-486 All Questions

View all questions & answers for the 70-486 exam

Exam 70-486 topic 1 question 12 discussion

Actual exam question from Microsoft's 70-486
Question #: 12
Topic #: 1
[All 70-486 Questions]

You are designing a distributed application that runs on the Microsoft Azure platform.
The application must store a small amount of information that is shared cross all users and 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. Microsoft Azure application state
  • B. SQL Database
  • C. Profile properties of the Microsoft Azure application
  • D. Microsoft Azure session state
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️
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 that provides enterprise-class availability, scalability, and security with the benefits of built-in data protection and self-healing.
Incorrect:
Not A: Application State does not exist in Azure.
Not C: Profile properties stores personal, not global, information.
Not D: Session state is not global. Session states handles user information such as cookies, hidden fields, and query strings are some client-side options to tracking user state

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
apostolin
Highly Voted 5 years, 9 months ago
The correct answer is: SQL Azure
upvoted 6 times
...
northgaterebel
Most Recent 4 years, 5 months ago
I think it's B and D. Apparently session state can be configured to cache SQL server data. https://docs.microsoft.com/en-us/azure/azure-cache-for-redis/cache-aspnet-session-state-provider
upvoted 1 times
northgaterebel
4 years, 5 months ago
On second glance maybe D is wrong. The article refers to Azure Cache for Redis and the answer does not specify Redis.
upvoted 1 times
...
...
Ethem
4 years, 5 months ago
Answer A&B
upvoted 1 times
...
markcowell
4 years, 8 months ago
SQL Azure or SQL database Correct Answer is B
upvoted 2 times
...
hungry_ape9000
5 years, 1 month ago
FINAL ANSWER: B is correct
upvoted 4 times
...
NhanNguyen
5 years, 2 months ago
The correct answers are: Windows Azure application state & SQL Azure
upvoted 1 times
tanujgyan
5 years, 1 month ago
Windows azure application state doesn't exist
upvoted 2 times
...
...
Aghie
5 years, 9 months ago
The answers are AB
upvoted 3 times
daniel_lobo
5 years, 9 months ago
There is no Application State in Azure, is there?
upvoted 1 times
tiger25
5 years, 3 months ago
yes, there is not.
upvoted 4 times
...
...
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...