Microsoft
98-363 · Question #88
Which of the following statements are true about the advantages and disadvantages of the application state server-based technique? Each correct answer represents a complete solution. Choose all that…
The correct answer is B. It is accessible to all the pages in a Web application. Therefore, it keeps only a single D. It requires server memory that affects memory performance and the scalability of an E. Application state variables should be used only with small and infrequently changed. See the full explanation below for the reasoning.
Question
Which of the following statements are true about the advantages and disadvantages of the application state server-based technique? Each correct answer represents a complete solution. Choose all that apply.
Options
- AThe global data stored is non-volatile. Therefore, data is lost if the server process is
- BIt is accessible to all the pages in a Web application. Therefore, it keeps only a single
- CThe state variables that contain large blocks of information that increases Web server
- DIt requires server memory that affects memory performance and the scalability of an
- EApplication state variables should be used only with small and infrequently changed
How the community answered
(52 responses)- A15% (8)
- B77% (40)
- C8% (4)
Community Discussion
No community discussion yet for this question.