Microsoft 70-486 Developing ASP.NET MVC 4 Web Applications Online Training
Microsoft 70-486 Online Training
The questions for 70-486 were last updated at Nov 21,2024.
- Exam Code: 70-486
- Exam Name: Developing ASP.NET MVC 4 Web Applications
- Certification Provider: Microsoft
- Latest update: Nov 21,2024
You are developing an ASP.NET MVC application.
The application provides a RESTful API for third-party applications. This API updates the information for a contact by embedding the information in the URL of an HTTP POST. You need to save the Contact type when third-party applications use the EditContact method.
Which code segment should you use? {Each correct answer presents a complete solution. Choose all that apply.)
- A . Option A
- B . Option B
- C . Option C
- D . Option D
HOTSPOT
HOTSPOT
You are optimizing an Internet-facing website for search engine optimization.
You are reading a Site Analysis Report from the SEO Toolkit. The report returns warnings that indicate the website HTML lacks key information necessary for search engine indexing.
You need to improve the optimization of the site.
What should you do? (To answer, select the appropriate option from the drop-down list in the answer area.)
You are designing a data-oriented application that features a variety of storage schemas. The application object model must be mapped to the various storage schemas.
You need to enable developers to manipulate the data.
Which ADO.NET data access strategy should you use? (Each correct answer presents a complete solution. Choose all that apply.)
- A . LINQ to SQL
- B . Entity Framework
- C . DataAdapter
- D . DataReader
You are developing an ASP.NET MVC application that provides instant messaging capabilities to customers.
You have the following requirements:
You need to design the application to meet the requirements.
What should you do?
- A . Configure polling from the browser.
- B . Implement long-running HTTP requests.
- C . Implement WebSockets protocol on the client and the server.
- D . Instantiate a MessageChannel object on the client.
You are developing an ASP.NET MVC application that uses forms authentication to verify that the user is logged in.
Authentication credentials must be encrypted and secure so no user identity is exposed.
You need to ensure that user credentials are persisted after users log on.
Where should you store the credentials? (Each correct answer presents a complete solution. Choose all that apply.)
- A . In Session on the server
- B . In a cookie stored in the browser
- C . In ViewData in the application
- D . In TempData on the server
You are developing an ASP.NET MVC application that uses forms authentication. The application uses SQL queries that display customer order data.
Logs show there have been several malicious attacks against the servers.
You need to prevent all SQL injection attacks from malicious users against the application.
How should you secure the queries?
- A . Check the input against patterns seen in the logs and other records.
- B . Escape single quotes and apostrophes on all string-based input parameters.
- C . Implement parameterization of all input strings.
- D . Filter out prohibited words in the input submitted by the users.
You are developing an ASP.NET MVC application that uses forms authentication against a third-party database.
You need to authenticate the users.
Which code segment should you use?
- A . Option A
- B . Option B
- C . Option C
- D . Option D
You are designing an enterprise-level Windows Communication Foundation (WCF) application. User accounts will migrate from the existing system. The new system must be able to scale to accommodate the increasing load.
You need to ensure that the application can handle large-scale role changes.
What should you use for authorization? (Each correct answer presents a complete solution. Choose all that apply.)
- A . Resource-based trusted subsystem model
- B . Identity-based approach
- C . Role-based approach
- D . Resource-based impersonation/delegation model