Microsoft Designing & Developing Web Apps Using MS .NET Frmwk 4 - 70-519 Exam Practice Test

You are designing the user interface for an ASP.NET Web application. The Web application allows several departments to personalize the style of their sections of the Web application.
All departmental section styles derive from the core styles of the Web application and can only append to the Web application's core styles.
The departmental master pages inherit from the Web application's master page.
You need to ensure that core CSS styles appear En all pages of the Web application.
Which approach should you recommend?
Correct Answer: D Vote an answer
You are designing a testing methodology for an ASP.NET MVC 2 Web application.
You have the following application testing requirements:
You need to meet the application testing requirements.
Which methodology should you recommend?
Correct Answer: C Vote an answer
You are designing an ASP.NET Web application for online image editing.
Users can upload images to the Web application and edit those images by using utilities provided by the application. Some utilities are processor intensive and should be offloaded to a Graphics Processing Unit (GPU). Other utilities require the use of proprietary algorithms that must be performed on the server.
You need to design a solution for minimizing bandwidth usage and Web server response times during image processing, while providing a responsive application.
Which two approaches should you recommend? (Each correct answer presents part of the solution. Choose two.)
Correct Answer: B,C Vote an answer
You are designing the deployment strategy for an ASP.NET Web application. The database configuration string varies depending on the target environment.
You have the following requirements:
Deploy the application by using Web Deploy.
Replace the connection string named AppDb with the appropriate value for each environment.
You need to recommend an approach for updating the AppDb connection string when deploying the application to the staging environment.
Which two attributes should you add to the AppDb connection string entry in the Web.staging.config file? (Each correct answer presents part of the solution. Choose two.)
Correct Answer: A,D Vote an answer
You need to ensure that unauthorized users do not have access to the administration pages
Which approach should you recommend?
Correct Answer: A Vote an answer
You are designing an ASP.NET Web application that contains both publicly accessible pages and administrative pages.
You need to handle errors differently for publicly accessible pages and administrative pages, and you must use common code for each type of page.
Which approach should you recommend?
Correct Answer: A Vote an answer
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?
Correct Answer: C Vote an answer
You are designing an ASP.NET Web application for content management.
You have the following requirements:
You need to recommend the application's source for retrieving content.
Which source should you recommend?
Correct Answer: C Vote an answer
You are designing a data access service backed by Microsoft SQL Server. Other developers will use your service as a third-party service.
You have the following requirements:
You need to design the service to meet the requirements.
Which approach should you recommend?
Correct Answer: C Vote an answer
You are designing a RESTful ASP.NET Web application.
You have the following requirements:
You need to ensure that your design meets the requirements.
Which approach should you recommend?
Correct Answer: D Vote an answer
You are designing a testing methodology for an ASP.NET MVC 2 Web application.
You have the following application testing requirements:
You need to meet the application testing requirements.
Which methodology should you recommend?
Correct Answer: C Vote an answer
You are designing an ASRNET Web application that allows users to specify a file to be uploaded by entering the URL of the file. Only files that contain information in a specific internal metadata field are allowed.
You need to design a solution to reject URLs of disallowed files.
Which two approaches could you recommend? (Each correct answer presents a complete solution. Choose two.)
Correct Answer: A,C Vote an answer
You are designing a method for collecting information regarding usage of new functionality within an ASP.NET Web application.
You have the following requirements:
You need to design a strategy that meets the requirements.
Which approach should you recommend?
Correct Answer: A Vote an answer