What should you recommend?
An ASP.NET Web application is deployed on a single Web server. Web application state for
client requests is stored in a Microsoft SQL Server 2008 database. The Web application
must meet the following requirements: Tolerate a Web server failure. Scale gracefully to
accommodate a rapid load increase. You need to recommend an approach for
accommodating a load increase. What should you recommend?
Which two approaches could you recommend?
You are designing an ASP.NET Web application in Microsoft Visual Studio 2010. You plan
to deploy the application to multiple branch offices within your company. Each branch office
requires different settings for SQL Server connections. You need to centrally manage the
automatic configuration for each branch deployment. Which two approaches could you
recommend? (Each correct answer presents a complete solution. Choose two.)
What should you recommend?
You are designing the deployment strategy for an ASP.NET Web application. You need to
recommend an approach for displaying a maintenance notice to users while deploying a
new version of the Web application. What should you recommend?
Which approach should you recommend?
You are designing an ASP.NET MVC 2 Web application for a customer’s extranet site. You
need to allow only requests that originate from the customer’s intranet IP address range to
access the application, and you must redirect other access requests to the customer’s Web
site. Which approach should you recommend?
What should you recommend?
You are designing an ASP.NET Web application. A page of the Web application will allow
users to post comments and view comments posted by other users. You need to
recommend an approach for preventing the Web application from storing malicious content.
What should you recommend?
Which two approaches could you recommend?
You are designing an ASP.NET Web application that displays daily sales information. The
sales information is stored in a large Microsoft SQL Server database. The database
information is updated each night. During the day, people use the Web application to
display a set of standard sales reports based on the latest database information. The SQL
queries that are required to retrieve the database information can take from 20 to 30
seconds to execute. You need to design the application to ensure that pages usually load in
no more than 5 seconds. Which two approaches could you recommend? (Each correct
answer presents a complete solution. Choose two.)
Which two approaches could you recommend?
You are designing an ASP.NET Web application by using Microsoft Visual Studio 2010. The
Web application uses dynamic HTML (DHTML). You need to ensure that the application
functions properly on multiple browser platforms without requiring the installation of a
client-side component. Which two approaches could you recommend? (Each correct
answer presents a complete solution. Choose two.)
Which two actions should you recommend?
You are modifying an existing ASP.NET Web application. Each page of the Web application
includes a navigation bar and a print button. You have the following requirements: Enable
users to print pages of the Web site without printing the navigation bar. Do not create a
separate version of the page formatted for printing. Leverage the existing print button on
each page. You need to recommend an approach that meets the requirements. Which two
actions should you recommend? (Each correct answer presents part of the solution. Choose
two.)
What should you recommend?
You are designing an ASP.NET Web application. Each page of the Web application will
have a common master page and derive from a common base page class. You have the
following requirements: Support multiple languages for user interface labels. Enable
automatic detection of language based on browser language settings. You need to
recommend an approach to support localization. What should you recommend?
Which approach should you recommend?
You have a Web application that has been migrated from ASP.NET 3.5 to ASP.NET 4.
While testing the migrated Web application, developers notice that the non-input Web
controls with the property Enabled=”false” are rendering as enabled. You need to ensure
that the controls in the migrated Web application render correctly, and that other Web
applications hosted on the same Web server are not affected by the solution. Which
approach should you recommend?