070-519試験無料問題集「Microsoft Designing & Developing Web Apps Using MS .NET Frmwk 4 認定」

You need to design a solution for ensuring that only users with the Administrators role have access to the Admin area of the Web application. Which approach should you recommend?

You are conducting an architectural review of an existing ASP.NET Web application. The Web application uses only full-page postbacks, which degrades its performance.
You have the following requirements:
Extend existing controls by using AJAX functionality.
Reduce the size of postbacks without modifying the existing controls.
You need to recommend an approach for meeting the requirements.
What should you recommend?

You are implementing additional functionality within an existing ASP.NET 4 Web Forms Web site project by using ASP. NETMVC2.
You need to design a Web site project configuration that supports Web Forms and ASP.
NET MVC 2 in the same Microsoft Visual Studio 2010 project.
Which two approaches should you recommend? (Each correct answer presents part of the solution. Choose two.)

You are designing an internal Web application.
You have the following requirements:
You need to design the Web application so that users can add, edit, and delete data.
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?

解説: (GoShiken メンバーにのみ表示されます)
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?

You are designing an ASP.NET Web application
The Web application uses a Menu control to display either a menu of public and private pages to authorized users or a menu of only public pages to visitors
You need to ensure that the menu options and URLs of the private pages are not available to unauthorized users. 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?

You need to design a deployment solution for the rewritten Web application.
Which approach should you recommend?

You are designing an ASP.NET Web Forms application.
You have the following requirements:
You need to design the application to meet the requirements. Which approach should you recommend?

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.)

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?

You are designing an ASP.NET MVC 2 Web application. The Web application will display information from remote third-party Windows Communication Foundation (WCF) services on each page.
You have the following requirements:
Retrieve information from the WCF services.
Specify a timeout period while retrieving information from third-party services.
Cache responses from the third-party services for retrieval by multiple users.
You need to recommend an approach for retrieving information from the WCF service.
What should you recommend?

You are designing a class library that will be used by all of your company's ASP.NET Web applications. A specific variable in a helper class within the library holds very sensitive information. You need to ensure that the variable is not visible to developers when they are debugging any of the Web applications.
Which two actions should you recommend (Each correct answer presents part of the solution. Choose two.)