PrepAway - Latest Free Exam Questions & Answers

Category: 70-487 (v.1)

Exam 70-487: Developing Windows Azure and Web Services (update August 15th, 2013)

You need to specify which properties of the FlightInfo class should be used at the partition androw keys to en

DRAG DROP
Historical flight information data will be stored in Windows Azure Table Storage using the FlightInfo class as the
table entity. There are millions of entries in the table. Queries for historical flight information specify a set of
airlines to search and whether the query should return only late flights. Results should be ordered byflight
name. You need to specify which properties of the FlightInfo class should be used at the partition androw keys
to ensure that query results are returned as quickly as possible. What should you do? (To answer, dragthe
appropriate properties to the correct location or locations in the answer area. Each property may be used once,
more than once, or not at all. You may need to dragthe split bar between panes or scroll to view content.)

Which configuration setting should you add to the web.config?

DRAG DROP
The service has been deployed to Windows Azure. Trey Research has provided version 1.3.0.0 of the
assembly to support a change in the serialization format. The service must remain available during the
transition to the new serialization format. You need to ensure that the service is using the new assembly. Which
configuration setting should you add to the web.config? (To answer, drag the appropriate configuration
elements to the correct location or locations in the answer area. Each configuration element may be used once,
more than once, or not at all. You may need to dragthe split bar between panes or scroll to view content.)

You need to parse flight information from Blue Yonder Airlines

DRAG DROP
You need to parse flight information from Blue Yonder Airlines. The content of the XML file is shown below.

Some airlines do not specify the timezone of the arrival time. If the timezone is not specified, then it should be
interpreted per the business requirements. You needto implement the LoadFlights() and Parse() methodsof
the BlueYonderLoader class. What should you do? (Toanswer, drag the appropriate code segments to the
correct location in the answer area. Each segment may be used once, more than once, or not at all. Youmay
need to drag the split bar between panes or scroll to view content.)

You need to modify the IShippingService interface and the ShippingInfo class to meet the technical requirement

DRAG DROP
You add a class named ShippingInfo. You need to modify the IShippingService interface and the ShippingInfo
class to meet the technical requirements. 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.)

You need to create the ShippingContext class in theShippingAddress.cs file to meet the requirements

DRAG DROP
You need to create the ShippingContext class in theShippingAddress.cs file to meet the requirements. 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.)

You need to complete the GetProcessedOrders() action in the ProcessedOrderController controller to meet the re

DRAG DROP
You need to complete the GetProcessedOrders() action in the ProcessedOrderController controller to meet the
requirements. What should you do? (To answer, drag the appropriate code segments to the correct location or
locations in the answer area. Each code segment maybe 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 modify the action to populatethe view with data

DRAG DROP
The GetQueueItems() action in the InboundQueueController controller is not populating the view with data. The
action must populate the view with data by calling the GetExternalOrders() method in the
ExternalQueueService service using the ChannelFactory class. You need to modify the action to populatethe
view with data. What should you do? (To answer, drag the appropriate code segments to the correct location or
locations in the answer area. Each code segment maybe 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 tomodify the GetExternalOrders() method to return the correct data

DRAG DROP
The GetExternalOrders() method must use members of the EntityClient namespace to query the database for
all records in the InboundQueue entity. You need tomodify the GetExternalOrders() method to return the
correct data. What should you do? (To answer, drag the appropriate code segments to the correct location or
locations in the answer area. Each code segment maybe 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 update the HTML for the customers table to contain data from the Web API application.Which script

You are developing an ASP.NET MVC web application that contains the following HTML.
<table id= “customer” ></table>
You also have an ASP.NET Web API application that contains a call for retrieving customers. You must send
and retrieve the data in the most compact format possible. You need to update the HTML for the customers
table to contain data from the Web API application.Which script segment should you use?


Page 3 of 712345...Last »