Which code segment should you use?
You are developing an ASP.NET MVC web application for viewing a list of contacts. The application is
designed for devices that support changes in orientation, such as tablets and smartphones. The
application displays a grid of contact tiles in portrait mode.
When the orientation changes to landscape, each tile in the grid expands to include each contact’s
details. The HTML that creates the tiled interface resembles the following markup.
The CSS used to style the tiles in landscape mode is as follows.
If this CSS is omitted, the existing CSS displays the tiles in portrait mode.
You need to update the landscape‐mode CSS to apply only to screens with a width greater than or
equal to 500 pixels.
Which code segment should you use?
Which authentication method should you implement?
You are developing an ASP.NET MVC application.
You need to authenticate clients by using NT LAN Manager (NTLM).
Which authentication method should you implement?
How should you build the view?
DRAG DROP
You are developing an ASP.NET MVC application in Visual Studio 2012. The application contains
sensitive bank account data.
The application contains a helper class named SensitiveData.Helpers.CustomEncryptor.
The application must not display AccountNumber in clear text in any URL.
You need to build the view for the GetAccounts action.
How should you build the view? (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.)
You need to disable request validation
You are developing an ASP.NET MVC application.
The application must allow users to enter JavaScript in a feedback text box only.
You need to disable request validation.
What should you do?
Which command‐line tool should you use?
You are developing an ASP.NET MVC application that will be deployed on a web farm.
Passwords must be stored in the web.config file and must not be readable or in a format that is
easily decodable
You need to encrypt the passwords that are stored in the web.config file.
Which command‐line tool should you use?
How should you build the class constructor?
HOTSPOT
You are developing an ASP.NET MVC application that authenticates a user by using claims‐based
authentication.
The application must:
Use Windows Identity Foundation 4.5.
Support the Windows Azure Access Control Service.
You need to implement authentication.
How should you build the class constructor? (To answer, select the appropriate option from the
drop‐down list in the answer area.)
How should you configure the membership provider?
Which server‐side state management option should you use?
You are designing a distributed application.
The application must store a small amount of insecure global information that does not change
frequently.
You need to configure the application to meet the requirements.
Which server‐side state management option should you use? (Each correct answer presents a
complete solution. Choose all that apply.)
What should you implement?
You are developing an ASP.NET MVC application. The application is deployed in a web farm and is
accessed by many users.
The application must handle web server failures gracefully. The servers in the farm must share the
short‐term state information.
You need to persist the application state during the session.
What should you implement?
Where should you persist state information?
You are developing an ASP.NET MVC application that will be deployed to servers on multiple
networks.
The application must be compatible with multiple browsers. You must track the page number that
the user is viewing in search results.
You need to program the location for storing state information.
Where should you persist state information?