70-519 Exam Questions
229 real 70-519 exam questions with expert-verified answers and explanations. Page 4 of 5.
- Question #195
You are designing an ASP.NET Web application. You have the following requirements: - Relational database tables must automatically map to to .NET classes. - The data access layer m...
- Question #196
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 f...
- Question #197
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 versi...
- Question #198
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...
- Question #199
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...
- Question #200
You are designing an ASP.NET Web application. A page of the Web application will use the ASP.NET Calendar server control. Users will select the type of calendar from a drop-down li...
- Question #201
You are designing an ASP.NET Web Forms application that uses a database containing user names and hashed passwords for authentication. The Web application includes a login form in...
- Question #202
You are designing an ASP.NET Web application for display on desktop computers and on mobile devices. You have the following requirements: - Present a full-featured interface to use...
- Question #204
You are designing an ASP.NET Web application that targets multiple browsers and form factors. Some devices do not support the markup produced by a third-party server control. You c...
- Question #205
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 appr...
- Question #206
You are designing an ASP.NET Web application. Pages of the Web application will share a common layout. Different business logic will be executed based on user input. You have the f...
- Question #208
You are designing an ASP.NET MVC 2 Web application that will contain reusable markup. The Web application must read data from the TempData dictionary. You need to recommend a solut...
- Question #209
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: - To r...
- Question #211
You are designing a solution for sharing information among employees located in a main office and several branch offices. The solution will consist of the following elements: - An...
- Question #212
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 publ...
- Question #215
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 authe...
- Question #216
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 limit...
- Question #217
You are designing a plan to scale an ASP.NET Web application to support up to 20,000 concurrent users. Application usage statistics indicate that many queries against the database...
- Question #221
You are adding functionality to an ASP.NET MVC 2 Web application. You have the following requirements when passing form data to the server: - Provide a simple way to map posted for...
- Question #224
You plan to upgrade a medium-trust Web application from ASP.NET 2.0 to ASP.NET 4. The Web application is hosted on a Web server that is running IIS 7.0. You have the following requ...
- Question #225
An ASP.NET Web application contains a class named Money. The Money class has properties named Value and Currency. The Locals window of the Microsoft Visual Studio 2010 IDE currentl...
- Question #226
You are designing a deployment process for a new ASP. NET Web application. The company requires the application to be compiled to a single DLL for deployment. You need to design a...
- Question #227
You are designing an ASP.NET Web application form that allows the user to submit queries to a Microsoft SQL Server database. You need to minimize the success of submitting corrupt...
- Question #228
You are designing an ASP.NET MVC 2 application. You need to centralize the logic for handling and logging unhandled exceptions. Which approach should you recommend?
- Question #229
You are designing an internal Web application. You have the following requirements: - Use an existing data layer built on the Entity Framework - Ensure that additional Entity Frame...
- Question #230
you are planning to migrate an ASP NET 3.5 Web application to ASP.NET 4. The following elements must be optimized for search engines - URLs within the Web application - HTML render...
- Question #232
You are designing a Windows Communication Foundation (WCF) service. The WCF service will support a common data access strategy for an ASP.NET 1.1 Web application and an ASP.NET 4 W...
- Question #235
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...
- Question #236
You are designing an exception-handling strategy for an ASP.NET Web Forms application. The Web application will use Windows authentication. The Web application must meet the follow...
- Question #237
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...
- Question #239
An ASP.NET Web application hosted on a remote server throws NullReferenceException exceptions that are not handled. The stack trace does not include line numbers. The Microsoft Vis...
- Question #241
You are supporting an ASP.NET Web application. The Web application occasionally shuts down unexpectedly in the production environment. You cannot reproduce the problem in your loca...
- Question #243
You are redesigning an existing three-tier ASP.NET Web application that is deployed to a Web server, an application server, and a database server that runs Microsoft SQL Server 200...
- Question #244
You are designing an ASP.NET MVC 2 Web application. When the Web application is accessed through the . . . /Products/Categories URL, it will display a list of products sorted by ca...
- Question #248
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 us...
- Question #249
You are designing an ASP.NET MVC 2 Web application. The view content will be composed of user controls. You have the following requirements: - Deliver content that is provided by u...
- Question #250
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...
- Question #251
You have an ASP.NET Web application. Several pages in the application must display localized content. Users report that the content is not localized on one of the pages. You need t...
- Question #252
You are planning a deployment process for a set of interrelated Web services. You need to ensure maximum availability of the Web services in the event of a hardware or software fai...
- Question #254
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 requi...
- Question #256
You are designing an ASP.NET Web application that has common navigation and layout elements on all pages. You have the following requirements: - Maintain common elements in a singl...
- Question #258
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...
- Question #261
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 pa...
- Question #262
You are designing an ASP.NET Web application that will support multiple display languages. You have the following requirements: - Change server control settings based on the select...
- Question #263
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 r...
- Question #264
You are modifying an ASP.NET Web application that uses session state. The Web application is deployed to a Web farm. You have the following requirements: - Provide a reliable failo...
- Question #265
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 informati...
- Question #266
You are designing a health monitoring strategy for an ASP.NET Web application. The Web application must raise failure events to correspond with key business process failures. You n...
- Question #267
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...
- Question #268
You are designing an ASP.NET Web application that will be developed by using Microsoft Visual Studio 2010. The application will interact with a Microsoft SQL Server database. The d...