問題1
You need to design a deployment solution for the rewritten Web application. Which approach should you recommend?
You need to design a deployment solution for the rewritten Web application. Which approach should you recommend?
正確答案: D
問題2
You use Microsoft Visual Studio 2010 and Microsoft .NET Framework 4 to create an application. The application uses the ADO.NET Entity Framework to model entities. The application allows users to make changes while disconnected from the data store. Changes are submitted to the data store by using the SubmitChanges method of the DataContext object. You receive an exception when you call the SubmitChanges method to submit entities that a user has changed in offline mode. You need to ensure that entities changed in offline mode can be successfully updated in the data store. What should you do?
You use Microsoft Visual Studio 2010 and Microsoft .NET Framework 4 to create an application. The application uses the ADO.NET Entity Framework to model entities. The application allows users to make changes while disconnected from the data store. Changes are submitted to the data store by using the SubmitChanges method of the DataContext object. You receive an exception when you call the SubmitChanges method to submit entities that a user has changed in offline mode. You need to ensure that entities changed in offline mode can be successfully updated in the data store. What should you do?
正確答案: C
問題3
You are designing an ASP.NET Web Forms application.
You have the following requirements:
*Make use of exclusive features in a newly released Web browser.
*Do not change existing code files.
You need to design the application to meet the requirements.
Which approach should you recommend?
You are designing an ASP.NET Web Forms application.
You have the following requirements:
*Make use of exclusive features in a newly released Web browser.
*Do not change existing code files.
You need to design the application to meet the requirements.
Which approach should you recommend?
正確答案: A
問題4
You are designing an ASP.NET 4 Web application that will integrate third-party components.
You need to minimize the security risks of using these components.
Which approach should you recommend?
You are designing an ASP.NET 4 Web application that will integrate third-party components.
You need to minimize the security risks of using these components.
Which approach should you recommend?
正確答案: A
問題5
You use Microsoft Visual Studio 2010 and Microsoft .NET Framework 4 to create an application. The application connects to a Microsoft SQL Server database. The application stores encrypted credit card numbers in the database. You need to ensure that credit card numbers can be extracted from the database. Which cryptography provider should you use?
You use Microsoft Visual Studio 2010 and Microsoft .NET Framework 4 to create an application. The application connects to a Microsoft SQL Server database. The application stores encrypted credit card numbers in the database. You need to ensure that credit card numbers can be extracted from the database. Which cryptography provider should you use?
正確答案: D
問題6
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.)
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.)
正確答案: C,D