AZ-203日本語試験無料問題集「Microsoft Developing Solutions for Microsoft Azure (AZ-203日本語版) 認定」
航空会社のチケット予約システムを開発しています。
アプリケーション用のストレージソリューションは、次の要件を満たす必要があります。
* 少なくとも99/99%の可用性を確保し、待ち時間を短くする。
* ネットワークの停止やその他の予期せぬ失敗でも予約を受け入れる
* オーバーブッキングや同じ座席を複数の旅行者に販売するのを最小限に抑えるために、予約と同じ順序で予約を処理してください。
* 最大5秒の許容時間枠で、同時に予約外の予約を許可する。
Azure South-Central US地域でairlineResourceGroupという名前のリソースグループをプロビジョニングします。
アプリをサポートするには、SQL API Cosmos DBアカウントを準備する必要があります。
Azure CLIコマンドをどのように完成させる必要がありますか?回答するには、回答領域で適切なオプションを選択します。
注:それぞれ正しい選択は1ポイントの価値があります。

アプリケーション用のストレージソリューションは、次の要件を満たす必要があります。
* 少なくとも99/99%の可用性を確保し、待ち時間を短くする。
* ネットワークの停止やその他の予期せぬ失敗でも予約を受け入れる
* オーバーブッキングや同じ座席を複数の旅行者に販売するのを最小限に抑えるために、予約と同じ順序で予約を処理してください。
* 最大5秒の許容時間枠で、同時に予約外の予約を許可する。
Azure South-Central US地域でairlineResourceGroupという名前のリソースグループをプロビジョニングします。
アプリをサポートするには、SQL API Cosmos DBアカウントを準備する必要があります。
Azure CLIコマンドをどのように完成させる必要がありますか?回答するには、回答領域で適切なオプションを選択します。
注:それぞれ正しい選択は1ポイントの価値があります。

正解:

Explanation

Box 1: Strong
Strong consistency offers a linearizability guarantee. The reads are guaranteed to return the most recent committed version of an item. A client never sees an uncommitted or partial write. Users are always guaranteed to read the latest committed write.
" Process reservations in the exact sequence as reservation are submitted to minimize overbooking or selling the same seat to multiple travelers." Box 2: Enable-automatic-failover For multi-region Cosmos accounts that are configured with a single-write region, enable automatic-failover by using Azure CLI or Azure portal. After you enable automatic failover, whenever there is a regional disaster, Cosmos DB will automatically failover your account.
" Accept reservations even in network outages or other unforseen failures" Box 3: southcentralus
" You provision a resource group named airlineResourceGroup in the Azure South-Central US region." References:
https://docs.microsoft.com/en-us/azure/cosmos-db/consistency-levels
https://github.com/MicrosoftDocs/azure-docs/blob/master/articles/cosmos-db/high-availability.md
Visual Studioを使用してAzure Function Appを開発しています。アプリはAzure Web Appによる注文入力を処理します。 Webアプリは注文情報をAzure Queue Storageに配置します。
以下に示すAzure Function Appコードを確認する必要があります。

注:それぞれ正しい選択は1ポイントの価値があります。

以下に示すAzure Function Appコードを確認する必要があります。

注:それぞれ正しい選択は1ポイントの価値があります。

正解:

Explanation

Box 1: No
ExpirationTime - The time that the message expires.
InsertionTime - The time that the message was added to the queue.
Box 2: Yes
maxDequeueCount - The number of times to try processing a message before moving it to the poison queue.
Default value is 5.
Box 3: Yes
When there are multiple queue messages waiting, the queue trigger retrieves a batch of messages and invokes function instances concurrently to process them. By default, the batch size is 16. When the number being processed gets down to 8, the runtime gets another batch and starts processing those messages. So the maximum number of concurrent messages being processed per function on one virtual machine (VM) is 24.
Box 4: Yes
References:
https://docs.microsoft.com/en-us/azure/azure-functions/functions-bindings-storage-queue
ASP.NETを使用してプロジェクト管理サービスを開発しています。このサービスは、会話、ファイル、やることリスト、およびユーザーがいつでも対話できるカレンダーをホストします。
このアプリケーションはAzure Searchを使用して、ユーザーがプロジェクトデータ内のキーワードを検索できるようにします。
Azure Searchサービスでインデックスを作成するために使用されるオブジェクトを作成するコードを実装する必要があります。
どちらのオブジェクトを使うべきですか?それぞれの正しい答えは解決策の一部を表しています。
注:それぞれ正しい選択は1ポイントの価値があります。
このアプリケーションはAzure Searchを使用して、ユーザーがプロジェクトデータ内のキーワードを検索できるようにします。
Azure Searchサービスでインデックスを作成するために使用されるオブジェクトを作成するコードを実装する必要があります。
どちらのオブジェクトを使うべきですか?それぞれの正しい答えは解決策の一部を表しています。
注:それぞれ正しい選択は1ポイントの価値があります。
正解:A,D
解答を投票する
解説: (GoShiken メンバーにのみ表示されます)
Azure Application Insightsを使用してパフォーマンスを監視し、イベントを追跡するASP.NET Core Web API Webサービスを開発しています。
ログ記録を有効にして、ログメッセージがApplication Insightsによって追跡されたイベントに関連付けられるようにする必要があります。
どのようにしてコードを完成させるべきですか?回答するには、適切なコードセグメントを正しい場所にドラッグします。
各コードセグメントは、1回、2回以上、またはまったく使用されない可能性があります。コンテンツを表示するには、ペイン間の分割バーをドラッグするか、スクロールする必要があります。
注:それぞれ正しい選択は1ポイントの価値があります。

ログ記録を有効にして、ログメッセージがApplication Insightsによって追跡されたイベントに関連付けられるようにする必要があります。
どのようにしてコードを完成させるべきですか?回答するには、適切なコードセグメントを正しい場所にドラッグします。
各コードセグメントは、1回、2回以上、またはまったく使用されない可能性があります。コンテンツを表示するには、ペイン間の分割バーをドラッグするか、スクロールする必要があります。
注:それぞれ正しい選択は1ポイントの価値があります。

正解:

Explanation

Box 1: ApplicationInsightsLoggerOptions
If you want to include the EventId and EventName properties, then add the following to the ConfigureServices method:
services
AddOptions<ApplicationInsightsLoggerOptions>()
Configure(o => o.IncludeEventId = true);
Box 2: IncludeEventID
Box 3: ApplicationServices
In Asp.Net core apps it turns out that trace logs do not show up in Application Insights out of the box. We need to add the following code snippet to our Configure method in Startup.cs:
loggerFactory.AddApplicationInsights(app.ApplicationServices, logLevel); References:
https://blog.computedcloud.com/enabling-application-insights-trace-logging-in-asp-net-core/
あなたはソーシャルネットワーキングアプリ用のデータストレージソリューションを開発しています。
このソリューションには、Azure Table Storageを使用してユーザー情報を保存するモバイルアプリが必要です。
複数のユーザー情報を挿入できるコードを開発する必要があります。
どのようにしてコードを完成させるべきですか?回答するには、回答領域で適切なオプションを選択します。
注:それぞれ正しい選択は1ポイントの価値があります。

このソリューションには、Azure Table Storageを使用してユーザー情報を保存するモバイルアプリが必要です。
複数のユーザー情報を挿入できるコードを開発する必要があります。
どのようにしてコードを完成させるべきですか?回答するには、回答領域で適切なオプションを選択します。
注:それぞれ正しい選択は1ポイントの価値があります。

正解:

Explanation

Box 1, Box 2: TableBatchOperation
Create the batch operation.
TableBatchOperation op = new TableBatchOperation();
Box 3: ExecuteBatch
/ Execute the batch operation.
table.ExecuteBatch(op);
Note: You can insert a batch of entities into a table in one write operation. Some other notes on batch operations:
You can perform updates, deletes, and inserts in the same single batch operation.
A single batch operation can include up to 100 entities.
All entities in a single batch operation must have the same partition key.
While it is possible to perform a query as a batch operation, it must be the only operation in the batch.
References:
https://docs.microsoft.com/en-us/azure/cosmos-db/table-storage-how-to-use-dotnet
都市でアルファベット順に並べ替えられているすべての注文明細を取得する必要があります。
どのようにしてコードを完成させるべきですか?回答するには、回答エリアで適切なオプションを選択してください。
注:それぞれ正しい選択は1ポイントの価値があります。

どのようにしてコードを完成させるべきですか?回答するには、回答エリアで適切なオプションを選択してください。
注:それぞれ正しい選択は1ポイントの価値があります。

正解:

Explanation

Scenario:
Order data is stored as nonrelational JSON and must be queried using Structured Query Language (SQL). The Order data is stored in a Cosmos database.
注:この質問は同じシナリオを提示する一連の質問の一部です。連載の各質問には、記載されている目標を達成できる可能性のある固有の解決策が含まれています。他の人が正しい解決策を持っていないかもしれない間、いくつかの質問セットは複数の正しい解決策を持つかもしれません。
このセクションで質問に答えた後は、それに戻ることはできません。その結果、これらの質問はレビュー画面に表示されません。
SecurityPinのセキュリティ要件が満たされていることを確認する必要があります。
解決方法:Azure Key Vaultに含まれている証明書を使用して[セキュリティピン]列の[常に暗号化]を有効にし、WebAppldentityサービスプリンシパルに証明書へのアクセスを許可します。
解決策は目標を満たしていますか?
このセクションで質問に答えた後は、それに戻ることはできません。その結果、これらの質問はレビュー画面に表示されません。
SecurityPinのセキュリティ要件が満たされていることを確認する必要があります。
解決方法:Azure Key Vaultに含まれている証明書を使用して[セキュリティピン]列の[常に暗号化]を有効にし、WebAppldentityサービスプリンシパルに証明書へのアクセスを許可します。
解決策は目標を満たしていますか?
正解:A
解答を投票する
解説: (GoShiken メンバーにのみ表示されます)
REST API要件をサポートするには、Azure App Serviceを構成する必要があります。
どの値を使用する必要がありますか?回答するには、回答エリアで適切なオプションを選択します。
注:それぞれの正しい選択には1ポイントの価値があります。

どの値を使用する必要がありますか?回答するには、回答エリアで適切なオプションを選択します。
注:それぞれの正しい選択には1ポイントの価値があります。

正解:

Explanation

Plan: Standard
Standard support auto-scaling
Instance Count: 10
Max instances for standard is 10.
Scenario:
The REST API's that support the solution must meet the following requirements:
* Allow deployment to a testing location within Azure while not incurring additional costs.
* Automatically scale to double capacity during peak shipping times while not causing application downtime.
* Minimize costs when selecting an Azure payment model.
References:
https://azure.microsoft.com/en-us/pricing/details/app-service/plans/