Microsoft Developing Solutions for Microsoft Azure (AZ-203日本語版) (AZ-203日本語) Free Practice Test
Question 1
Windowsデバイス用のニュースとブログのコンテンツ配信アプリを開発します。
ユーザーが閲覧できる新しい記事がある場合は、通知がユーザーのデバイスに届く必要があります。
あなたはプッシュ通知を実装する必要があります。
どのようにしてコードセグメントを完成させるべきですか?回答するには、回答領域で適切なオプションを選択します。
注:それぞれ正しい選択は1ポイントの価値があります。

ユーザーが閲覧できる新しい記事がある場合は、通知がユーザーのデバイスに届く必要があります。
あなたはプッシュ通知を実装する必要があります。
どのようにしてコードセグメントを完成させるべきですか?回答するには、回答領域で適切なオプションを選択します。
注:それぞれ正しい選択は1ポイントの価値があります。

Correct Answer:

Explanation

Box 1: NotificationHubClient
Box 2: NotificationHubClient
Box 3: CreateClientFromConnectionString
// Initialize the Notification Hub
NotificationHubClient hub = NotificationHubClient.CreateClientFromConnectionString(listenConnString, hubName); Box 4: SendWindowsNativeNotificationAsync Send the push notification.
var result = await hub.SendWindowsNativeNotificationAsync(windowsToastPayload); References:
https://docs.microsoft.com/en-us/azure/notification-hubs/notification-hubs-push-notification-registration-manage
https://github.com/MicrosoftDocs/azure-docs/blob/master/articles/app-service-mobile/app-service-mobile-windo
Question 2
注:この質問は同じシナリオを提示する一連の質問の一部です。連載の各質問には、記載されている目標を達成できる可能性のある固有の解決策が含まれています。他の人が正しい解決策を持っていないかもしれない間、いくつかの質問セットは複数の正しい解決策を持つかもしれません。
このセクションで質問に答えた後は、それに戻ることはできません。その結果、これらの質問はレビュー画面に表示されません。
SecurityPinのセキュリティ要件が満たされていることを確認する必要があります。
解決方法:Azure Key Vaultに含まれている証明書を使用して[セキュリティピン]列の[常に暗号化]を有効にし、WebAppldentityサービスプリンシパルに証明書へのアクセスを許可します。
解決策は目標を満たしていますか?
このセクションで質問に答えた後は、それに戻ることはできません。その結果、これらの質問はレビュー画面に表示されません。
SecurityPinのセキュリティ要件が満たされていることを確認する必要があります。
解決方法:Azure Key Vaultに含まれている証明書を使用して[セキュリティピン]列の[常に暗号化]を有効にし、WebAppldentityサービスプリンシパルに証明書へのアクセスを許可します。
解決策は目標を満たしていますか?
Correct Answer: B
Explanation: Only visible for TestSimulate members. You can sign-up / login (it's free).
Question 3
購入要件を実装する必要があります。
あなたは何をするべきか?
あなたは何をするべきか?
Correct Answer: C
Explanation: Only visible for TestSimulate members. You can sign-up / login (it's free).
Question 4
ポリシーサービスの拡張要件を満たす必要があります。
Azure Redis Cacheに何を保存する必要がありますか?
Azure Redis Cacheに何を保存する必要がありますか?
Correct Answer: D
Explanation: Only visible for TestSimulate members. You can sign-up / login (it's free).
Question 5
LabelMakerアプリケーションの新しいバージョンを配置する必要があります。
どの3つのアクションを順番に実行しますか?答えるには、適切な行動を行動のリストから回答領域に移動し、正しい順序で並べます。
注:それぞれ正しい選択は1ポイントの価値があります。

どの3つのアクションを順番に実行しますか?答えるには、適切な行動を行動のリストから回答領域に移動し、正しい順序で並べます。
注:それぞれ正しい選択は1ポイントの価値があります。

Correct Answer:

Explanation

Step 1: Build a new application image by using dockerfile
Step 2: Create an alias if the image with the fully qualified path to the registry Before you can push the image to a private registry, you've to ensure a proper image name. This can be achieved using the docker tag command. For demonstration purpose, we'll use Docker's hello world image, rename it and push it to ACR.
# pulls hello-world from the public docker hub
$ docker pull hello-world
# tag the image in order to be able to push it to a private registry
$ docker tag hello-word <REGISTRY_NAME>/hello-world
# push the image
$ docker push <REGISTRY_NAME>/hello-world
Step 3: Log in to the registry and push image
In order to push images to the newly created ACR instance, you need to login to ACR form the Docker CLI.
Once logged in, you can push any existing docker image to your ACR instance.
Scenario:
Coho Winery plans to move the application to Azure and continue to support label creation.
LabelMaker app
Azure Monitor Container Health must be used to monitor the performance of workloads that are deployed to Kubernetes environments and hosted on Azure Kubernetes Service (AKS).
You must use Azure Container Registry to publish images that support the AKS deployment.
References:
https://thorsten-hans.com/how-to-use-a-private-azure-container-registry-with-kubernetes-9b86e67b93b6
https://docs.microsoft.com/en-us/azure/container-registry/container-registry-tutorial-quick-task
Question 6
あなたは自律輸送システムのためのソフトウェアソリューションを開発しています。このソリューションでは、大規模なデータセットとAzureバッチ処理を使用して、車両全体のナビゲーションセットをシミュレートします。
Azure Batchでソリューション用の計算ノードを作成する必要があります。
あなたは何をするべきか?
Azure Batchでソリューション用の計算ノードを作成する必要があります。
あなたは何をするべきか?
Correct Answer: B
Explanation: Only visible for TestSimulate members. You can sign-up / login (it's free).
Question 7
複数のコンテナーを使用するAzure Kubernetes Services(AKS)クラスターを展開しています。
クラスタを作成し、コンテナのサービスが正しく設定されて利用可能になっていることを確認する必要があります。
ソリューションを開発するためにどの4つのコマンドを使用する必要がありますか?回答するには、適切なコマンドセグメントをコマンドセグメントのリストから回答領域に移動し、それらを正しい順序で配置します。

クラスタを作成し、コンテナのサービスが正しく設定されて利用可能になっていることを確認する必要があります。
ソリューションを開発するためにどの4つのコマンドを使用する必要がありますか?回答するには、適切なコマンドセグメントをコマンドセグメントのリストから回答領域に移動し、それらを正しい順序で配置します。

Correct Answer:

Explanation

Step 1: az group create
Create a resource group with the az group create command. An Azure resource group is a logical group in which Azure resources are deployed and managed.
Example: The following example creates a resource group named myAKSCluster in the eastus location.
az group create --name myAKSCluster --location eastus
Step 2 : az aks create
Use the az aks create command to create an AKS cluster.
Step 3: kubectl apply
To deploy your application, use the kubectl apply command. This command parses the manifest file and creates the defined Kubernetes objects.
Step 4: az aks get-credentials
Configure it with the credentials for the new AKS cluster. Example:
az aks get-credentials --name aks-cluster --resource-group aks-resource-group References:
https://docs.bitnami.com/azure/get-started-aks/
Question 8
:168
注:この質問は、同じシナリオを提示する一連の質問の一部です。シリーズの各質問には、記載された目標を達成する可能性がある独自のソリューションが含まれています。一部の質問セットには複数の正しい解決策がある場合もあれば、正しい解決策がない場合もあります。
この質問の質問に回答すると、その質問に戻ることはできません。その結果、これらの質問はレビュー画面に表示されません。
世界中の2,000店舗からPOS(Point of Sale)デバイスデータを収集するAzureソリューションを開発しています。 1つのデバイスで24時間ごとに2メガバイト(MB)のデータを生成できます。各店舗には、データを送信する1〜5台のデバイスがあります。
デバイスをAzure Blobストレージに保存する必要があります。デバイスデータは、デバイス識別子に基づいて相関する必要があります。
今後、追加の店舗がオープンする予定です。
デバイスデータを受信するためのソリューションを実装する必要があります。
解決策:Azure Service Busをプロビジョニングします。相関フィルターを使用して、デバイスデータを受信するトピックを構成します。
ソリューションは目標を達成していますか?
注:この質問は、同じシナリオを提示する一連の質問の一部です。シリーズの各質問には、記載された目標を達成する可能性がある独自のソリューションが含まれています。一部の質問セットには複数の正しい解決策がある場合もあれば、正しい解決策がない場合もあります。
この質問の質問に回答すると、その質問に戻ることはできません。その結果、これらの質問はレビュー画面に表示されません。
世界中の2,000店舗からPOS(Point of Sale)デバイスデータを収集するAzureソリューションを開発しています。 1つのデバイスで24時間ごとに2メガバイト(MB)のデータを生成できます。各店舗には、データを送信する1〜5台のデバイスがあります。
デバイスをAzure Blobストレージに保存する必要があります。デバイスデータは、デバイス識別子に基づいて相関する必要があります。
今後、追加の店舗がオープンする予定です。
デバイスデータを受信するためのソリューションを実装する必要があります。
解決策:Azure Service Busをプロビジョニングします。相関フィルターを使用して、デバイスデータを受信するトピックを構成します。
ソリューションは目標を達成していますか?
Correct Answer: A
Explanation: Only visible for TestSimulate members. You can sign-up / login (it's free).
Question 9
あなたは会社のためのモバイルインスタントメッセージングアプリを開発しています。
モバイルアプリは次の要件を満たす必要があります。
* オフラインデータ同期をサポートします。
* 通常の同期サイクル中に最新のメッセージを更新します。
オフラインデータ同期を実装する必要があります。
どの2つのアクションを実行する必要がありますか?私が答えるそれぞれのconnは解決策の一部を提示します。
注:それぞれ正しい選択は1ポイントの価値があります。
モバイルアプリは次の要件を満たす必要があります。
* オフラインデータ同期をサポートします。
* 通常の同期サイクル中に最新のメッセージを更新します。
オフラインデータ同期を実装する必要があります。
どの2つのアクションを実行する必要がありますか?私が答えるそれぞれのconnは解決策の一部を提示します。
注:それぞれ正しい選択は1ポイントの価値があります。
Correct Answer: B,E
Explanation: Only visible for TestSimulate members. You can sign-up / login (it's free).
Question 10
ある会社は、スマート冷蔵庫が中央の場所に温度情報を送信できるようにするソリューションを開発しています。既存のサービスバスがあります。
ソリューションは、メッセージが処理されるまでメッセージを受信および保存する必要があります。名前、価格帯、サブスクリプション、リソースグループ、および場所を指定して、Azure Service Busインスタンスを作成します。
構成を完了する必要があります。
どのAzure CLIまたはPowerShellコマンドを実行する必要がありますか?

ソリューションは、メッセージが処理されるまでメッセージを受信および保存する必要があります。名前、価格帯、サブスクリプション、リソースグループ、および場所を指定して、Azure Service Busインスタンスを作成します。
構成を完了する必要があります。
どのAzure CLIまたはPowerShellコマンドを実行する必要がありますか?

Correct Answer: D
Explanation: Only visible for TestSimulate members. You can sign-up / login (it's free).
Question 11
ユーザーに送信されるEメールのサマリーレポートへのリンクを作成する必要があります。
あなたは何をするべきか?
あなたは何をするべきか?
Correct Answer: A
Explanation: Only visible for TestSimulate members. You can sign-up / login (it's free).
Question 12
あなたは、ASP.NET Core MVCアプリケーションを開発します。 Webページとカスタムイベントを追跡するようにアプリケーションを設定します。
アプリケーションの使用状況の傾向を特定する必要があります。
どのAzure Application Insights使用状況分析機能を使用する必要がありますか?答えるには、適切な機能を正しい要件にドラッグします。各機能は、1回、複数回、またはまったく使用しないことができます。コンテンツを表示するには、ペイン間の分割バーをドラッグするか、スクロールする必要があります。
注:それぞれ正しい選択は1ポイントの価値があります。

アプリケーションの使用状況の傾向を特定する必要があります。
どのAzure Application Insights使用状況分析機能を使用する必要がありますか?答えるには、適切な機能を正しい要件にドラッグします。各機能は、1回、複数回、またはまったく使用しないことができます。コンテンツを表示するには、ペイン間の分割バーをドラッグするか、スクロールする必要があります。
注:それぞれ正しい選択は1ポイントの価値があります。

Correct Answer:

Explanation

Box1: Users
Box 2: Impact
One way to think of Impact is as the ultimate tool for settling arguments with someone on your team about how slowness in some aspect of your site is affecting whether users stick around. While users may tolerate a certain amount of slowness, Impact gives you insight into how best to balance optimization and performance to maximize user conversion.
Box 3: Retention
The retention feature in Azure Application Insights helps you analyze how many users return to your app, and how often they perform particular tasks or achieve goals. For example, if you run a game site, you could compare the numbers of users who return to the site after losing a game with the number who return after winning. This knowledge can help you improve both your user experience and your business strategy.
Box 4: User flows
The User Flows tool visualizes how users navigate between the pages and features of your site. It's great for answering questions like:
How do users navigate away from a page on your site?
What do users click on a page on your site?
Where are the places that users churn most from your site?
Are there places where users repeat the same action over and over?