70-519 Exam Questions
229 real 70-519 exam questions with expert-verified answers and explanations. Page 3 of 5.
- Question #129
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 #130
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 #131
You have an existing ASP.NET Web Forms application All the Create, Read, Update, and Delete (CRUD) operations are implemented by using Windows Communication Foundation (WCF). The W...
- Question #132
You are designing a data validation strategy for an ASP.NET Web application. A page of the Web application includes multiple Panel controls. Each panel contains input controls, val...
- Question #133
You are designing an ASP.NET Web application that allows user input. You have the following requirements: - Use client-side state management. - Prevent users from accidentally modi...
- Question #134
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 tha...
- Question #135
You are designing an ASP.NET Web application. The Web application must allow users to authenticate by using LDAP on a Web form. You need to recommend an authentication model. What...
- Question #136
You define a testing strategy for an ASP.NET application by using code contracts. The testing strategy has the following requirements: - Verify the internal consistency of the appl...
- Question #138
You are designing a testing methodology for an ASP.NET MVC 2 Web application. You have the following application testing requirements: - Verify that security issues are identified...
- Question #139
You are designing an ASP.NET Web application that will be accessed only by a proprietary user agent. The user agent is unable to read the default HTML encoding produced by the Web...
- Question #141
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 #144
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 #145
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 pub...
- Question #146
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 #147
You are designing an ASP.NET Web application to manage and display sensitive information stored in a Microsoft SQL Server database. The database also provides authorization informa...
- Question #148
You develop a website. You are asked to add a new section named Marketing to the website. You have the following requirements: - The Marketing section must be accessible only on mo...
- Question #149
You are designing an ASP.NET Web application that allows users to type a value in a text box The application must function with JavaScript disabled. You need to design a method for...
- Question #151
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 #152
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 pag...
- Question #153
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 #154
You are designing an ASP.NET Web application for content management. You have the following requirements: - Support multiple languages. - Support dynamic changes to site content. -...
- Question #155
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...
- Question #157
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 #158
You have an ASP.NET Web Forms application for processing orders. Many users of the application submit their order forms multiple times due to incorrectly formatted credit card info...
- Question #159
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 appr...
- Question #160
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?
- Question #161
You are designing an ASP.NET Web application. You need to ensure that users can display the content of the application in a language that they select. Which two approaches should y...
- Question #162
You are designing an ASP.NET Web application. Some Web application users prefer to turn off cookie support in their browsers. You need to secure the Web application against session...
- Question #163
You deploy a medium-trust ASP.NET Web application to a Web server that runs IIS 7.0. The Web server hosts multiple Web sites. Web applications hosted on the Web server must not hav...
- Question #164
You are designing an ASP.NET Web application that will be accessed by local intranet users. The Web application will store temporary data files locally. The Web server is running I...
- Question #165
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 requi...
- Question #167
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 appr...
- Question #168
An ASP.NET Web application stores data in a Microsoft SQL Server database that runs on a separate server. The company requires all database access to be performed under the identit...
- Question #170
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 #171
You are designing an ASP.NET MVC 2 Web application. The Web application must meet the following requirements: - Validate all user input for a class named Customer. - Perform client...
- Question #173
You need to design session state management for the rewritten Web application. Which approach should you recommend?
- Question #174
You are designing the deployment process for a new ASP.NET Web application. You need to ensure that the application is protected from modification after deployment. Which approach...
- Question #175
You need to design a deployment solution for the rewritten Web application. Which approach should you recommend?
- Question #176
You are designing an ASP.NET MVC 2 Web application that requires each user to register a user name and password before accessing restricted content. You have the following requirem...
- Question #177
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 tha...
- Question #178
You develop a website. You are asked to add a new section named Marketing to the website. You have the following requirements: - The Marketing section must be accessible only on mo...
- Question #181
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 pag...
- Question #182
You are designing an ASP.NET Web application for content management. You have the following requirements: - Support multiple languages. - Support dynamic changes to site content. -...
- Question #183
You are designing an ASP.NET Web Forms application. The application supports thousands of concurrent users. A Web form in the application enables users to send personalized e-mail...
- Question #185
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 appli...
- Question #187
You are designing an ASP.NET MVC 2 Web application. A page of the Web application will display data retrieved from a Web service. The Web service performance is unpredictable. You...
- Question #189
During application testing, developers notice that the Temp Data property contents no longer persist between requests. You need to advise the developers of the requirements for ens...
- Question #190
You are evaluating an ASP.NET Web application that includes three methods: - Calculate() performs CPU-intensive calculations on the server. - GetData() retrieves data from a server...
- Question #191
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...
- Question #194
You design an ASP.NET web application. The application uses a master page and the jQuery library. The application has the following requirements: - The jQuery library must be allow...