AZ-204 試験問題 106

You are building a traffic monitoring system that monitors traffic along six highways. The system produces time series analysis-based reports for each highway. Data from traffic sensors are stored in Azure Event Hub.
Traffic data is consumed by four departments. Each department has an Azure Web App that displays the time-series-based reports and contains a WebJob that processes the incoming data from Event Hub. All Web Apps run on App Service Plans with three instances.
Data throughout must be maximized. Latency must be minimized.
You need to implement the Azure Event Hub.
Which settings should you use? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

AZ-204 試験問題 107

You need to implement the Log policy.
How should you complete the EnsureLogging method in EventGridController.cs? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

AZ-204 試験問題 108

運用環境で Web アプリを開発し、Azure App Service にデプロイします。Web アプリを 4 つのインスタンスにスケールアウトし、変更をサポートするためにステージング スロットを構成します。
次の要件を含めるには、環境内の Web アプリを監視する必要があります。
* エラー ステータス コードを持つインスタンスからリクエストを再ルーティングし、1 時間経過してもエラー状態が続く場合はインスタンスを自動的に置き換えることで、Web アプリの可用性を高めます。
* Web サーバー ログ、アプリケーション ログ、標準出力、標準エラー メッセージを Azure Storage BLOB アカウントに送信します。
Azure App Service を構成する必要があります。
どの値を使用すればよいでしょうか? 回答するには、適切な構成値を正しい要件にドラッグします。
各構成値は 1 回以上使用できます。

AZ-204 試験問題 109

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution. Determine whether the solution meets the stated goals.
You are developing and deploying several ASP.Net web applications to Azure App Service. You plan to save session state information and HTML output. You must use a storage mechanism with the following requirements:
* Share session state across all ASP.NET web applications
* Support controlled, concurrent access to the same session state data for multiple readers and a single writer
* Save full HTTP responses for concurrent requests
You need to store the information.
Proposed Solution: Deploy and configure an Azure Database for PostgreSQL. Update the web applications.
Does the solution meet the goal?
  • AZ-204 試験問題 110

    You are creating a script that will run a large workload on an Azure Batch pool. Resources will be reused and do not need to be cleaned up after use.
    You have the following parameters:

    You need to write an Azure CLI script that will create the jobs, tasks, and the pool.
    In which order should you arrange the commands to develop the solution? To answer, move the appropriate commands from the list of command segments to the answer area and arrange them in the correct order.