Online Access Free 070-487 Practice Test
Exam Code: | 070-487 |
Exam Name: | Developing Microsoft Azure and Web Services |
Certification Provider: | Microsoft |
Free Question Number: | 205 |
Posted: | Aug 30, 2025 |
You need to modify the ExecuteCommandProcedure() method to meet the technical requirements.
Which code segment should you use?
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 use?
The GetVendors() action in the ProcessedOrderController controller is querying the database each time it is
run. The GetVendors() action must query the database only if the cache is null.
You need to add code to the action at line PC33 to cache the data.
Which code segment can you use? (Each correct answer presents a complete solution. Choose all that apply.)
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 by flight name.
You need to specify which properties of the FlightInfo class should be used at the partition and row 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.)
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 code segments 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.)