070-487日本語 無料問題集「Microsoft Developing Microsoft Azure and Web Services (070-487日本語版)」
Azure App Serviceに展開されているASP.NET Core Eコマースアプリケーションを管理します。 テレメトリデータを収集するためにApplication Insightsを使用する予定です。
用途の利用パターンを説明した報告書を作成する必要があります。 レポートには以下の情報を含める必要があります。
* ユーザーがアプリケーションにアクセスする国または地域
* ユーザーがカタログを閲覧する頻度と期間
* カナダの顧客がオファーページにアクセスした回数
* Premiumのお客様がサポートページに費やす時間
* ショッピングカートに商品を追加して購入を完了したユーザーの割合必要なデータを収集する必要があります。
どのツールを使うべきですか? 回答するには、適切なツールを正しい要件にドラッグします。 各ツールは1回、複数回、またはまったく使用することができます。 コンテンツを表示するには、ペイン間の分割バーをドラッグするか、スクロールする必要があります。
注:それぞれ正しい選択は1ポイントの価値があります。

用途の利用パターンを説明した報告書を作成する必要があります。 レポートには以下の情報を含める必要があります。
* ユーザーがアプリケーションにアクセスする国または地域
* ユーザーがカタログを閲覧する頻度と期間
* カナダの顧客がオファーページにアクセスした回数
* Premiumのお客様がサポートページに費やす時間
* ショッピングカートに商品を追加して購入を完了したユーザーの割合必要なデータを収集する必要があります。
どのツールを使うべきですか? 回答するには、適切なツールを正しい要件にドラッグします。 各ツールは1回、複数回、またはまったく使用することができます。 コンテンツを表示するには、ペイン間の分割バーをドラッグするか、スクロールする必要があります。
注:それぞれ正しい選択は1ポイントの価値があります。

正解:

Explanation

Box 1 Geography: Users
"the Country or Region from which users access the application"
The Users panel allows you to understand important details about your users in a variety of ways. You can use
this panel to understand such information as where your users are connecting from, details of their client, and
what areas of your application they're accessing.
Box 2: Feature usage: Session
" how often and for how long users browse the catalog"
The Sessions panel is similar to the Users panel. Where Users helps you understand details about the users
accessing your application, Sessions helps you understand how those users used your application.
Box 3 Canada Offers: Cohorts
" how many Canadian customers visited the offers page"
A Cohort is a set of users grouped on similar characteristics. You can use cohorts to filter data in other panels
allowing you to analyze particular groups of users. For example, you might want to analyze only users who
completed a purchase, or users from Canada.
Box 4 Premium support: Cohorts
"how much time Premium customers spend on the support page"
A Cohort is a set of users grouped on similar characteristics. You can use cohorts to filter data in other panels
allowing you to analyze particular groups of users. For example, you might want to analyze only users who
completed a purchase, or users from Canada.
Box 5: Buyer behavior: Funnels
"the percentage of users that added items to a shopping cart and completed purchases"
Funnels focus on what you want users to do. A funnel represents a set of steps in your application and the
percentage of users who move between steps. For example, you could create a funnel that measures the
percentage of users who connect to your application who search product. You can then see the percentage of
users who add that product to a shopping cart, and then the percentage of those who complete a purchase.
ShippingInfoという名前のクラスを追加します。
技術的要件を満たすようにIShippingServiceインターフェースとShippingInfoクラスを変更する必要があります。
あなたは何をするべきか? (回答するには、適切なコードセグメントを回答領域の正しい場所にドラッグします。各コードセグメントは、1回、複数回、またはまったく使用しないことができます。ペイン間の分割バーをドラッグするか、または コンテンツを表示します。)

技術的要件を満たすようにIShippingServiceインターフェースとShippingInfoクラスを変更する必要があります。
あなたは何をするべきか? (回答するには、適切なコードセグメントを回答領域の正しい場所にドラッグします。各コードセグメントは、1回、複数回、またはまったく使用しないことができます。ペイン間の分割バーをドラッグするか、または コンテンツを表示します。)

正解:

Explanation

http://msdn.microsoft.com/en-us/library/system.servicemodel.servicecontractattribute.aspx
ビジネス要件を満たすには、アプリケーションをWindows Azure運用環境に展開する必要があります。
あなたは何をするべきか? (回答するには、回答エリアで適切なボタンを選択してください。)

あなたは何をするべきか? (回答するには、回答エリアで適切なボタンを選択してください。)

正解:

Explanation

あなたはアプリケーションを開発します。 ServiceModelメタデータユーティリティツール(svcutil.exe)を使用してサービスバインディングを生成しています。
サービスバインディングは、厳密なセキュリティを使用し、Windows Communication Foundation(WCF)メッセージングスタックを完全に制御する必要があります。
サービスバインディングを設定する必要があります。
どの値を使うべきですか? 回答するには、回答領域のダイアログボックスで適切なオプションを設定します。
注:それぞれ正しい選択は1ポイントの価値があります。

サービスバインディングは、厳密なセキュリティを使用し、Windows Communication Foundation(WCF)メッセージングスタックを完全に制御する必要があります。
サービスバインディングを設定する必要があります。
どの値を使うべきですか? 回答するには、回答領域のダイアログボックスで適切なオプションを設定します。
注:それぞれ正しい選択は1ポイントの価値があります。

正解:

Explanation

Box 1: WSHttpBinding
A secure and interoperable binding that is suitable for non-duplex service contracts.
Incorrect: Always select a binding that includes security. By default, all bindings except the
<basicHttpBinding> element have security enabled.
Box 2: Sign
Sign. The protected part is digitally signed. This ensures detection of any tampering with the protected
message part.
Box 3: <wsHttpBing>
References:
https://docs.microsoft.com/en-us/dotnet/framework/wcf/system-provided-bindings
https://docs.microsoft.com/en-us/dotnet/framework/wcf/understanding-protection-level
Microsoft Azureサービスバスリレーと統合するWCFサービスをVisual Studio 2013で開発しています。
Azureサービスバスの名前空間はRestaurantServiceBusです。
発行者名と秘密を入手する必要があります。
あなたは何をするべきか? (回答するには、回答領域で適切なオプションを選択してください。)

Azureサービスバスの名前空間はRestaurantServiceBusです。
発行者名と秘密を入手する必要があります。
あなたは何をするべきか? (回答するには、回答領域で適切なオプションを選択してください。)

正解:

Explanation
