Microsoft
70-519 · Question #55
You are designing a plan to scale an ASP.NET Web application to support up to 20,000 concurrent users. Application usage statistics indicate that many queries against the database retrieve data that…
The correct answer is B. Use the application cache. See the full explanation below for the reasoning.
Question
You are designing a plan to scale an ASP.NET Web application to support up to 20,000 concurrent users. Application usage statistics indicate that many queries against the database retrieve data that does not change frequently. You need to reduce database round trips for static data. Which approach should you recommend?
Options
- AUse session state
- BUse the application cache
- CUse SQL Server replication
- DUse multiple active result sets
How the community answered
(28 responses)- A4% (1)
- B75% (21)
- C7% (2)
- D14% (4)
Community Discussion
No community discussion yet for this question.