070-487 無料問題集「Microsoft Developing Microsoft Azure and Web Services」
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?
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?
正解:A
解答を投票する
解説: (JPNTest メンバーにのみ表示されます)
You are deploying an Internet of Things (IoT) environment. You plan to collect data from various sources on
irregular intervals.
You need to implement a solution that meets the requirements of the following groups of users:

What should you implement? To answer, drag the appropriate products to the correct groups. Each product
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.
NOTE: Each correct selection is worth one point.

irregular intervals.
You need to implement a solution that meets the requirements of the following groups of users:

What should you implement? To answer, drag the appropriate products to the correct groups. Each product
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.
NOTE: Each correct selection is worth one point.

正解:

Explanation

References:
https://docs.microsoft.com/en-us/azure/machine-learning/studio/what-is-ml-studio
https://docs.microsoft.com/en-us/azure/iot-hub/
https://docs.microsoft.com/en-us/azure/stream-analytics/stream-analytics-introduction
The GetExternalOrders() method must use members of the EntityClient namespace to query the database for
all records in the InboundQueue entity.
You need to modify the GetExternalOrders() method to return the correct data.
What should you do? (To answer, drag the appropriate code segments to the correct location or locations 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.)

all records in the InboundQueue entity.
You need to modify the GetExternalOrders() method to return the correct data.
What should you do? (To answer, drag the appropriate code segments to the correct location or locations 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.)

正解:

Explanation

You have a web server that hosts several web applications.
From Microsoft Visual Studio, you create an assembly that is signed.
You need to make the assembly available to all of the web applications on the web server. The solution must
minimize the number of copies of the assembly.
Which tool should you run?
From Microsoft Visual Studio, you create an assembly that is signed.
You need to make the assembly available to all of the web applications on the web server. The solution must
minimize the number of copies of the assembly.
Which tool should you run?
正解:D
解答を投票する
解説: (JPNTest メンバーにのみ表示されます)
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 dotnet pack command
Does the solution meet the goal?
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 dotnet pack command
Does the solution meet the goal?
正解:B
解答を投票する
解説: (JPNTest メンバーにのみ表示されます)
You are developing a self-hosted WCF service that returns stock market information.
The service must be discoverable by any client application.
You need to build the service host.
How should you build the host? (To answer, drag the appropriate code segments to the correct location or
locations 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.)

The service must be discoverable by any client application.
You need to build the service host.
How should you build the host? (To answer, drag the appropriate code segments to the correct location or
locations 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.)

正解:

Explanation

You are developing an ASP.NET MVC application. The application has a page that searches for and displays
an image stored in a database. Members of the EntityClient namespace are used to access an ADO.NET Entity
Framework data model. Images and associated metadata are stored in a database table.
You need to run a query that returns only the image while minimizing the amount of data that is transmitted.
Which method of the EntityCommand type should you use?
an image stored in a database. Members of the EntityClient namespace are used to access an ADO.NET Entity
Framework data model. Images and associated metadata are stored in a database table.
You need to run a query that returns only the image while minimizing the amount of data that is transmitted.
Which method of the EntityCommand type should you use?
正解:C
解答を投票する
解説: (JPNTest メンバーにのみ表示されます)
You are supporting a WCF data contract that returns a price calculation that can be expanded to add new data
members.
Clients using the old version of the data contract must be supported.
You need to define the data contract so that the data serializer can put unknown data members into a property
bag.
You have the following code:

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

members.
Clients using the old version of the data contract must be supported.
You need to define the data contract so that the data serializer can put unknown data members into a property
bag.
You have the following code:

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

正解:

Explanation

You are developing a WCF service.
You need to implement transport security by using NTLM authentication and NetTcpBindings.
Which configuration values should you use? (To answer, drag the appropriate configuration values to the
correct location or locations in the answer area. Each configuration value 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.)

You need to implement transport security by using NTLM authentication and NetTcpBindings.
Which configuration values should you use? (To answer, drag the appropriate configuration values to the
correct location or locations in the answer area. Each configuration value 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.)

正解:

Explanation

You develop a Universal Windows Platform (UWP) application for Windows 10 Internet of Things (IoT)
Core.
The application uses Entity Framework Core and a SQLite database to store data.
You use the SQLite EF Core database provider to migrate data from an on-premises database to SQLite. The
migration process throws an exception.
You need to resolve the exception.
What are two possible ways to achieve this goal? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.
Core.
The application uses Entity Framework Core and a SQLite database to store data.
You use the SQLite EF Core database provider to migrate data from an on-premises database to SQLite. The
migration process throws an exception.
You need to resolve the exception.
What are two possible ways to achieve this goal? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.
正解:C、D
解答を投票する
解説: (JPNTest メンバーにのみ表示されます)
You are developing an ASP.NET MVC application named ContosoWebApp. You are ready to deploy the
application to your production web server.
You need to import the publishing profile.
Which menu item should you use? (To answer, select the appropriate menu item in the answer area).

application to your production web server.
You need to import the publishing profile.
Which menu item should you use? (To answer, select the appropriate menu item in the answer area).

正解:

Explanation

