Which approach should you recommend?
You are designing a method for collecting information regarding usage of new functionality
within an ASP.NET Web application. You have the following requirements: Usage data must
be stored in a database for easy reporting. The application must not include code relating to
usage data. You need to design a strategy that meets the requirements. Which approach
should you recommend?
Which approach should you recommend?
You have an ASP.NET Web application that is deployed on multiple, identical Web servers.
The Web servers retrieve data from multiple, identical Microsoft SQL Server databases.
Each user maintains an active Web application session during the entire business day. You
notice that some Web servers consume 100 percent of their CPU resources and return
timeout errors, while other Web servers are idle. You need to design a plan to load-balance
the Web application across the available Web servers. Which approach should you
recommend?
Which approach should you recommend?
You are designing the deployment process for a new ASP.NET Web application. You need
to ensure that the application is protected from modification after deployment. Which
approach should you recommend?
What should you recommend?
You are designing an ASP.NET Web application that will be deployed both to a server that
runs IIS 6 and to a server that runs IIS 7.0. The Web application must meet the following
requirements: Log all unhandled exceptions. Write exception details to a custom error log.
When an exception occurs, write the user credentials to a custom error log. You need to
recommend an approach for handling errors. What should you recommend?
What should you recommend?
You are reviewing an ASP.NET Web application that uses dynamic SQL. The Web
application validates user credentials against a Microsoft SQL Server 2008 database by
using Forms authentication and hashing the password. You need to recommend an
approach for testing whether users can gain elevated access to the Web application. What
should you recommend?
What should you recommend?
You are designing an ASP.NET Web application that stores data in a Microsoft SQL Server
2008 database on a remote server. You must meet the following requirements: Ensure that
users’ actions can be traced on each server by using the security audit log. Minimize the
risk of server components executing in the user’s context. You need to recommend an
approach for accessing the database. What should you recommend?
What should you recommend?
You are designing an ASP.NET Web application. The Web application must allow users to
authenticate by using LDAP on a Web form. You need to recommend an authentication
model. What should you recommend?
Which approach should you recommend?
You are designing an ASP.NET Web Forms application. The Web application has a heavy
reliance on view state. You are designing the Web application for use in regions that have
limited or lowbandwidth connectivity. You have the following requirements: Decrease
bandwidth requirements. Prevent any user from obtaining any part of the view state. Do not
require changes to existing pages, user controls, or code-behind files that rely on the view
state. You need to ensure that the Web application meets these requirements. Which
approach should you recommend?
What should you recommend?
You are designing an ASP.NET Web application. The Web application must instruct proxy
servers between the server and the browser to not cache content. You need to recommend
an approach for instructing the proxy servers. What should you recommend?
Which two approaches should you recommend?
You are designing an ASP.NET Web application. You need to ensure that users can display
the content of the application in a language that they select. Which two approaches should
you recommend? (Each correct answer presents part of the solution. Choose two.)