Thursday, July 18, 2013
0 comments

MCPD- Exam 70-519: Pro: Designing and Developing Web Applications Using Microsoft .NET Framework 4

11:59 AM

  • "URLs within the Wb application.
  • "HTML rendered by the Web application.
You need to design a solution for loading data dynamically into a Data List by using the current URL. Which approach should you recommend?
  1. Use Web forms routing and set the Repeat Layout Property to Table on all list controls.
  2. Use Web Forms routing and set the Render Outer table property to false on all Form View controls.
  3. Use permanent redirect and set the Repeat Layout property to Table on all list controls.
  4. Use permanent redirect and set the Render Outer table property to false on all Form View controls.
Answer: Answer is b

  1. Use try and catch on every method.
  2. Override the One Exception method of each controller.
  3. Decorate all controllers with a custom Handle Error attribute.
  4. Decorate all controllers with the default Handle Error attribute.
Answer: Answer is c

  1. Use the Application_Error method in the Global.asax.cs file.
  2. Use the subclasses of System.Web.UL.Page_Error methods.
  3. Use the Page_Error method in each of the master pages.
  4. Use the Page_Error method in each of the publicly accessible pages and administrative pages.
Answer: Answer is b

  1. Make the variable private.
  2. Make the variable protected.
  3. Use the Debugger Display attribute
  4. Use the Debugger Browsable attribute
Answer: Answer is a, d


  1. Use the Page_lnit method to add to the Menu control only pages that the user is authorized to view.
  2. Use the Page_Load method to add to the Menu control only pages that the user is authorized to view.
  3. Use a JavaScript window.onload event handler to hide the private pages from the list of pages shown on the menu.
  4. Use a JavaScript document ready event handler to hide the private pages from the list of pages shown on the menu.
Answer: Answer is b


  1. Use a separate process from the On Click method of the form.
  2. Use a Background Worker class from the On Click method of the form.
  3. Use the classes in the System.Web.Mail namespace from the On Click method of the form.
  4. Use the classes in the System.Net.Mail namespace from the On Click method of the form.
Answer: Answer is a


  1. Perform server-side image processing on the Web server
  2. Perform server-side image processing on a dedicated server.
  3. Perform client-side image processing by using ASP.NET AJAX.
  4. Perform client-side image processing by using Microsoft Silver light.
Answer: Answer is b, d


  1. Use distributed caching and out-of-process session state.
  2. Use distributed caching and in-process session state.
  3. Use output caching and out-of-process session state.
  4. Use output caching and in-process session state.
Answer: Answer is a


  1. Deploy the rewritten Web application to the same file path on each server in the Web farm.
  2. Compile the rewritten Web application and deploy the compiled library to the global assembly cache.
  3. Add the rewritten Web application to an application pool that contains only ASP.NET?4 Web applications.
  4. Add the rewritten Web application to the same application pool as Web applications written in ASP.NET 2.0, ASP.NET 3.0, and ASP NET 3.5.
Answer: Answer is c


  • "Separate authorization logic from the application.
  • "Prevent the application from directly accessing the database server.
You need to design a data access and authorization solution. Which approach should you recommend?
  1. Use a WCF service.
  2. Use a separate library.
  3. Use SQL XML Services
  4. Use stored procedures.
Answer: Answer is a



  • "An ASP.NET Web application that accesses and manipulates large amounts of data
  • 'Web services used by the Web application for data access
  • "A Microsoft SQL Server database Data displayed to users is never more than one day old.
You need to plan a deployment strategy that minimizes bandwidth requirements. Which deployment strategy should you recommend?
  1. Deploy the Web application, Web services, and database to the main office, and use browser caching.
  2. Deploy the Web application, Web services, and database to each branch office, and use SQL Server Replication.
  3. Deploy the Web services and database to the main office deploy the Web application to each branch office, and use output caching.
  4. Deploy the database to the main office.
    Deploy the Web application and Web services to each branch office, and use caching at the Web service level.
Answer: Answer is d


  • "Perform rapid development.
  • "Maintain cross-browser compatibility.
  • "Do not require client-side installations.
You need to recommend a client-side technology that meets the requirements. Which two technologies could you recommend? (Each correct answer presents a complete solution. Choose two.)
  1. jQuery
  2. ASP.NET AJAX
  3. Microsoft Silverlight
  4. Microsoft Visual Basic Scripting Edition (VBScript)
Answer: Answer is a, b


  1. Use Page Methods.
  2. Use an Update Panel control.
  3. Use an Update Progress control.
  4. Configure the server-side method to return a JsonResult.
Answer: Answer is a


  • "The application must be usable in partially connected scenarios.
  • "Data that is entered into the application offline must be synchronized with the server the next time the application is online.
You need to design the application to meet the requirements. What should you use?
  1. jQuery
  2. ASP.NET AJAX
  3. WCF Data Services
  4. Microsoft Silvertight
Answer: Answer is d



  1. Create a jQuery library plug-in.
  2. Create an HtmlHelper extension method.
  3. Create a controller that returns an Action Result.
  4. Create a Web Form server control that stores values in View State.
Answer: Answer is b

0 comments:

 
Toggle Footer