Where should you store the credentials?
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.)
You need to design the application to meet the requirements
You are developing an ASP.NET MVC application that provides instant messaging capabilities to customers.
You have the following requirements:
Messages must be able to be sent and received simultaneously.
Latency and unnecessary header data must be eliminated.
The application must comply with HTML5 standards.You need to design the application to meet the requirements.
What should you do?
Which ADO.NET data access strategy should you use?
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.)
You need to improve the optimization of the site
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.)
Hot Area:
You need to enable users to select multiple orders and …
DRAG DROP
You are developing an ASP.NET MVC application. The application has a view that displays a list of orders in a
multi-select list box.
You need to enable users to select multiple orders and submit them for processing.
What should you do? (To answer, drag the appropriate words to the correct targets. Each word 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:
Which code segment should you use?
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.)
Which command-line tool should you use?
You are preparing for the deployment of an ASP.NET MVC application. You need to generate a deployment
manifest.
Which command-line tool should you use?
Which tool should you use?
You are developing an application that supports multiple cultures.
The application must store localized content in satellite assemblies.
You need to build the satellite assemblies.
Which tool should you use?
Which data store should you use?
You are designing a distributed banking application that handles multiple customers. A user may log on to the
site to perform activities such as checking balances, performing transactions, and other activities that must be
done securely.
The application must store secure information that is specific to an individual user. The data must be
automatically and securely purged when the user logs off.
You need to save transient information in a secure data store.
Which data store should you use?
Which code segment should you use?
You are developing an ASP.NET MVC web application for viewing a photo album. The application is designed
for devices that support changes in orientation, such as tablets and smartphones. The application displays a
grid of photos in portrait mode.
When the orientation changes to landscape, each tile in the grid expands to include a description. The HTML
that creates the gallery interface resembles the following markup.If this CSS is omitted, the existing CSS displays the tiles in landscape mode.
You need to update the portrait mode CSS to apply only to screens with a width less than 500 pixels.
Which code segment should you use?