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:May 27, 2026
Rating
100%

Question 1

You need to parse flight information from Blue Yonder Airlines. The content of the XML file is shown below.

Some airlines do not specify the timezone of the arrival time. If the timezone is not specified, then it should be
interpreted per the business requirements.
You need to implement the LoadFlights() and Parse() methods of the BlueYonderLoader class.
What should you do? (To answer, drag the appropriate code segments to the correct location in the answer
area. Each segment 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.)

Question 2

You are developing an ASP.NET MVC application. The application is an order processing system that uses
the ADO.NET Entity Framework against a SQL Server database. It has a controller that loads a page that
displays all orders along with customer information. Lazy loading has been disabled.
The Order class is shown below.

You need to return the orders and customer information in a single round trip to the database.
Which code segment should you use?

Question 3

Note: This question is part of a series of questions that present the same scenario. Each question in the series
contains a unique solution that might meet the stated goals. Some question sets might have more than one
correct solution, while others might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions
will not appear in the review screen.
You have developed a .NET Standard Library.
You need to produce a NuGet package.
Solution: Run the msbuild command with the publish target specified.
Does the solution meet the goal?

Question 4

You deploy a RESTful ASP.NET Web API to manage order processing.
You are developing an Azure App Services Web App to consume the API and allow customers to order
products. You use the HttpClient object to process order entries. The API throws SocketException errors when
the Web App experiences a high volume of concurrent users.
You need to resolve the errors.
What should you do?

Question 5

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?

Add Comments

Your email address will not be published. Required fields are marked *

insert code
Type the characters from the picture.