PrepAway - Latest Free Exam Questions & Answers

Category: 70-486 (v.2)

Exam 70-486: Developing ASP.NET MVC 4 Web Applications (update December 26st, 2014)

Which code segment should you use?

You are developing an ASP.NET MVC application that uses forms authentication. The user
database contains a user named LibraryAdmin. You have the following requirements:
• You must allow all users to access the GetBook method.
• You must restrict access to the EditBook method to the user named LibraryAdmin.
You need to implement the controller to meet the requirements. Which code segment should
you use? (Each correct answer presents a complete solution. Choose all that apply.)

How should you implement the route handler?

DRAG DROP
You are developing an ASP.NET MVC application that takes customer orders. Orders are
restricted to customers with IP addresses based in the United States. You need to
implement a custom route handler. How should you implement the route handler? (To
answer, drag the appropriate line of code to the correct location or locations. Each line of
code may be used once, more than once, or not at all. You may need to drag the split bar
between panes or scroll to view content.)

You need to design the interface to make the content of the web page viewable in all types of browsers, includ

You are designing an HTML5 website. You need to design the interface to make the content
of the web page viewable in all types of browsers, including voice recognition software,
screen readers, and reading pens. What should you do? (Each correct answer presents a
complete solution. Choose all that apply.)

How should you implement model binding for the ReservationLocation type?

DRAG DROP
You are developing an ASP.NET MVC web application in Visual Studio 2012. The
application has a model named ReservationLocation that contains properties named City
and State. The view that displays reservations has a single text box named loc for entering
the location information. The location is entered as city, state. There are action methods that
have ReservationLocation as a parameter type. You need to ensure that the City and State
properties are correctly populated. How should you implement model binding for the
ReservationLocation type? (To answer, drag the appropriate code segment to the correct
location or locations. Each code segment may be used once, more than once, or not at all.
You may need to drag the split bar between panes or scroll to view content.)

Which code segment should you add to the action at line 03?

You are developing an ASP.NET MVC application in Visual Studio 2012. The application
supports multiple cultures. The application contains three resource files in the Resources
directory:
• My Dictionary.resx
• MyDictionary.es.resx
• MyDictionary.fr.resx
Each file contains a public resource named Title with localized translation. The application is
configured to set the culture based on the client browser settings. The application contains a
controller with the action defined in the following code segment. (Line numbers are included
for reference only.)

You need to set ViewBag.Title to the localized title contained in the resource files. Which
code segment should you add to the action at line 03?


Page 1 of 712345...Last »