Microsoft Developing Microsoft Azure and Web Services 70-487 Exam Questions

Page: 1 / 14
Total 203 questions
Question 1

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?



Answer : B

Package the component with the NuGet pack command.

References: https://docs.microsoft.com/en-us/nuget/guides/create-net-standard-packages-vs2015


Question 2

You have a Web.config file that contains the following markup.

You need to use an XSLT transformation to remove the add tag for Key3.

Which markup 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 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?



Answer : B

Use Azure Blob storage to store the telemetry data.

References: https://docs.microsoft.com/en-us/azure/event-hubs/event-hubs-capture-overview


Question 4

The GetExternalOrder() method in the ExternalQueueService service is throwing a runtime error. The method must query the database for a record that matches the orderNum parameter passed to the method.

You need to modify the queryString string to retrieve the record.

With which code segment should you replace line EQ64?



Answer : C


Question 5

The DeleteExternalOrder() method in the ExternalQueueService service is not throwing a FaultException exception as defined by the FaultContractAttribute attribute in the IExternatQueueService.cs file.

You need to throw the FaultException exception.

Which code segment can you insert at line EQ45 to achieve this goal? (Each correct answer presents a complete solution. Chose all that apply.)



Answer : C


Question 6

The GetExternalOrder() method in the ExternalQueueService service is throwing a runtime error. The method must query the database for a record that matches the orderNum parameter passed to the method.

You need to modify the queryString string to retrieve the record.

With which code segment should you replace line EQ64?



Answer : C


Question 7

You add a .NET application to a Docker container and deploy the container to Azure Service Fabric. You use a corporate base image that includes Microsoft SQL Server for storing data.

You deploy the application to development and staging environments. No issues are reported. You deploy the application to your production environment. Data is not persisted in the production environment.

You need to resolve the issue.

What should you do?



Page:    1 / 14   
Total 203 questions