PrepAway - Latest Free Exam Questions & Answers

Category: Uncategorized

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?

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.)

What should you use for authorization?

You are designing an enterprise‐level Windows Communication Foundation (WCF) application. User
accounts will migrate from the existing system. The new system must be able to scale to
accommodate the increasing load.
You need to ensure that the application can handle large‐scale role changes.
What should you use for authorization? (Each correct answer presents a complete solution. Choose
all that apply.)

Which code segments should you include in Target 1, Target 2 and Target 3…?

DRAG DROP
You are developing an ASP.NET MVC application in Visual Studio 2012. The application will be
viewed with browsers on desktop devices and mobile devices. The application uses the Razor View
Engine to display data.
The application contains two layouts located in the /Views/Shared directory.
These layouts are named:
_Layout.cshmtl
_MobleLayoutcshtml
The application must detect if the user is browsing from a mobile device. If the user is browsing from
a mobile device, the application must use the _MobileLayout.cshtml file. If the user is browsing from
a desktop device, the application must use .Layout, cs html.
You need to ensure that the application renders the layout that is appropriate for the browser.
You have the following code:

Which code segments should you include in Target 1, Target 2 and Target 3 to complete the code of
the ViewStart.cshtml file? (To answer, drag the appropriate code segments to the correct targets.
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 use the least amount of development effort to enable users to log on

You are developing an ASP.NET MVC application to be used on the Internet. The environment uses
Active Directory with delegation to access secure resources.
Users must be able to log on to the application to maintain their personal preferences.
You need to use the least amount of development effort to enable users to log on.
What should you do?

Which markup segments should you include in Target 1, Target 2 and Target 3 to complete the markup?

DRAG DROP
You are building an ASP.NET MVC web application.
The application will be viewed by users on their mobile phones.
You need to ensure that the page fits within the horizontal width of the device screens.
You have the following markup:

Which markup segments should you include in Target 1, Target 2 and Target 3 to complete the
markup? (To answer, drag the appropriate markup segments to the correct targets. 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.)



Which styles should you include in Target 1 and Target 2 to complete the markup?

DRAG DROP
You are developing an ASP.NET MVC web application that requires HTML elements to take on new
behaviors. These should be implemented with a behavior script in a page that is only for Microsoft
Internet Explorer users.
The colorchange.js script uses the Microsoft CSS vendor‐specific Behavior extension. You need to
apply the script with CSS.
You need to use the script to change the color of text.
You have the following markup:

Which styles should you include in Target 1 and Target 2 to complete the markup? (To answer, drag
the appropriate styles to the correct targets. Each style 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.)



Page 192 of 197« First...102030...190191192193194...Last »