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?
How should you implement the ExecuteResult method?
HOTSPOT
You are developing an ASP.NET MVC web application that enables users to open Microsoft Excel files. The
current implementation of the ExcelResult class is as follows.
You need to enable users to open Excel files. How should you implement the ExecuteResult method? (To
answer, select the appropriate options in the answer area.)
You need to design the interface such that the content is viewablein all types of browsers, including screen r
You are designing an HTML5 website. You need to design the interface such that the content is viewablein all
types of browsers, including screen readers, What should you do? (Each correct answer presents a complete
solution. Choose all that apply.)
W hich 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:
ProductDictionary.resx
ProductDictionary.es.resx
ProductDictionary.fr.resx
Each file contains a public resource named Currencywith the localized currency symbol. 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. (Linenumbers are included for reference only.)
You need to set ViewBag.LocalizedCurrency to the localized currency contained in the resource files. W hich
code segment should you add to the action at line 03?
Which authentication method should you implement?
You are developing an ASP.NET MVC application. You need to authenticate clients by using an ASP.NET
membership database. Which authentication method should you implement?
How should you build the class constructor?
DRAG DROP
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, drag the
appropriate code segment to the correct location orlocations in the answer area. 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.)