exam questions

Exam 70-486 All Questions

View all questions & answers for the 70-486 exam

Exam 70-486 topic 1 question 143 discussion

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

You are designing a ASP.NET Core MVC application that runs on the Microsoft Azure platform.
The application must store a small amount of information that is shared across all users and does not change frequently.
You need to configure the application to meet the requirements.
Which server-side state management options will achieve the goal? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.

  • A. HTTP Cookie
  • B. Azure SQL Database
  • C. ASP.NET session state
  • D. ASP.NET application state
Show Suggested Answer Hide Answer
Suggested Answer: BD 🗳️

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
Jeffry
Highly Voted 5 years, 8 months ago
Only B
upvoted 13 times
...
supersunny
Highly Voted 5 years, 10 months ago
B and D are good
upvoted 7 times
...
mr_
Most Recent 4 years, 11 months ago
IMO: * NOT A - client-side; * B - correct - shared across users & server-side; * NOT C - session state would be user-specific, so not shared across users; * NOT D - there is nothing like app state in ASP.NET Core. Would be correct for ASP.NET NON-Core app;
upvoted 6 times
...
Gods_Kenny
5 years, 2 months ago
BD is correct
upvoted 1 times
...
Dhaval
5 years, 3 months ago
Correct answer if asked for asp.net core is only B. App State does not exist on asp.net core https://docs.microsoft.com/en-us/aspnet/core/fundamentals/app-state?view=aspnetcore-3.1
upvoted 6 times
...
Jobair
5 years, 4 months ago
In asp.net core Application no longer exists. Correct answer is B
upvoted 3 times
...
peterluttikhuis
5 years, 10 months ago
Aplication state does not excists in Azure
upvoted 6 times
ibaryshnikov
5 years, 4 months ago
Aplication state not in Azure, but in ASP.NET. so B and D
upvoted 5 times
ruj0007
4 years, 11 months ago
The question is about ASP.Net Core, not ASP.NET
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 ...