Microsoft Designing and Implementing a Microsoft Azure AI Solution (AI-102日本語版) - AI-102日本語 Exam Practice Test
小売ドメインを使用して、会社の製品を識別する Custom Vision モデルをトレーニングします。
Android スマートフォン用のアプリの一部としてモデルを展開する予定です。
デプロイメント用にモデルを準備する必要があります。
順番に実行する必要がある 3 つのアクションはどれですか。回答するには、適切なアクションをアクション リストから回答領域に移動し、正しい順序に並べます。

Android スマートフォン用のアプリの一部としてモデルを展開する予定です。
デプロイメント用にモデルを準備する必要があります。
順番に実行する必要がある 3 つのアクションはどれですか。回答するには、適切なアクションをアクション リストから回答領域に移動し、正しい順序に並べます。

Correct Answer:

Explanation:
In user want to change to deploy offline model
1. Change model domain to compact model
2. Retrain compact model
3. Export model
Reference:
https://docs.microsoft.com/en-us/azure/cognitive-services/custom-vision-service/export-your-model
チャットボットを構築しています。
性的に露骨な表現を含むメッセージを識別するには、Content Moderator サービスを使用する必要があります。
サービスからの応答のどのセクションにカテゴリ スコアが含まれ、どのカテゴリがメッセージに割り当てられますか。回答するには、回答領域で適切なオプションを選択します。注: 正しい選択ごとに 1 ポイントが加算されます。

性的に露骨な表現を含むメッセージを識別するには、Content Moderator サービスを使用する必要があります。
サービスからの応答のどのセクションにカテゴリ スコアが含まれ、どのカテゴリがメッセージに割り当てられますか。回答するには、回答領域で適切なオプションを選択します。注: 正しい選択ごとに 1 ポイントが加算されます。

Correct Answer:

Explanation:

Comprehensive Detailed Explanation
The scenario:
You are using Azure Content Moderator to filter chatbot messages.
You must detect sexually explicit language.
The question asks: which section of the response provides the category score, and which category number corresponds to sexual content.
Step 1 - Understand Content Moderator response structure
Content Moderator returns several sections:
Classification # Provides scores for categories of potentially unsafe or inappropriate content.
PII # Identifies personally identifiable information (phone numbers, email, addresses, etc.).
Terms # Identifies terms from a custom or built-in blocklist.
Since the requirement is sexually explicit language detection, the correct section is Classification.
Step 2 - Identify the correct Category
Content Moderator's Classification section returns three default categories:
Category 1: Potentially sexually explicit or adult content.
Category 2: Potentially sexually suggestive content.
Category 3: Offensive or derogatory language.
Since the question specifies sexually explicit language, the correct category is 1.
Correct Answer Mapping:
Section: Classification
Category: 1
Microsoft References
Content Moderator - Text moderation (classification categories explained) Content Moderator overview and response schema
Azure サブスクリプションをお持ちです。
地理的な場所を認識する Azure Al Search リソースをデプロイする必要があります。
リソースのスキルセットに含めるべき組み込みスキルはどれですか?
地理的な場所を認識する Azure Al Search リソースをデプロイする必要があります。
リソースのスキルセットに含めるべき組み込みスキルはどれですか?
Correct Answer: C
Vote an answer
Explanation: Only visible for Fast2test members. You can sign-up / login (it's free).
ソーシャル メディア メッセージング アプリを構築しています。
メッセージで使用されている言語をリアルタイムで識別する必要があります。
メッセージで使用されている言語をリアルタイムで識別する必要があります。
Correct Answer: D
Vote an answer
Explanation: Only visible for Fast2test members. You can sign-up / login (it's free).
Azure Al Anomaly Detector サービスを使用する監視ソリューションがあります。
断続的にインターネットにアクセスできる Server! という名前のサーバーをプロビジョニングします。
Azure Al Anomaly Detector をサーバー 1 にデプロイする必要があります。
どの 4 つのアクションを順番に実行する必要がありますか? 回答するには、適切なアクションをアクション リストから回答領域に移動し、正しい順序に並べます。

断続的にインターネットにアクセスできる Server! という名前のサーバーをプロビジョニングします。
Azure Al Anomaly Detector をサーバー 1 にデプロイする必要があります。
どの 4 つのアクションを順番に実行する必要がありますか? 回答するには、適切なアクションをアクション リストから回答領域に移動し、正しい順序に並べます。

Correct Answer:

Explanation:

The requirement:
You are using Azure AI Anomaly Detector.
You need to deploy it on Server1, which has intermittent internet access.
This means you need to run the service locally using containers (Docker).
Step 1 - Install Docker Engine
Before pulling or running any containers, Docker must be installed on Server1.
Without Docker Engine, no container can be deployed.
Step 2 - Pull the container image
Use docker pull to download the Anomaly Detector container image from Microsoft Container Registry.
This requires internet access, so it should be done when connectivity is available.
Step 3 - Run the container
After pulling the image, use docker run to start the Anomaly Detector container.
This exposes a local REST API endpoint on Server1.
Step 4 - Query the local endpoint
Once the container is running, you can query the prediction endpoint on Server1.
This allows local inference without requiring continuous internet access.
Correct Sequence:
Install the Docker Engine on Server1.
From Server1, run the docker pull command.
From Server1, run the docker run command.
Query the prediction endpoint on Server1.
Microsoft References
Use Azure AI Anomaly Detector on containers
Deploy Azure AI services in Docker containers
Anomaly Detector container setup
Azure Al Agent サービスを使用してエージェントを構築しています。
エージェントが過去 90 日間にリリースされた公開データにアクセスできることを確認する必要があります。
コードをどのように完成させるべきですか? 回答するには、回答エリアで適切なオプションを選択してください。
注意: 正しい選択ごとに 1 ポイントが付与されます。

エージェントが過去 90 日間にリリースされた公開データにアクセスできることを確認する必要があります。
コードをどのように完成させるべきですか? 回答するには、回答エリアで適切なオプションを選択してください。
注意: 正しい選択ごとに 1 ポイントが付与されます。

Correct Answer:

Explanation:

To let an Azure AI Agent access publicly available, recent web content, you add the Bing grounding tool. In the SDK, you first define a ToolConnectionList with the Bing connection ID (here, " bingConnectionId " ), then construct a BingGroundingToolDefinition(connectionList) so the agent can call Bing Search with recency filters (e.g., last 90 days) when answering questions.
When creating the agent, tool definitions are passed via the tools: parameter of CreateAgentAsync(...) as a List < ToolDefinition > . The toolResources parameter is used when you must also supply resource descriptors (for example, an Azure AI Search index configuration), which is not needed here because the Bing grounding tool already references the connection through the ToolConnectionList .
Therefore:
Use BingGroundingToolDefinition to ground the agent on current public web data.
Provide that tool in tools: new List < ToolDefinition > { grounding } when calling CreateAgentAsync(...) .
Microsoft Azure AI References (titles only)
Azure AI Agent Service - Bing web grounding tool (tool definitions and connections) Azure AI Agent Service SDK - Agent creation ( CreateAgentAsync parameters: tools vs toolResources ) Azure AI Agent Service - Tool connections and ToolConnectionList usage
次の構成の Azure サブスクリプションがあります。
* サブスクリプションID: 8d3591aa-96b8-4737-ad09-OOf9b1ed35ad
* テナントID: 3edfe572-cbS4-3ced-ae12-c5c177f39a12
感情分析と光学式文字認識 (OCR) を実行するリソースを作成する予定です。
サブスクリプションにリソースを作成するには、HTTPリクエストを使用する必要があります。ソリューションでは、単一のキーとエンドポイントを使用する必要があります。
リクエストをどのように完了すればよいですか? 回答するには、回答領域で適切なオプションを選択してください。
注意: 正しい選択ごとに 1 ポイントが付与されます。

* サブスクリプションID: 8d3591aa-96b8-4737-ad09-OOf9b1ed35ad
* テナントID: 3edfe572-cbS4-3ced-ae12-c5c177f39a12
感情分析と光学式文字認識 (OCR) を実行するリソースを作成する予定です。
サブスクリプションにリソースを作成するには、HTTPリクエストを使用する必要があります。ソリューションでは、単一のキーとエンドポイントを使用する必要があります。
リクエストをどのように完了すればよいですか? 回答するには、回答領域で適切なオプションを選択してください。
注意: 正しい選択ごとに 1 ポイントが付与されます。

Correct Answer:

Explanation:

Comprehensive Detailed Explanation
You're creating a resource that will handle sentiment analysis (Language) and OCR (Vision) with a single key and endpoint. That is a Cognitive Services multi-service (Azure AI services) account.
When creating any Azure resource via ARM (HTTP/REST), the URL must be scoped to a subscription, not a tenant, and use the correct resource provider.
Scope segment: Use
https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{rg}/providers/...
Therefore, choose subscriptions/8d3591aa-96b8-4737-ad09-00f9b1ed35ad (not the tenant scope).
Resource provider: Multi-service cognitive account is under Microsoft.CognitiveServices.
The full path to create would be like:
/providers/Microsoft.CognitiveServices/accounts/{accountName}?api-version=2021-10-01 This creates a single Cognitive Services (Azure AI services) resource that provides one endpoint and one key across multiple services (e.g., Language for sentiment analysis and Vision for OCR).
Microsoft Azure AI Solution References
Azure Resource Manager: Create Cognitive Services account (Microsoft.CognitiveServices/accounts) using REST and API version 2021-10-01.
Azure AI services (Cognitive Services) multi-service resource overview-single key/endpoint across services.
Language Understanding ポータルを使用して、Language Understanding モデルを構築します。
次のサンプルに示すように、モデルを JSON ファイルとしてエクスポートします。

Weather.Historic エンティティは発話の中で何に対応していますか?
次のサンプルに示すように、モデルを JSON ファイルとしてエクスポートします。

Weather.Historic エンティティは発話の中で何に対応していますか?
Correct Answer: D
Vote an answer
Explanation: Only visible for Fast2test members. You can sign-up / login (it's free).
あなたの会社は、Azureにリレーショナルデータベースを実装する必要があります。ソリューションは、継続的なメンテナンスを最小限に抑える必要があります。どのAzureサービスを使用する必要がありますか?
Correct Answer: C
Vote an answer
Explanation: Only visible for Fast2test members. You can sign-up / login (it's free).
QnA Maker サービスを使用する小売チャットボットを構築しています。
モデルをトレーニングするために、社内サポートドキュメントをアップロードします。ドキュメントには「保証期間はどのくらいですか?」という質問が含まれています。ユーザーから、「保証期間はどのくらいですか?」という質問に対して、チャットボットがQnA Makerのデフォルトの回答を返すという報告がありました。ユーザーが「保証期間はどのくらいですか?」という質問に対して、チャットボットは正しい回答を返します。どちらの質問でも同じ回答が返されるはずです。
チャットボットの応答の精度を高める必要があります。
順番に実行する必要がある 3 つのアクションはどれですか。回答するには、アクションのリストから適切なアクションを回答エリアに移動し、正しい順序に並べます。(3 つ選択してください。)

モデルをトレーニングするために、社内サポートドキュメントをアップロードします。ドキュメントには「保証期間はどのくらいですか?」という質問が含まれています。ユーザーから、「保証期間はどのくらいですか?」という質問に対して、チャットボットがQnA Makerのデフォルトの回答を返すという報告がありました。ユーザーが「保証期間はどのくらいですか?」という質問に対して、チャットボットは正しい回答を返します。どちらの質問でも同じ回答が返されるはずです。
チャットボットの応答の精度を高める必要があります。
順番に実行する必要がある 3 つのアクションはどれですか。回答するには、アクションのリストから適切なアクションを回答エリアに移動し、正しい順序に並べます。(3 つ選択してください。)

Correct Answer:

Explanation:

This scenario is about improving the accuracy of QnA Maker responses when user phrasing is different but semantically the same.
Problem
Uploaded document contains: "What is your warranty period?"
Users ask: "How long is the warranty coverage?"
QnA Maker fails because it does not automatically equate these two phrasings.
Both must map to the same answer.
Correct Sequence of Actions
Add alternative phrasing to the question and answer (QnA) pair.
In QnA Maker, you can add synonyms or paraphrases for a question.
Example: Add "How long is the warranty coverage?" as an alternative phrasing to the existing QnA pair.
This ensures the system treats both phrasings as the same question.
Retrain the model.
After modifying the knowledge base with new alternatives, you must retrain the model.
This step incorporates the updates into the QnA Maker service.
Republish the model.
To make the changes live and accessible by the chatbot endpoint, the retrained model must be republished.
Without republishing, the chatbot will still use the old knowledge base.
Actions That Are Not Required
Add a new QnA pair # Not needed, because we want both questions to map to the same existing answer, not duplicate answers.
Add additional questions to the document # That's not required when QnA Maker already supports adding alternative phrasing within the portal or JSON editor.
Final Answer (Sequence)
Add alternative phrasing to the question and answer (QnA) pair.
Retrain the model.
Republish the model.
Microsoft References
QnA Maker - Add alternative phrasing
Train and publish a QnA Maker knowledge base
チャットボットを構築しています。
製品のセットアッププロセスを通じてユーザーをガイドするようにボットを構成する必要があります。
どのようなタイプのダイアログを使用する必要がありますか?
製品のセットアッププロセスを通じてユーザーをガイドするようにボットを構成する必要があります。
どのようなタイプのダイアログを使用する必要がありますか?
Correct Answer: C
Vote an answer