Microsoft Designing and Implementing a Microsoft Azure AI Solution (AI-102日本語版) - AI-102日本語 Exam Practice Test
テキスト処理ソリューションを開発しています。
以下に示す関数があります。

以下に示す関数があります。

Correct Answer:

Explanation:
The output will include the following words: our and included. # No
The output will include the following words: Paris, Eiffel, and Tower. # Yes The function will output all the key phrases from the input string to the console. # No Comprehensive Detailed Explanation Let's examine the function:
static void GetKeyWords ( TextAnalyticsClient textAnalyticsClient, string text)
{
var response = textAnalyticsClient.RecognizeEntities(text);
Console.WriteLine( " Key words: " );
foreach (CategorizedEntity entity in response.Value)
{
Console.WriteLine( $ " {entity.Text} " );
}
}
The function uses RecognizeEntities from the Azure Text Analytics SDK.
RecognizeEntities detects and categorizes named entities in text (such as locations, people, organizations, dates, etc.).
It does not extract all words or key phrases.
For extracting key phrases, you would use ExtractKeyPhrases , not RecognizeEntities .
Evaluating the statements:
" The output will include the following words: our and included. "
These are common words, not entities. They will not appear.
The answer: No
" The output will include the following words: Paris, Eiffel, and Tower. " These are named entities (location, landmark). They will be recognized and returned.
The answer: Yes
" The function will output all the key phrases from the input string to the console. " No. The function extracts entities, not key phrases. Key phrases would require ExtractKeyPhrases .
The answer: No
あなたは、スキャンされた経費精算書を処理し、以下のデータを抽出してラベル付けするアプリを開発しています。
* 販売者情報
* 取引時間
* 取引日
* 納税額
* 合計費用
アプリに適したAzure AIドキュメントインテリジェンスモデルを推奨する必要があります。ソリューションは開発作業を最小限に抑えるものでなければなりません。
何を使うべきでしょうか?
* 販売者情報
* 取引時間
* 取引日
* 納税額
* 合計費用
アプリに適したAzure AIドキュメントインテリジェンスモデルを推奨する必要があります。ソリューションは開発作業を最小限に抑えるものでなければなりません。
何を使うべきでしょうか?
Correct Answer: D
Vote an answer
Azure Stream Analyticsのストリーム処理ジョブでクエリを定義するために何が使用されますか?
Correct Answer: B
Vote an answer
Explanation: Only visible for PassTestking members. You can sign-up / login (it's free).
アンケートの感情分析結果を用いてカスタマーサービススタッフのボーナスを計算するAIソリューションを構築しています。このソリューションがMicrosoftの責任あるAI原則を満たしていることを確認する必要があります。どうすればよいでしょうか?
Correct Answer: B
Vote an answer
Explanation: Only visible for PassTestking members. You can sign-up / login (it's free).
チケットを購入するための言語理解モデルを構築しています。
PurchaseAndSendTickets というインテントに対して次の発話があります。
[パリ] [来週月曜日] 行きの [監査業務チケット 2 枚] を購入し、[[email protected]] までお送りください。エンティティタイプを選択する必要があります。このソリューションでは、トレーニングデータを可能な限り最小限に抑えるため、組み込みのエンティティタイプを使用する必要があります。
各ラベルにはどのエンティティタイプを使用すべきでしょうか?適切なエンティティタイプを正しいラベルにドラッグしてください。各エンティティタイプは、1回使用することも、複数回使用することも、まったく使用しないこともできます。
コンテンツを表示するには、ペイン間の分割バーをドラッグするか、スクロールする必要がある場合があります。

PurchaseAndSendTickets というインテントに対して次の発話があります。
[パリ] [来週月曜日] 行きの [監査業務チケット 2 枚] を購入し、[[email protected]] までお送りください。エンティティタイプを選択する必要があります。このソリューションでは、トレーニングデータを可能な限り最小限に抑えるため、組み込みのエンティティタイプを使用する必要があります。
各ラベルにはどのエンティティタイプを使用すべきでしょうか?適切なエンティティタイプを正しいラベルにドラッグしてください。各エンティティタイプは、1回使用することも、複数回使用することも、まったく使用しないこともできます。
コンテンツを表示するには、ペイン間の分割バーをドラッグするか、スクロールする必要がある場合があります。

Correct Answer:

Explanation:

Box 1: GeographyV2
The prebuilt geographyV2 entity detects places. Because this entity is already trained, you do not need to add example utterances containing GeographyV2 to the application intents.
Box 2: Email
Email prebuilt entity for a LUIS app: Email extraction includes the entire email address from an utterance.
Because this entity is already trained, you do not need to add example utterances containing email to the application intents.
Box 3: Machine learned
The machine-learning entity is the preferred entity for building LUIS applications.
Reference:
https://docs.microsoft.com/en-us/azure/cognitive-services/luis/luis-reference-prebuilt-geographyv2
https://docs.microsoft.com/en-us/azure/cognitive-services/luis/luis-reference-prebuilt-email
https://docs.microsoft.com/en-us/azure/cognitive-services/luis/reference-entity-machine-learned-entity
次の図に示すように、ユーザーに情報を提供するチャットボットを構築しています。

ドロップダウン メニューを使用して、グラフィックに表示された情報に基づいて各ステートメントを完成させる回答の選択肢を選択します。
注意: 正しい選択ごとに 1 ポイントが付与されます。


ドロップダウン メニューを使用して、グラフィックに表示された情報に基づいて各ステートメントを完成させる回答の選択肢を選択します。
注意: 正しい選択ごとに 1 ポイントが付与されます。

Correct Answer:

Explanation:
Box 1: Adaptive card
Box 2: an image
Reference:
https://docs.microsoft.com/en-us/microsoftteams/platform/task-modules-and-cards/cards/cards-reference
https://docs.microsoft.com/en-us/composer/how-to-send-cards?tabs=v1x
ユーザーがフィードバックコメントを投稿できるブログを運営しています。フィードバックコメントの中には、差別的な言葉を含む有害な内容が含まれているものがあります。
有害コンテンツを検出するソリューションのプロトタイプを作成する必要があります。ソリューションは開発労力を最小限に抑える必要があります。
実行すべき 2 つのアクションはどれですか。それぞれの正解は解決策の一部を示しています。
注意: 正しい選択ごとに 1 ポイントが付与されます。
有害コンテンツを検出するソリューションのプロトタイプを作成する必要があります。ソリューションは開発労力を最小限に抑える必要があります。
実行すべき 2 つのアクションはどれですか。それぞれの正解は解決策の一部を示しています。
注意: 正しい選択ごとに 1 ポイントが付与されます。
Correct Answer: C,E
Vote an answer
Explanation: Only visible for PassTestking members. You can sign-up / login (it's free).
AH という名前の Azure OpenAI リソースと CS1 という名前の Azure Al Content Safety リソースを含む Azure サブスクリプションがあります。
All を使用して特定の質問に対する生成的な回答を提供し、CS1 を使用して入力と出力に不適切なコンテンツがないかチェックするチャットボットを構築します。
サンプルの質問に対してテストを実行して、コンテンツ フィルターの構成を最適化する必要があります。
解決策: Content Safety Studio から、保護された素材の検出機能を使用してテストを実行します。
これは要件を満たしていますか?
All を使用して特定の質問に対する生成的な回答を提供し、CS1 を使用して入力と出力に不適切なコンテンツがないかチェックするチャットボットを構築します。
サンプルの質問に対してテストを実行して、コンテンツ フィルターの構成を最適化する必要があります。
解決策: Content Safety Studio から、保護された素材の検出機能を使用してテストを実行します。
これは要件を満たしていますか?
Correct Answer: A
Vote an answer
Explanation: Only visible for PassTestking members. You can sign-up / login (it's free).
Microsoft Foundry リソースを含む Azure サブスクリプションがあります。
指定された製品の説明から製品名を提案するアプリを構築する必要があります。
どの Foundry モデルを使用すべきでしょうか?
指定された製品の説明から製品名を提案するアプリを構築する必要があります。
どの Foundry モデルを使用すべきでしょうか?
Correct Answer: B
Vote an answer
ストリーミングワークロードの例はどのシナリオですか?
Correct Answer: B
Vote an answer
Explanation: Only visible for PassTestking members. You can sign-up / login (it's free).
AS1 という名前の Azure Al Search リソースを含む Azure サブスクリプションがあります。
ドキュメントの言語および感情分析を実行するカスタム スキルを AS1 に実装します。
エンリッチメント パイプラインの一部として AS1 の使用を評価しました。
AS1 はどのような順序でドキュメントをインデックスしますか? 回答するには、すべてのインデックス作成ステージをステージのリストから回答領域に移動し、正しい順序に並べます。

ドキュメントの言語および感情分析を実行するカスタム スキルを AS1 に実装します。
エンリッチメント パイプラインの一部として AS1 の使用を評価しました。
AS1 はどのような順序でドキュメントをインデックスしますか? 回答するには、すべてのインデックス作成ステージをステージのリストから回答領域に移動し、正しい順序に並べます。

Correct Answer:

Explanation:

Comprehensive Detailed Explanation
When an indexer runs in Azure AI Search, it processes each document through a fixed series of stages:
Document cracking
The indexer opens the item (file/row) and extracts text, images, and metadata, creating the root of the enriched document (/document). This is always the first stage.
Field mappings
Next, source fields are mapped directly to target index fields before any transformations . Field mappings occur after document cracking but before skillset execution . Microsoft Learn Skillset execution Built-in or custom skills (for example, language and sentiment analysis in your scenario) run and write outputs into the in-memory enriched document. Microsoft Learn Output field mappings Because skill outputs live only in memory, you must define output field mappings to route selected nodes of the enriched document into index fields. This step comes after skillset execution.
Push to index
Finally, the indexer hands off raw and enriched content to the search index (the physical data structures) so it becomes searchable-i.e., the content is "pushed to the index." Microsoft Learn This order- document cracking # field mappings # skillset execution # output field mappings # push to index -ensures raw content is extracted, direct source-to-index mappings are applied, AI enrichment is performed, enriched outputs are projected to fields, and the completed documents are written into the index.
Microsoft Azure AI References
Indexers in Azure AI Search - Stages of indexing (Document cracking; Field mappings; Skillset execution; Output field mappings, with field mappings occurring before transformations). Microsoft Learn Skillset concepts (Output of skillset is routed to the index via output field mappings after skillset execution).
Microsoft Learn
AI enrichment concepts (Field mappings move raw source content to the index; output field mappings move enriched content; indexing ingests raw and enriched content into the physical index). Microsoft Learn Annotations & enriched document tree (Enriched document is created during document cracking at
/document). Microsoft Learn
テキストファイル、ビデオ、オーディオストリーム、および仮想ディスクイメージの保存と取得に最適化された非リレーショナルデータストアを推奨する必要があります。データストアには、データ、一部のメタデータ、および各ファイルの一意のIDを保存する必要があります。どのタイプのデータストアをお勧めしますか?
Correct Answer: D
Vote an answer
Explanation: Only visible for PassTestking members. You can sign-up / login (it's free).
文を正しく完成させる答えを選択してください。


Correct Answer:

Explanation:

The statement is:
" When using the Azure Cosmos DB Gremlin API, the container resource type is projected as a ______. " Options:
graph # Correct. The Gremlin API in Azure Cosmos DB is designed to work with graph data models, supporting vertices (nodes) and edges (relationships). A container is projected as a graph.
table # Used when working with the Table API (key/value store). Not correct here.
partition key # Refers to data distribution and scalability, not the container resource type.
document # Refers to the SQL API or MongoDB API in Cosmos DB, not Gremlin.
Therefore, the correct answer is graph.
The answer: graph
Microsoft References
Azure Cosmos DB Gremlin API
Azure Cosmos DB APIs and data models
注: この問題は、同じシナリオを提示する一連の問題の一部です。一連の問題にはそれぞれ、定められた目標を満たす可能性のある独自の解答が含まれています。問題セットによっては、複数の正解が存在する場合もあれば、正解がない場合もあります。
このセクションの質問に回答した後は、その質問に戻ることはできません。そのため、これらの質問はレビュー画面に表示されません。
vm1 という Azure 仮想マシン上で実行される app1 という Web アプリを作成します。vm1 は、vnet1 という Azure 仮想ネットワーク上にあります。
service1 という名前の新しい Azure Cognitive Search サービスを作成する予定です。
パブリック インターネット経由でトラフィックをルーティングせずに、app1 が service1 に直接接続できることを確認する必要があります。
解決策: service1 とプライベート エンドポイントを vnet1 にデプロイします。
これは目標を満たしていますか?
このセクションの質問に回答した後は、その質問に戻ることはできません。そのため、これらの質問はレビュー画面に表示されません。
vm1 という Azure 仮想マシン上で実行される app1 という Web アプリを作成します。vm1 は、vnet1 という Azure 仮想ネットワーク上にあります。
service1 という名前の新しい Azure Cognitive Search サービスを作成する予定です。
パブリック インターネット経由でトラフィックをルーティングせずに、app1 が service1 に直接接続できることを確認する必要があります。
解決策: service1 とプライベート エンドポイントを vnet1 にデプロイします。
これは目標を満たしていますか?
Correct Answer: B
Vote an answer
Explanation: Only visible for PassTestking members. You can sign-up / login (it's free).
チャットボットを開発しています。
次のコンポーネントを作成します。
* QnA Maker リソース
* Azure Bot Framework SDK を使用したチャットボット
技術要件とチャットボットの要件を満たすために、追加のコンポーネントを追加する必要があります。何を追加すればよいでしょうか?
次のコンポーネントを作成します。
* QnA Maker リソース
* Azure Bot Framework SDK を使用したチャットボット
技術要件とチャットボットの要件を満たすために、追加のコンポーネントを追加する必要があります。何を追加すればよいでしょうか?
Correct Answer: C
Vote an answer
Explanation: Only visible for PassTestking members. You can sign-up / login (it's free).