Microsoft 70-487 Actual Free Exam Questions & Community Discussion

  • Exam Code/Number: 70-487
  • Exam Name/Title: Developing Microsoft Azure and Web Services
  • Certification Provider: Microsoft
  • Corresponding Certification: Microsoft Visual Studio 2012
  • Exam Questions: 205
  • Updated On: Jun 02, 2026
You need to choose the appropriate data access technology for the children's book area of the web application.
Which data access technology should you choose?
Correct Answer: A Vote an answer
You are developing an ASP.NET Web API application that will be consumed by a web browser via a
composite application that is served from another web domain.
You need to configure the Web API.
What should you do? (To answer, drag the appropriate XML elements to the correct location or locations in
the answer area. Each XML element 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.)
Correct Answer:

Explanation
You develop an ASP.NET Core microservice on a Windows Docker image. The code for this resides in a
VSTS Git repository.
You create an Azure Service Fabric cluster connection. Your build engineer requires that all continuous
integration build definitions must be approved before release definitions are created.
You need to enable continuous integration for the microservice.
Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of
actions to answer area and arrange them in the correct order.
Correct Answer:

Explanation

Step 1: Enable the Continuous Integration trigger
To make sure that DevOps picks up new commits and builds them, go to the Triggers tab and enable the
Enable continuous integration checkbox.
Step 2: Create a build definition by using the Service Fabric Application template
Developers and testers can easily and quickly provision production-like dev and test environments based on
Docker by using templates from Azure.
Step 3: Add a task with the command "docker deploy" in the build definition
Thanks to the Microsoft VSTS Docker Deploy task shown in figure, you can now also deploy to DC/OS by
just using your familiar docker-compose.yml file because Microsoft will be performing that "translation" for
you (from your docker-compose.yml file to other formats needed by DC/OS).

References:
https://novacontext.com/containerized-docker-application-lifecycle-with-microsoft-platform-and-tools/
You are developing an ASP.NET Core web application by using an Entity Framework code-first approach.
The application uses a SQLite database.
You make changes to the classes in the model. You must apply the changes to the database.
You need to suggest an approach to reliably handle the Entity Framework migrations.
Which three actions should you perform? Each correct answer presents a part of the solution.
NOTE: Each correct selection is worth one point.
Correct Answer: B,C,D Vote an answer
Explanation: Only visible for EduDump members. You can sign-up / login (it's free).
You are developing a .NET application that uses the HttpClient type to access an ASP.NET Web API
application.
You need to add a header to ensure that data is returned as XML.
You have the following code:

Which segments should you include in Target 1 and Target 2 to complete the code? (To answer, drag the
appropriate code segments to the correct targets in the answer area. Each code 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.)
Correct Answer:

Explanation

References:
http://codecaster.nl/blog/2015/11/webclient-httpwebrequest-httpclient-perform-web-requests-net/#headers
You are developing a web application that uses the Entity Framework.
You plan to use the table-per-type mapping strategy to store the following data.

You need to implement a mapping strategy that will store the data.
How should you complete the code? To answer, drag the appropriate methods to the correct locations. Each
method 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.
Correct Answer:

Explanation

References:
https://msdn.microsoft.com/en-us/library/system.data.entity.dbcontext.onmodelcreating%28v=vs.113%29.aspx
https://msdn.microsoft.com/en-us/library/jj591617(v=vs.113).aspx#Model Used in Samples
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 deploy an ASP.NET Core web application to Azure App Services. You are using Azure Event Hubs to
collect the telemetry data for the application.
You need to configure Event Hubs to automatically deliver the telemetry data stream to a persistent data store.
Solution: Configure Azure Event Hubs Capture to deliver data to Azure SQL Database.
Does the solution meet the goal?
Correct Answer: B Vote an answer
Explanation: Only visible for EduDump members. You can sign-up / login (it's free).
You need to compile CarBusinesLogic.dll by using Microsoft Visual Studio.
Which attribute should you add before you compile the dynamic-link library (DLL)?
Correct Answer: A Vote an answer
Explanation: Only visible for EduDump members. You can sign-up / login (it's free).
You are adding a new REST service endpoint to the FlightDataController controller. It returns flights from the
consolidated data sources only for flights that are late.
You need to write a LINQ to Entities query to extract the required data.
Which code segment should you use?
Correct Answer: B Vote an answer
Explanation: Only visible for EduDump members. You can sign-up / login (it's free).
0
0
0
10