AZ-203日本語試験無料問題集「Microsoft Developing Solutions for Microsoft Azure (AZ-203日本語版) 認定」

注:この質問は同じシナリオを提示する一連の質問の一部です。連載の各質問には、記載されている目標を達成できる可能性のある固有の解決策が含まれています。他の人が正しい解決策を持っていないかもしれない間、いくつかの質問セットは複数の正しい解決策を持つかもしれません。
このセクションで質問に答えた後は、それに戻ることはできません。その結果、これらの質問はレビュー画面に表示されません。
認証イベントがポリシーに従って起動され処理されるようにする必要があります。
解決策:サインインイベントとサインアウトイベント用に別々のAzure Event Gridトピックとサブスクリプションを作成します。
解決策は目標を満たしていますか?

解説: (GoShiken メンバーにのみ表示されます)
dataという名前のAzure blobを使用してアプリケーションデータを保存するアプリケーションを開発しています。アプリケーションはblobスナップショットを作成して、アプリケーションの状態を以前の状態に戻すことができます。 Azureストレージアカウントでは、ソフト削除が有効になっています。
システムは次の操作を順番に実行します。
* BLOBが更新されます
*スナップショット1が作成されます。
*スナップショット2が作成されます。
*スナップショット1が削除されます。
システムエラーが発生すると、データBLOBとすべてのスナップショットが削除されます。
どのアプリケーション状態を復元できるかを決定する必要があります。
アプリケーションデータの復元可能性はどのくらいですか?回答するには、回答エリアで適切なオプションを選択します。
注:それぞれの正しい選択には1ポイントの価値があります。
正解:

Explanation

Box 1: Can be restored
When enabled, soft delete enables you to save and recover your data when blobs or blob snapshots are deleted.
This protection extends to blob data that is erased as the result of an overwrite.
Box 2: Cannot be restored
It has been deleted.
Box 3: Can be restored
It has not been deleted.
References:
https://docs.microsoft.com/en-us/azure/storage/blobs/storage-blob-soft-delete
あなたはeコマースチェックアウトAPIを実装する必要があります。
あなたはどの3つの行動をとるべきですか?それぞれの正しい答えは解決策の一部を表しています。
注:それぞれ正しい選択は1ポイントの価値があります。

正解:A,B,F 解答を投票する
解説: (GoShiken メンバーにのみ表示されます)
注文のワークフローをトラブルシューティングする必要があります。
あなたは何をするべきか?それぞれの正しい答えは解決策の一部を表しています。
注:それぞれ正しい選択は1ポイントの価値があります。

解説: (GoShiken メンバーにのみ表示されます)
ビデオゲームのユーザーを管理するアプリを開発しています。プレーヤーの地域、メールアドレス、電話番号を保存する予定です。一部のプレーヤーには電話番号がない場合があります。プレーヤーのリージョンは、データの負荷分散に使用されます。
アプリのデータはAzure Table Storageに保存する必要があります。
個々のプレーヤーのデータを取得するコードを開発する必要があります。
どのようにコードを完成させるべきですか?回答するには、回答エリアで適切なオプションを選択します。
注:それぞれの正しい選択には1ポイントの価値があります。
正解:

Explanation


Box 1: region
The player's region will be used to load-balance data.
Choosing the PartitionKey.
The core of any table's design is based on its scalability, the queries used to access it, and storage operation requirements. The PartitionKey values you choose will dictate how a table will be partitioned and the type of queries that can be used. Storage operations, in particular inserts, can also affect your choice of PartitionKey values.
Box 2: email
Not phone number some players may not have a phone number.
Box 3: CloudTable
Box 4 : TableOperation query =..
Box 5: TableResult
References:
https://docs.microsoft.com/en-us/rest/api/storageservices/designing-a-scalable-partitioning-strategy-for-azure-tab
LabelMakerアプリケーションの新しいバージョンを配置する必要があります。
どの3つのアクションを順番に実行しますか?答えるには、適切な行動を行動のリストから回答領域に移動し、正しい順序で並べます。
注:それぞれ正しい選択は1ポイントの価値があります。
正解:

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
LabelMakerのセキュリティ要件を満たす必要があります。
あなたは何をするべきか?

解説: (GoShiken メンバーにのみ表示されます)
あなたは非ユーザーアクションのためにテレメトリを実装する必要があります。
どのようにしてFilterクラスを完成させるのですか?回答するには、適切なコードセグメントを正しい場所にドラッグします。各コードセグメントは、1回、2回以上、またはまったく使用されない可能性があります。コンテンツを表示するには、ペイン間の分割バーをドラッグするか、スクロールする必要があります。
注:それぞれ正しい選択は1ポイントの価値があります。
正解:

Explanation

Scenario: Exclude non-user actions from Application Insights telemetry.
Box 1: ITelemetryProcessor
To create a filter, implement ITelemetryProcessor. This technique gives you more direct control over what is included or excluded from the telemetry stream.
Box 2: ITelemetryProcessor
Box 3: ITelemetryProcessor
Box 4: RequestTelemetry
Box 5: /health
To filter out an item, just terminate the chain.
References:
https://docs.microsoft.com/en-us/azure/azure-monitor/app/api-filtering-sampling
ContosoAppという名前のASP.NET Coreアプリケーションとして実行されるDockerイメージを作成する予定です。 setupScript.ps1という名前のセットアップスクリプトと、ContosoApp.dllを含む一連のアプリケーションファイルがあります。
以下の要件を満たすDockerfile文書を作成する必要があります。
*コンテナが構築されたらsetupScript.ps1を呼び出します。
*コンテナの起動時にContosoApp.dllを実行します。
Docker文書は、ContosoApp.dllとsetupScript.ps1が格納されているのと同じフォルダーに作成する必要があります。
ソリューションを開発するためにどの4つのコマンドを使用する必要がありますか?回答するには、適切なコマンドをコマンドのリストから回答領域に移動して、正しい順序に並べます。
正解:

Explanation

Step 1: WORKDIR /apps/ContosoApp
Step 2: COPY ./-
The Docker document must be created in the same folder where ContosoApp.dll and setupScript.ps1 are stored.
Step 3: EXPOSE ./ContosApp/ /app/ContosoApp
Step 4: CMD powershell ./setupScript.ps1
ENTRYPOINT ["dotnet", "ContosoApp.dll"]
You need to create a Dockerfile document that meets the following requirements:
* Call setupScript.ps1 when the container is built.
* Run ContosoApp.dll when the container starts.
References:
https://docs.microsoft.com/en-us/azure/app-service/containers/tutorial-custom-docker-image
セキュリティポリシーが満たされていることを確認する必要があります。 CS07行にどんなコードを追加しますか?

解説: (GoShiken メンバーにのみ表示されます)