PrepAway - Latest Free Exam Questions & Answers

Category: 70-486 (v.4)

Exam 70-486: Developing ASP.NET MVC 4 Web Applications (update July 13th, 2017)

You need to program the location for storing state info…

You are developing an ASP.NET MVC news aggregation application that will be deployed to servers on multiple
networks.
The application must be compatible with multiple browsers. A user can search the website for news articles.
You must track the page number that the user is viewing in search results.
You need to program the location for storing state information about the user’s search.
What should you do?

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

You are developing an ASP.NET MVC application in Visual Studio. The application supports multiple cultures.
The application contains three resource files in the Resources directory:
MyDictionary.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?

How should you implement model binding for the Reservat…

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.)
Select and Place:

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.)
Select and Place:


Page 11 of 15« First...910111213...Last »