AZ-204 試験問題 101
注: この質問は、同じシナリオを提示する一連の質問の一部です。一連の質問にはそれぞれ、定められた目標を満たす独自の解決策が含まれています。質問セットによっては、正しい解決策が複数ある場合もあれば、正しい解決策がない場合もあります。
このセクションで質問に答えた後は、そのセクションに戻ることはできません。そのため、これらの質問はレビュー画面に表示されません。
Margie's Travel は、海外旅行および予約管理サービスです。同社はレストランの予約サービスにも事業を拡大しています。あなたには、同社のソリューションにリストされているレストランに Azure Search を実装する任務が与えられています。
Azure Search でインデックスを作成します。
Azure Search NET SDK を使用して、レストランのデータを Azure Search サービスにインポートする必要があります。
解決:
1. 検索インデックスに接続するための SearchServiceClient オブジェクトを作成します。
2. 追加する必要があるドキュメントを含む DataContainer を作成します。
3. DataSource インスタンスを作成し、その Container プロパティを DataContainer に設定します。
4. SearchServiceCIientのDataSourceプロパティを設定する
ソリューションは目標を満たしていますか?
このセクションで質問に答えた後は、そのセクションに戻ることはできません。そのため、これらの質問はレビュー画面に表示されません。
Margie's Travel は、海外旅行および予約管理サービスです。同社はレストランの予約サービスにも事業を拡大しています。あなたには、同社のソリューションにリストされているレストランに Azure Search を実装する任務が与えられています。
Azure Search でインデックスを作成します。
Azure Search NET SDK を使用して、レストランのデータを Azure Search サービスにインポートする必要があります。
解決:
1. 検索インデックスに接続するための SearchServiceClient オブジェクトを作成します。
2. 追加する必要があるドキュメントを含む DataContainer を作成します。
3. DataSource インスタンスを作成し、その Container プロパティを DataContainer に設定します。
4. SearchServiceCIientのDataSourceプロパティを設定する
ソリューションは目標を満たしていますか?
AZ-204 試験問題 102
ある会社では、海外旅行と予約の管理サービスを運営しています。この会社では、レストランの予約サービスを開始する予定です。Azure Search を使用し、次の要件を満たすソリューションを開発する必要があります。
* ユーザーは、名前、説明、場所、料理でレストランを検索できる必要があります。
* ユーザーは、場所、料理、評価、家族向けかどうかで結果をさらに絞り込むことができる必要があります。
* 説明内のすべての単語を検索に含める必要があります。
レストラン クラスに注釈を追加する必要があります。
コード セグメントをどのように完了する必要がありますか? 回答するには、回答領域で適切なオプションを選択します。
注意: 正しい選択ごとに 1 ポイントが付与されます。

* ユーザーは、名前、説明、場所、料理でレストランを検索できる必要があります。
* ユーザーは、場所、料理、評価、家族向けかどうかで結果をさらに絞り込むことができる必要があります。
* 説明内のすべての単語を検索に含める必要があります。
レストラン クラスに注釈を追加する必要があります。
コード セグメントをどのように完了する必要がありますか? 回答するには、回答領域で適切なオプションを選択します。
注意: 正しい選択ごとに 1 ポイントが付与されます。

AZ-204 試験問題 103
You develop software solutions for a mobile delivery service. You are developing a mobile app that users can use to order from a restaurant in their are a. The app uses the following workflow:
A driver selects the restaurants from which they will deliver orders.
Orders are sent to all available drivers in an area.
Only orders for the selected restaurants will appear for the driver.
The first driver to accept an order removes it from the list of available orders.
You need to implement an Azure Service Bus solution.
Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.

A driver selects the restaurants from which they will deliver orders.
Orders are sent to all available drivers in an area.
Only orders for the selected restaurants will appear for the driver.
The first driver to accept an order removes it from the list of available orders.
You need to implement an Azure Service Bus solution.
Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.

AZ-204 試験問題 104
You develop a gateway solution for a public facing news API.
The news API back end is implemented as a RESTful sen/ice and hosted in an Azure App Service instance.
You need to configure back-end authentication for the API Management service instance.
Which target and gateway credential type should you use? To answer, drag the appropriate values to the correct parameters. Each value may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.
NOTE: Each correct selection is worth one point.

The news API back end is implemented as a RESTful sen/ice and hosted in an Azure App Service instance.
You need to configure back-end authentication for the API Management service instance.
Which target and gateway credential type should you use? To answer, drag the appropriate values to the correct parameters. Each value may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.
NOTE: Each correct selection is worth one point.

AZ-204 試験問題 105
Azure App Configuration によって管理される機能フラグを含む ASP.NET Core アプリを開発しています。Export という名前の機能フラグを含む AppFeatureFlagStore という名前の Azure App Configuration ストアを作成します。
次の要件を満たすにはアプリを更新する必要があります。
アプリを再起動せずに、アプリのエクスポート機能を使用します。
ユーザーが安全なリソースにアクセスできるようにする前に、ユーザーを検証します。
ユーザーが安全なリソースにアクセスできるようにします。
コード セグメントをどのように完了する必要がありますか? 回答するには、回答領域で適切なオプションを選択します。
注意: 正しい選択ごとに 1 ポイントが付与されます。

次の要件を満たすにはアプリを更新する必要があります。
アプリを再起動せずに、アプリのエクスポート機能を使用します。
ユーザーが安全なリソースにアクセスできるようにする前に、ユーザーを検証します。
ユーザーが安全なリソースにアクセスできるようにします。
コード セグメントをどのように完了する必要がありますか? 回答するには、回答領域で適切なオプションを選択します。
注意: 正しい選択ごとに 1 ポイントが付与されます。






