PrepAway - Latest Free Exam Questions & Answers

Author: seenagape

Which Visual Studio 2012 menu item should you choose?

HOTSPOT
You are supporting an application that uses the ADO.NET Entity Framework to query and access data. The
latest version of Entity Framework contains bug fixes that will improve performance. You need to update Entity
Framework. Which Visual Studio 2012 menu item should you choose? (To answer, select the appropriate
menu item in the answer area.)

Which code segment should you use as the body of the SaveChanges() method in the FlightInfoContext.es file?

Errors occasionally occur when saving data using the FlightInfoContext 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. Which code segment
should you use as the body of the SaveChanges() method in the FlightInfoContext.es file?

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