70-487 Developing Windows Azure and Web Services

Loading demo links...

Showing 13–15 of 15 questions

Question 13 (Mixed Questions)

You are developing a Windows Communication Foundation (WCF) service for a company. The service will be used for bidirectional communications between the company’s physical offices.

You plan to implement Azure Service Bus.

You need to configure the WCF service.

Which type of binding should you use?

Select an option, then click Submit answer.

  • BasicHttpBinding

  • NetTcpRelayBinding

  • NetTcpBinding

  • NetEventRelayBinding

Question 14 (Mixed Questions)

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 pack target specified.

Does the solution meet the goal?

Select an option, then click Submit answer.

  • Yes

  • No

Question 15 (Mixed Questions)

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 a web application in a Docker container image. You set the tag for the image as myApp. You plan to deploy the application to Azure Container Services.

You run the following commands. All commands complete successfully.

You need to ensure that the image can be run on an Azure Container Service cluster.

Solution: You run the following commands:

Does the solution meet the goal?

Select an option, then click Submit answer.

  • Yes

  • No