PrepAway - Latest Free Exam Questions & Answers

Author: seenagape

You need to ensure that the new version of the library will be used by all applications as soon as possible

You are developing a library to support multiple ASP.NET MVC web applications on a
shared server. The library provides implementations of security algorithms.
If a problem with any of the security algorithms is discovered, a new version of the library
must be created and deployed. Application downtime during the update must be minimized.
You need to ensure that the new version of the library will be used by all applications as
soon as possible.
What should you do?

Which markup segments should you include in Target 1, Target 2, Target 3, Target 4, Target 5, Target 6 and Tar

HOTSPOT
You are developing a WCF service.
The service must be interoperable with ASP.NET Web service clients. In addition, it must
have a time-out of three minutes.
You need to configure the service to meet the requirements.
You have the following markup:

Which markup segments should you include in Target 1, Target 2, Target 3, Target 4, Target
5, Target 6 and Target 7 to complete the markup? (To answer, select the appropriate
markup segment from each drop-down list in the answer area.)

Which five actions should you perform in sequence?

DRAG DROP
You are developing an ASP.NET MVC application that allows users to log on by using a
third-party authenticator.
You need to configure Microsoft Azure Access Control Services and the application.
Which five actions should you perform in sequence? (To answer, move the appropriate
actions from the list of actions to the answer area and arrange them in the correct order.)

You need to store state and configure the application

DRAG DROP
You are developing an ASP.NET MVC application in a web farm. The application has a page
that uploads a customer’s photo, resizes it, and then redirects the browser to a page where
the new image is displayed along with the final dimensions.
The final dimensions should be available only to the page where the new image is displayed.
You need to store state and configure the application.
What should you do? (To answer, drag the appropriate item to the correct location. Each
item 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 ensure that domain controllers in the spoke sites can replicate with domain controllers in only th

Your network consists of one Active Directory domain. The functional level of the forest is Windows
Server 2003. All domain controllers run Windows Server 2003. The relevant portion of the network is
configured as shown in the exhibit. (Click the Exhibit button.)

The Bridge all site links option is enabled.
You need to ensure that domain controllers in the spoke sites can replicate with domain controllers
in only the hub sites. The solution must ensure that domain controllers can replicate if a server fails
in one of the hub sites.
What should you do?

You need to return an anonymous object that is serialized to JSON

DRAG DROP
You are developing an ASP.NET Web API action method.
The action method must return the following JSON in the message body.
{ ” Name “:” Fabrikam”, “Vendor Id”: 9823, “Items”: [“Apples”, “Oranges”] }
You need to return an anonymous object that is serialized to JSON.
What should you do? (To answer, drag the appropriate code segments to the correct
location or locations 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.