AZ-204 試験問題 391

You are developing a ticket reservation system for an airline.
The storage solution for the application must meet the following requirements:
* Ensure at least 99.99% availability and provide low latency.
* Accept reservations event when localized network outages or other unforeseen failures occur.
* Process reservations in the exact sequence as reservations are submitted to minimize overbooking or selling the same seat to multiple travelers.
* Allow simultaneous and out-of-order reservations with a maximum five-second tolerance window.
You provision a resource group named airlineResourceGroup in the Azure South-Central US region.
You need to provision a SQL SPI Cosmos DB account to support the app.
How should you complete the Azure CLI commands? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

AZ-204 試験問題 392

医療記録アプリケーションを Azure 仮想マシン (VM) にデプロイする準備をしています。アプリケーションは、オンプレミスのビルド サーバーによって生成された VHD を使用してデプロイされます。
Azure へのデプロイ中およびデプロイ後に、アプリケーションと関連データの両方が暗号化されていることを確認する必要があります。
どの 3 つのアクションを順番に実行する必要がありますか? 回答するには、アクション リストから適切なアクションを回答領域に移動し、正しい順序で並べます。

AZ-204 試験問題 393

You need to implement the bindings for the CheckUserContent function.
How should you complete the code segment? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

AZ-204 試験問題 394

You are writing code to create and run an Azure Batch job.
You have created a pool of compute nodes.
You need to choose the right class and its method to submit a batch job to the Batch service.
Which method should you use?
  • AZ-204 試験問題 395

    Azure にデプロイする Java アプリケーションを開発しています。アプリケーションは、Azure Cosmos DB に機密データを格納します。アプリケーション内の機密データを暗号化するには、Always Encrypted を構成する必要があります。
    まず何をすべきでしょうか?