Flight information data provided by Margie’s Travel is updated both locally and remotely. When the data is synced, all changes need to be merged together without causing any data loss or corruption. You need to implement the Sync() method in…

You need to deploy the application to the Windows Azure production environment to meet the business requirements. What should you do? (To answer, select the appropriate button in the answer area.) Hot Area:

You need to configure the Windows Azure service definition to enable Consolidated Messenger to upload files. What should you do? (To answer, drag the appropriate configuration items to the correct location or locations. Each configuration item may be used once,…

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…

You need to load flight information provided by Consolidated Messenger. What should you use? A. Office Open XML B. COM interop C. OleDbConnection and OleDbDataReader D. EntityConnection and EntityDataReader

You are adding a new REST service endpoint to the FlightDataController controller that returns the total number of seats for each airline. You need to write a LINQ to Entities query to extract the required data. Which code segment should…

You need to load flight information provided by Consolidated Messenger. Which should you use? A. SQL Server Data Transformation Services (DTS) B. EntityTransaction and EntityCommand C. Office Open XML D. OleDbConnection and OleDbDataReader

Data provided by Consolidated Messenger is cached in the HttpContext.Cache object. You need to ensure that the cache is correctly updated when new data arrives. What should you do? A. Ensure that the EffectivePrivateBytesLimit value is greater than the size…