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

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? (Each correct answer
presents part of the solution. Choose all that apply.)

Which code segment should you useas the body of the StreamHistoricalFlights() method in the HistoricalDataLoad

Transformed historical flight information provided by the RemoteDataStream() method must be written tothe
response stream as a series of XML elements named Flight within a root element named Flights. Each Flight
element has a child element named FlightName that contains the flight name that starts with the two-letter
airline prefix. You need to implement the StreamHistoricalFlights() method so that it minimizes the amount of
memory allocated. Which code segment should you useas the body of the StreamHistoricalFlights() method in
the HistoricalDataLoader.cs file?

which codesegment should you replace the body of the SaveChanges() method in the FlightInfoContext.cs file?

Errors occasionally occur when saving data using the FlightlnfoContext ADO.NET Entity Framework context.
Updates to the data are being lost when an error occurs. You need to ensure that data is still saved when an
error occurs by retrying the operation. No more than five retries should be performed. With which codesegment
should you replace the body of the SaveChanges() method in the FlightInfoContext.cs file?

Which code segments can you insert at line EQ45 to achieve this goal?

The DeleteExternalOrder() method in the ExternalQueueService service is not throwing a FaultException
exception as defined by the FaultContractAttribute attribute in the IExternalQueueService.cs file. Youneed to
throw the FaultException exception. Which code segments can you insert at line EQ45 to achieve this goal?
(Each correct answer presents a complete solution. Chose all that apply)


Page 6 of 7« First...34567