2011年11月11日星期五

70-519, MicrosoftMy study experience for 70-519

1.You need to design a solution to ensure that data caching and session state will be maintained.
Which approach should you recommend?
A. Use distributed caching and out-of-process session state.
B. Use distributed caching and in-process session state.
C. Use output caching and out-of-process session state.
D. Use output caching and in-process session state.
Answer: A

2.You need to design a deployment solution for the rewritten Web application.
Which approach should you recommend?
A. Deploy the rewritten Web application to the same file path on each server in the Web farm.
B. Compile the rewritten Web application and deploy the compiled library to the global assembly
cache.
C. Add the rewritten Web application to an application pool that contains only ASP.NET?4 Web
applications.
D. Add the rewritten Web application to the same application pool as Web applications written in
ASP.NET 2.0, ASP.NET 3.0, and ASP NET 3.5.
Answer: C

3.You are designing an ASP.
NET Web application to manage and display sensitive information stored in a Microsoft SQL Server
database.
The database also provides authorization information for users.
All Web pages that display sensitive information require an authenticated login.
There is no visitor access to these pages.
You have the following requirements:
Separate authorization logic from the application.
Prevent the application from directly accessing the database server.
You need to design a data access and authorization solution.
Which approach should you recommend?
A. Use a WCF service.
B. Use a separate library.
C. Use SQL XML Services.
D. Use stored procedures.
Answer: A

没有评论:

发表评论