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 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 modify the class to implement the required callback behavior

DRAG DROP
The UploadOrder() method in the UploadCallbackService service is not implementing the callback behavior
defined in the IUploadCallBackService interface. You need to modify the class to implement the required
callback behavior. What should you do? (To answer, drag the appropriate code segments to the correct
location or locations in the answer area. Each codesegments may be used once, more than once, or not at all.
You may need to drag the split bar between panes orscroll to view content.)

How should you build the method?

DRAG DROP
The GetVendorPolicy() private method in the ProcessedOrderController controller is returning a
CacheItemPolicy object with default values. The returned policy must expire if the external file located at
C:\Triggers\VendorTrigger.txt has been modified or the timeout outlined in the technical requirements is
reached. You need to return the policy. How should you build the method? (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 dragthe split bar between panes or scroll to view content.)

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 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 »