AI-102 ビジョン&ドキュメントAIAI-102 Vision and Document AI

画像、ビデオ、OCR、Face、および Document Intelligence の質問をグループ化することで、密接に関連したビジュアル サービスが 1 つのメモリ バケット内に留まります。Group image, video, OCR, Face, and Document Intelligence questions together so closely related visual services stay in one memory bucket.

試験Exams
AI-102
問題数Questions
89
コメント数Comments
991
1 89

表示中 89 / 89 問

1. AI-102 トピック 1 問題 41. AI-102 Topic 1 Question 4

問題Question

あなたの会社は、従業員が経費報告書に領収書を記録するのにかかる時間を短縮したいと考えています。領収書はすべて英語です。
仕入先や取引合計などの最上位の情報を領収書から抽出する必要があります。ソリューションでは、開発労力を最小限に抑える必要があります。
どの Azure サービスを使用する必要がありますか?

  • A. カスタムビジョン
  • B. パーソナライザー
  • C. フォーム認識装置
  • D. コンピュータビジョン

Your company wants to reduce how long it takes for employees to log receipts in expense reports. All the receipts are in English.
You need to extract top-level information from the receipts, such as the vendor and the transaction total. The solution must minimize development effort.
Which Azure service should you use?

  • A. Custom Vision
  • B. Personalizer
  • C. Form Recognizer
  • D. Computer Vision

2. AI-102 トピック 1 問題 92. AI-102 Topic 1 Question 9

問題Question

Azure Cognitive Services リソースをプログラムで作成するには、次の C# メソッドがあります。
image
米国西部 Azure リージョンに無料の Azure リソースを作成するには、メソッドを呼び出す必要があります。このリソースは、画像のキャプションを自動的に生成するために使用されます。
どのコードを使用する必要がありますか?

  • A. create_resource(client, "res1", "ComputerVision", "F0", "westus")
  • B. create_resource(client, "res1", "CustomVision.Prediction", "F0", "westus")
  • C. create_resource(client, "res1", "ComputerVision", "S0", "westus")
  • D. create_resource(client, "res1", "CustomVision.Prediction", "S0", "westus")

You have the following C# method for creating Azure Cognitive Services resources programmatically.
image
You need to call the method to create a free Azure resource in the West US Azure region. The resource will be used to generate captions of images automatically.
Which code should you use?

  • A. create_resource(client, "res1", "ComputerVision", "F0", "westus")
  • B. create_resource(client, "res1", "CustomVision.Prediction", "F0", "westus")
  • C. create_resource(client, "res1", "ComputerVision", "S0", "westus")
  • D. create_resource(client, "res1", "CustomVision.Prediction", "S0", "westus")

3. AI-102 トピック 1 問題 113. AI-102 Topic 1 Question 11

問題Question

カスタム Form Recognizer モデルを構築します。
次の表に示すように、モデルのトレーニングに使用するサンプル ファイルを受け取ります。
image
モデルのトレーニングに使用できる 3 つのファイルはどれですか?それぞれの正解は完全な解決策を示します。
注: 正しく選択するたびに 1 ポイントの価値があります。

  • A. ファイル1
  • B. ファイル2
  • C. ファイル3
  • D. ファイル4
  • E. ファイル5
  • F. ファイル6

You build a custom Form Recognizer model.
You receive sample files to use for training the model as shown in the following table.
image
Which three files can you use to train the model? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.

  • A. File1
  • B. File2
  • C. File3
  • D. File4
  • E. File5
  • F. File6

4. AI-102 トピック 1 問題 194. AI-102 Topic 1 Question 19

問題Question

ホットスポット -
あなたは、遠隔学習者向けのインターネット ベースのトレーニング ソリューションを開発しています。
あなたの会社は、トレーニング中に長時間机を離れたり、集中力が散漫になったりする学習者がいることを認識しています。
各学習者のコンピュータからのビデオと音声のフィードを使用して、学習者がその場にいて注意を払っているかどうかを検出する必要があります。ソリューションでは、開発の労力を最小限に抑え、各学習者を識別する必要があります。
各要件に対してどの Azure Cognitive Services サービスを使用する必要がありますか?回答するには、回答領域で適切なオプションを選択してください。
注: 正しく選択するたびに 1 ポイントの価値があります。
ホットエリア:
image

HOTSPOT -
You are developing an internet-based training solution for remote learners.
Your company identifies that during the training, some learners leave their desk for long periods or become distracted.
You need to use a video and audio feed from each learner's computer to detect whether the learner is present and paying attention. The solution must minimize development effort and identify each learner.
Which Azure Cognitive Services service should you use for each requirement? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Hot Area:
image

5. AI-102 トピック 1 問題 245. AI-102 Topic 1 Question 24

問題Question

URL からアクセスできる領収書があります。
Form Recognizer と SDK を使用して、レシートからデータを抽出する必要があります。ソリューションでは、事前に構築されたモデルを使用する必要があります。
どのクライアントとメソッドを使用する必要がありますか?

  • A. FormRecognizerClient クライアントと StartRecognizeContentFromUri メソッド
  • B. FormTrainingClient クライアントと StartRecognizeContentFromUri メソッド
  • C. FormRecognizerClient クライアントと StartRecognizeReceiptsFromUri メソッド
  • D. FormTrainingClient クライアントと StartRecognizeReceiptsFromUri メソッド

You have receipts that are accessible from a URL.
You need to extract data from the receipts by using Form Recognizer and the SDK. The solution must use a prebuilt model.
Which client and method should you use?

  • A. the FormRecognizerClient client and the StartRecognizeContentFromUri method
  • B. the FormTrainingClient client and the StartRecognizeContentFromUri method
  • C. the FormRecognizerClient client and the StartRecognizeReceiptsFromUri method
  • D. the FormTrainingClient client and the StartRecognizeReceiptsFromUri method

6. AI-102 トピック 1 問題 356. AI-102 Topic 1 Question 35

問題Question

シミュレーション -
Azure Blob Storage から読み取られる画像のキャプションを生成するソリューションを作成する予定です。
このソリューションには、Azure Cognitive Services でサービスを作成する必要があります。サービスには captions12345678 という名前を付け、無料価格レベルを使用する必要があります。
このタスクを完了するには、Azure portal にサインインします。

SIMULATION -
You plan to create a solution to generate captions for images that will be read from Azure Blob Storage.
You need to create a service in Azure Cognitive Services for the solution. The service must be named captions12345678 and must use the Free pricing tier.
To complete this task, sign in to the Azure portal.

7. AI-102 トピック 1 問題 367. AI-102 Topic 1 Question 36

問題Question

シミュレーション -
fr12345678 という名前の Form Recognizer リソースを作成する必要があります。
https://fott-2-1.azurewebsites.net/ にある Form Recognizer サンプル ラベル付けツールを使用して、C:\Resources\Invoices フォルダーにある請求書を分析します。
結果を C:\Resources\Invoices\Results.json として保存します。
このタスクを完了するには、Azure portal にサインインし、Form Recognizer サンプル ラベル付けツールを開きます。

SIMULATION -
You need to create a Form Recognizer resource named fr12345678.
Use the Form Recognizer sample labeling tool at https://fott-2-1.azurewebsites.net/ to analyze the invoice located in the C:\Resources\Invoices folder.
Save the results as C:\Resources\Invoices\Results.json.
To complete this task, sign in to the Azure portal and open the Form Recognizer sample labeling tool.

8. AI-102 トピック 1 問題 378. AI-102 Topic 1 Question 37

問題Question

食品を製造する工場があります。
スタッフが個人用保護具 (PPE) 要件を遵守できるように監視ソリューションを構築する必要があります。ソリューションは次の要件を満たす必要があります。
* マスクや安全メガネを外したスタッフを特定します。
* 15 分ごとにコンプライアンスチェックを実行します。
* 開発労力を最小限に抑えます。
*コストを最小限に抑えます。
どのサービスを使用する必要がありますか?

  • A. Face
  • B. コンピュータビジョン
  • C. Azure Video Analyzer for Media (旧称 Video Indexer)

You have a factory that produces food products.
You need to build a monitoring solution for staff compliance with personal protective equipment (PPE) requirements. The solution must meet the following requirements:
* Identify staff who have removed masks or safety glasses.
* Perform a compliance check every 15 minutes.
* Minimize development effort.
* Minimize costs.
Which service should you use?

  • A. Face
  • B. Computer Vision
  • C. Azure Video Analyzer for Media (formerly Video Indexer)

9. AI-102 トピック 1 問題 399. AI-102 Topic 1 Question 39

問題Question

シミュレーション -
必要に応じて、次のログイン資格情報を使用します。
ユーザー名を入力するには、[サインイン] ボックスにカーソルを置き、下のユーザー名をクリックします。
パスワードを入力するには、「パスワードの入力」ボックスにカーソルを置き、下のパスワードをクリックします。

Azure ユーザー名: [メール 保護されています] -

Azure パスワード: XXXXXXXXXXXX -
次の情報は、テクニカル サポートのみを目的としています。

ラボインスタンス: 12345678 -

タスク -
画像に Microsoft Surface Pro または Surface Studio が含まれているかどうかを識別する API を構築する予定です。
API 用に Azure Cognitive Services にサービスをデプロイする必要があります。サービスの名前は AAA12345678 であり、米国東部の Azure リージョンに存在する必要があります。ソリューションでは、無料価格レベルを使用する必要があります。
このタスクを完了するには、Azure portal にサインインします。

SIMULATION -
Use the following login credentials as needed:
To enter your username, place your cursor in the Sign in box and click on the username below.
To enter your password, place your cursor in the Enter password box and click on the password below.

Azure Username: [email protected] -

Azure Password: XXXXXXXXXXXX -
The following information is for technical support purposes only:

Lab Instance: 12345678 -

Task -
You plan to build an API that will identify whether an image includes a Microsoft Surface Pro or Surface Studio.
You need to deploy a service in Azure Cognitive Services for the API. The service must be named AAA12345678 and must be in the East US Azure region. The solution must use the Free pricing tier.
To complete this task, sign in to the Azure portal.

10. AI-102 トピック 1 問題 4010. AI-102 Topic 1 Question 40

問題Question

シミュレーション -
必要に応じて、次のログイン資格情報を使用します。
ユーザー名を入力するには、[サインイン] ボックスにカーソルを置き、下のユーザー名をクリックします。
パスワードを入力するには、「パスワードの入力」ボックスにカーソルを置き、下のパスワードをクリックします。

Azure ユーザー名: [メール 保護されています] -

Azure パスワード: XXXXXXXXXXXX -
次の情報は、テクニカル サポートのみを目的としています。

ラボインスタンス: 12345678 -

タスク -
画像に Microsoft Surface Pro が含まれているかどうかを識別するには、Azure Cognitive Services の AAA12345678 という名前のサービスを使用する API を構築する必要があります。
サーフェススタジオ。
この目標を達成するには、C:\Resources\Images フォルダー内のサンプル イメージを使用する必要があります。
このタスクを完了するには、Azure portal にサインインします。

SIMULATION -
Use the following login credentials as needed:
To enter your username, place your cursor in the Sign in box and click on the username below.
To enter your password, place your cursor in the Enter password box and click on the password below.

Azure Username: [email protected] -

Azure Password: XXXXXXXXXXXX -
The following information is for technical support purposes only:

Lab Instance: 12345678 -

Task -
You need to build an API that uses the service in Azure Cognitive Services named AAA12345678 to identify whether an image includes a Microsoft Surface Pro or
Surface Studio.
To achieve this goal, you must use the sample images in the C:\Resources\Images folder.
To complete this task, sign in to the Azure portal.

11. AI-102 トピック 1 問題 4111. AI-102 Topic 1 Question 41

問題Question

シミュレーション -
必要に応じて、次のログイン資格情報を使用します。
ユーザー名を入力するには、[サインイン] ボックスにカーソルを置き、下のユーザー名をクリックします。
パスワードを入力するには、「パスワードの入力」ボックスにカーソルを置き、下のパスワードをクリックします。

Azure ユーザー名: [メール 保護されています] -

Azure パスワード: XXXXXXXXXXXX -
次の情報は、テクニカル サポートのみを目的としています。

ラボインスタンス: 12345678 -

タスク -
C:\Resources\Video\Media.mp4 フォルダーにあるビデオ ファイルから分析情報を取得する必要があります。
分析情報を C:\Resources\Video\Insights.json フォルダーに保存します。
このタスクを完了するには、https://www.videoindexer.ai/ で Azure Video Analyzer for Media にサインインします。 [メール 保護されています]

SIMULATION -
Use the following login credentials as needed:
To enter your username, place your cursor in the Sign in box and click on the username below.
To enter your password, place your cursor in the Enter password box and click on the password below.

Azure Username: [email protected] -

Azure Password: XXXXXXXXXXXX -
The following information is for technical support purposes only:

Lab Instance: 12345678 -

Task -
You need to get insights from a video file located in the C:\Resources\Video\Media.mp4 folder.
Save the insights to the C:\Resources\Video\Insights.json folder.
To complete this task, sign in to the Azure Video Analyzer for Media at https://www.videoindexer.ai/ by using [email protected]

12. AI-102 トピック 1 問題 4212. AI-102 Topic 1 Question 42

問題Question

シミュレーション -
必要に応じて、次のログイン資格情報を使用します。
ユーザー名を入力するには、[サインイン] ボックスにカーソルを置き、下のユーザー名をクリックします。
パスワードを入力するには、「パスワードの入力」ボックスにカーソルを置き、下のパスワードをクリックします。

Azure ユーザー名: [メール 保護されています] -

Azure パスワード: XXXXXXXXXXXX -
次の情報は、テクニカル サポートのみを目的としています。

ラボインスタンス: 12345678 -

タスク -
ストック写真を分析し、画像のキャプションを自動的に生成することを計画しています。
画像を分析するには、Azure でサービスを作成する必要があります。サービスの名前は caption12345678 であり、米国東部 Azure リージョンに存在する必要があります。ソリューションでは、無料価格レベルを使用する必要があります。
C:\Resources\Caption\Params.json フォルダーに、キー 1 の値と新しいサービスのエンドポイントを入力します。
このタスクを完了するには、Azure portal にサインインします。

SIMULATION -
Use the following login credentials as needed:
To enter your username, place your cursor in the Sign in box and click on the username below.
To enter your password, place your cursor in the Enter password box and click on the password below.

Azure Username: [email protected] -

Azure Password: XXXXXXXXXXXX -
The following information is for technical support purposes only:

Lab Instance: 12345678 -

Task -
You plan to analyze stock photography and automatically generate captions for the images.
You need to create a service in Azure to analyze the images. The service must be named caption12345678 and must be in the East US Azure region. The solution must use the Free pricing tier.
In the C:\Resources\Caption\Params.json folder, enter the value for Key 1 and the endpoint for the new service.
To complete this task, sign in to the Azure portal.

13. AI-102 トピック 1 問題 4313. AI-102 Topic 1 Question 43

問題Question

シミュレーション -
必要に応じて、次のログイン資格情報を使用します。
ユーザー名を入力するには、[サインイン] ボックスにカーソルを置き、下のユーザー名をクリックします。
パスワードを入力するには、「パスワードの入力」ボックスにカーソルを置き、下のパスワードをクリックします。

Azure ユーザー名: [メール 保護されています] -

Azure パスワード: XXXXXXXXXXXX -
次の情報は、テクニカル サポートのみを目的としています。

ラボインスタンス: 12345678 -

タスク -
caption12345678 を使用するアプリケーションを構築する予定です。アプリケーションは、VNet1 という名前の仮想ネットワークにデプロイされます。
VNet1 上の仮想マシンのみが caption12345678 にアクセスできることを確認する必要があります。
このタスクを完了するには、Azure portal にサインインします。

SIMULATION -
Use the following login credentials as needed:
To enter your username, place your cursor in the Sign in box and click on the username below.
To enter your password, place your cursor in the Enter password box and click on the password below.

Azure Username: [email protected] -

Azure Password: XXXXXXXXXXXX -
The following information is for technical support purposes only:

Lab Instance: 12345678 -

Task -
You plan to build an application that will use caption12345678. The application will be deployed to a virtual network named VNet1.
You need to ensure that only virtual machines on VNet1 can access caption12345678.
To complete this task, sign in to the Azure portal.

14. AI-102 トピック 1 問題 4614. AI-102 Topic 1 Question 46

問題Question

Computer Vision API を使用して画像を分析するアプリがあります。

視覚障害のあるユーザーに出力を提供するようにアプリを構成する必要があります。ソリューションは完全な文で出力を提供する必要があります。

どの API 呼び出しを実行する必要がありますか?

  • A. readInStreamAsync
  • B. AnalyzerImagesByDomainInStreamAsync
  • C. tagImageInStreamAsync
  • D. descriptionImageInStreamAsync

You have an app that analyzes images by using the Computer Vision API.

You need to configure the app to provide an output for users who are vision impaired. The solution must provide the output in complete sentences.

Which API call should you perform?

  • A. readInStreamAsync
  • B. analyzeImagesByDomainInStreamAsync
  • C. tagImageInStreamAsync
  • D. describeImageInStreamAsync

15. AI-102 トピック 1 問題 4715. AI-102 Topic 1 Question 47

問題Question

ドラッグドロップ
-

オブジェクト検出を実行する Custom Vision サービス プロジェクトがあります。プロジェクトは分類に一般ドメインを使用し、トレーニングされたモデルが含まれています。

インターネットから切断されたネットワークで使用するには、モデルをエクスポートする必要があります。

どの 3 つのアクションを順番に実行する必要がありますか?回答するには、アクションのリストから適切なアクションを回答領域に移動し、正しい順序で並べます。

image

DRAG DROP
-

You have a Custom Vision service project that performs object detection. The project uses the General domain for classification and contains a trained model.

You need to export the model for use on a network that is disconnected from the internet.

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.

image

16. AI-102 トピック 1 問題 6716. AI-102 Topic 1 Question 67

問題Question

File1.avi という名前の 20 GB のビデオ ファイルを含む Microsoft OneDrive フォルダーがあります。

Azure Video Indexer Web サイトを使用して、File1.avi のインデックスを作成する必要があります。

どうすればいいでしょうか?

  • A. File1.avi を www.youtube.com Web ページにアップロードし、ビデオの URL を Azure AI Video Indexer Web サイトにコピーします。
  • B. File1.avi をローカル コンピューターにダウンロードし、そのファイルを Azure AI Video Indexer Web サイトにアップロードします。
  • C. OneDrive からダウンロード リンクを作成し、そのリンクを Azure AI Video Indexer Web サイトにコピーします。
  • D. OneDrive から、File1.avi の共有リンクを作成し、そのリンクを Azure AI Video Indexer Web サイトにコピーします。

You have a Microsoft OneDrive folder that contains a 20-GB video file named File1.avi.

You need to index File1.avi by using the Azure Video Indexer website.

What should you do?

  • A. Upload File1.avi to the www.youtube.com webpage, and then copy the URL of the video to the Azure AI Video Indexer website.
  • B. Download File1.avi to a local computer, and then upload the file to the Azure AI Video Indexer website.
  • C. From OneDrive, create a download link, and then copy the link to the Azure AI Video Indexer website.
  • D. From OneDrive, create a sharing link for File1.avi, and then copy the link to the Azure AI Video Indexer website.

17. AI-102 トピック 1 問題 6917. AI-102 Topic 1 Question 69

問題Question

あなたはインターネットベースのトレーニング ソリューションを構築しています。このソリューションでは、ユーザーのカメラとマイクを有効にしておく必要があります。

ユーザーのビデオ ストリームを監視し、ユーザーがインストラクターに質問したことを検出する必要があります。ソリューションでは、開発労力を最小限に抑える必要があります。

ソリューションには何を含めるべきでしょうか?

  • A. Azure AI Speech サービスの音声テキスト変換
  • B. language detection in Azure AI Language Service
  • C. Azure AI Vision の Face サービス
  • D. Azure AI Custom Vision でのオブジェクト検出

You are building an internet-based training solution. The solution requires that a user's camera and microphone remain enabled.

You need to monitor a video stream of the user and detect when the user asks an instructor a question. The solution must minimize development effort.

What should you include in the solution?

  • A. speech-to-text in the Azure AI Speech service
  • B. language detection in Azure AI Language Service
  • C. the Face service in Azure AI Vision
  • D. object detection in Azure AI Custom Vision

18. AI-102 トピック 1 問題 7118. AI-102 Topic 1 Question 71

問題Question

ホットスポット
-

手書きのアンケート回答のスキャン画像が 1,000 枚あります。アンケートには一貫したレイアウトがありません。

AIdoc1 という名前の Azure AI Document Intelligence リソースを含む Azure サブスクリプションがあります。

Document Intelligence Studio を開き、新しいプロジェクトを作成します。

アンケートの回答からデータを抽出する必要があります。ソリューションでは、開発労力を最小限に抑える必要があります。

画像をどこにアップロードするか、どのタイプのモデルを使用する必要がありますか?回答するには、回答領域で適切なオプションを選択してください。

注: 正しく選択するたびに 1 ポイントの価値があります。

image

HOTSPOT
-

You have 1,000 scanned images of hand-written survey responses. The surveys do NOT have a consistent layout.

You have an Azure subscription that contains an Azure AI Document Intelligence resource named AIdoc1.

You open Document Intelligence Studio and create a new project.

You need to extract data from the survey responses. The solution must minimize development effort.

To where should you upload the images, and which type of model should you use? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

image

19. AI-102 トピック 2 問題 119. AI-102 Topic 2 Question 1

問題Question

ホットスポット -
Computer Vision クライアント ライブラリを使用するアプリケーションを開発しています。アプリケーションには次のコードがあります。
image
次の各ステートメントについて、そのステートメントが true の場合は [はい] を選択します。それ以外の場合は、「いいえ」を選択します。
注: 正しく選択するたびに 1 ポイントの価値があります。
ホットエリア:
image

HOTSPOT -
You are developing an application that will use the Computer Vision client library. The application has the following code.
image
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.
Hot Area:
image

20. AI-102 トピック 2 問題 220. AI-102 Topic 2 Question 2

問題Question

Computer Vision クライアント ライブラリを使用するメソッドを開発しています。このメソッドは、画像内の光学式文字認識 (OCR) を実行します。メソッドには次のコードがあります。
image
テスト中に、読み取り操作が完了する前に GetReadResultAsync メソッドの呼び出しが発生していることがわかりました。
読み取り操作が完了するまで GetReadResultAsync メソッドが続行されないようにする必要があります。
どの 2 つのアクションを実行する必要がありますか?それぞれの正解は、解決策の一部を示しています。
注: 正しく選択するたびに 1 ポイントの価値があります。

  • A. Guid.Parse(operationId) パラメータを削除します。
  • B. results.Status 値を確認するコードを追加します。
  • C. txtHeaders.Status 値のステータスを確認するコードを追加します。
  • D. 遅延を含むループ内で GetReadResultAsync への呼び出しをラップします。

You are developing a method that uses the Computer Vision client library. The method will perform optical character recognition (OCR) in images. The method has the following code.
image
During testing, you discover that the call to the GetReadResultAsync method occurs before the read operation is complete.
You need to prevent the GetReadResultAsync method from proceeding until the read operation is complete.
Which two actions should you perform? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.

  • A. Remove the Guid.Parse(operationId) parameter.
  • B. Add code to verify the results.Status value.
  • C. Add code to verify the status of the txtHeaders.Status value.
  • D. Wrap the call to GetReadResultAsync within a loop that contains a delay.

21. AI-102 トピック 2 問題 321. AI-102 Topic 2 Question 3

問題Question

ホットスポット -
米国西部 Azure リージョンでホストされている contoso1 という名前の Computer Vision リソースがあります。
スマート トリミング機能を使用して別のサイズの製品写真を作成するには、contoso1 を使用する必要があります。
API URL はどのように入力すればよいですか?回答するには、回答領域で適切なオプションを選択してください。
注: 正しく選択するたびに 1 ポイントの価値があります。
ホットエリア:
image

HOTSPOT -
You have a Computer Vision resource named contoso1 that is hosted in the West US Azure region.
You need to use contoso1 to make a different size of a product photo by using the smart cropping feature.
How should you complete the API URL? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Hot Area:
image

22. AI-102 トピック 2 問題 422. AI-102 Topic 2 Question 4

問題Question

ドラッグドロップ -
Azure Video Analyzer for Media (以前の Video Indexer) サービスを使用して社内会議のビデオを表示する Web ページを開発しています。
Player ウィジェットと Cognitive Insights ウィジェットをページに埋め込みます。
次の要件を満たすようにウィジェットを構成する必要があります。
✑ ユーザーがキーワードを検索できるようにします。
✑ ビデオ内の人々の名前と顔を表示します。
✑ ビデオのキャプションを英語 (米国) で表示します。
各ウィジェットの URL はどのように入力すればよいでしょうか?答えるには、適切な値を正しいターゲットにドラッグします。各値は 1 回使用することも、複数回使用することも、まったく使用しないこともできます。コンテンツを表示するには、ペイン間で分割バーをドラッグするか、スクロールする必要がある場合があります。
注: 正しく選択するたびに 1 ポイントの価値があります。
選択して配置します:
image

DRAG DROP -
You are developing a webpage that will use the Azure Video Analyzer for Media (previously Video Indexer) service to display videos of internal company meetings.
You embed the Player widget and the Cognitive Insights widget into the page.
You need to configure the widgets to meet the following requirements:
✑ Ensure that users can search for keywords.
✑ Display the names and faces of people in the video.
✑ Show captions in the video in English (United States).
How should you complete the URL for each widget? To answer, drag the appropriate values to the correct targets. 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.
Select and Place:
image

23. AI-102 トピック 2 問題 523. AI-102 Topic 2 Question 5

問題Question

ドラッグドロップ -
Retail ドメインを使用して、Custom Vision モデルをトレーニングして企業の製品を識別します。
Android スマートフォン用のアプリの一部としてモデルを展開する予定です。
デプロイメント用にモデルを準備する必要があります。
どの 3 つのアクションを順番に実行する必要がありますか?回答するには、アクションのリストから適切なアクションを回答領域に移動し、正しい順序で並べます。
選択して配置します:
image

DRAG DROP -
You train a Custom Vision model to identify a company's products by using the Retail domain.
You plan to deploy the model as part of an app for Android phones.
You need to prepare the model for deployment.
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.
Select and Place:
image

24. AI-102 トピック 2 問題 624. AI-102 Topic 2 Question 6

問題Question

ホットスポット -
あなたは、顔認識 API を使用して従業員の顔を認識するアプリケーションを開発しています。顔の画像には URI エンドポイントからアクセスできます。
アプリケーションには次のコードがあります。
image
次の各ステートメントについて、そのステートメントが true の場合は [はい] を選択します。それ以外の場合は、「いいえ」を選択します。
注: 正しく選択するたびに 1 ポイントの価値があります。
ホットエリア:
image

HOTSPOT -
You are developing an application to recognize employees' faces by using the Face Recognition API. Images of the faces will be accessible from a URI endpoint.
The application has the following code.
image
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.
Hot Area:
image

25. AI-102 トピック 2 問題 725. AI-102 Topic 2 Question 7

問題Question

ドラッグドロップ -
開発環境に acvdev という名前の Custom Vision リソースがあります。
実稼働環境に acvprod という名前の Custom Vision リソースがあります。
acvdev では、proj1 という名前のプロジェクトに obj1 という名前のオブジェクト検出モデルを構築します。
obj1 を accvprod に移動する必要があります。
どの 3 つのアクションを順番に実行する必要がありますか?回答するには、アクションのリストから適切なアクションを回答領域に移動し、正しい順序で並べます。
選択して配置します:
image

DRAG DROP -
You have a Custom Vision resource named acvdev in a development environment.
You have a Custom Vision resource named acvprod in a production environment.
In acvdev, you build an object detection model named obj1 in a project named proj1.
You need to move obj1 to acvprod.
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.
Select and Place:
image

26. AI-102 トピック 2 問題 826. AI-102 Topic 2 Question 8

問題Question

ドラッグドロップ -
あなたは、工場の生産ラインで生産されたコンポーネントの障害を認識するアプリケーションを開発しています。コンポーネントはあなたのビジネスに固有のものです。
一般的な障害を検出するには、Custom Vision API を使用する必要があります。
どの 3 つのアクションを順番に実行する必要がありますか?回答するには、アクションのリストから適切なアクションを回答領域に移動し、正しい順序で並べます。
選択して配置します:
image

DRAG DROP -
You are developing an application that will recognize faults in components produced on a factory production line. The components are specific to your business.
You need to use the Custom Vision API to help detect common faults.
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.
Select and Place:
image

27. AI-102 トピック 2 問題 927. AI-102 Topic 2 Question 9

問題Question

ホットスポット -
iOS アプリで使用されるモデルを構築しています。
猫や犬のイメージがありますよね。各画像には猫または犬が含まれています。
画像が猫なのか犬なのかを検出するには、Custom Vision サービスを使用する必要があります。
Custom Vision ポータルでプロジェクトをどのように構成すればよいですか?回答するには、回答領域で適切なオプションを選択してください。
注: 正しく選択するたびに 1 ポイントの価値があります。
ホットエリア:
image

HOTSPOT -
You are building a model that will be used in an iOS app.
You have images of cats and dogs. Each image contains either a cat or a dog.
You need to use the Custom Vision service to detect whether the images is of a cat or a dog.
How should you configure the project in the Custom Vision portal? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Hot Area:
image

28. AI-102 トピック 2 問題 1028. AI-102 Topic 2 Question 10

問題Question

会社の Web サイト上の会社ビデオの検索インターフェイスを提供するために使用される Azure Video Analyzer for Media (以前の Video Indexer) サービスがあります。
ビデオに誰が出演しているかに基づいてビデオを検索できる必要があります。
どうすればいいでしょうか?

  • A. 人物モデルを作成し、そのモデルをビデオに関連付けます。
  • B. 人物オブジェクトを作成し、各オブジェクトに顔画像を提供します。
  • C. 会社のスタッフ全員を Video Indexer に招待します。
  • D. ビデオ内の顔を編集します。
  • E. 名前を言語モデルにアップロードします。

You have an Azure Video Analyzer for Media (previously Video Indexer) service that is used to provide a search interface over company videos on your company's website.
You need to be able to search for videos based on who is present in the video.
What should you do?

  • A. Create a person model and associate the model to the videos.
  • B. Create person objects and provide face images for each object.
  • C. Invite the entire staff of the company to Video Indexer.
  • D. Edit the faces in the videos.
  • E. Upload names to a language model.

29. AI-102 トピック 2 問題 1129. AI-102 Topic 2 Question 11

問題Question

Custom Vision サービスを使用して分類器を構築します。
トレーニングが完了したら、分類子を評価する必要があります。
レビューに使用できる 2 つの指標はどれですか?それぞれの正解は完全な解決策を示します。
注: 正しく選択するたびに 1 ポイントの価値があります。

  • A. 想起
  • B. Fスコア
  • C. 重み付けされた精度
  • D. 精度
  • E. 曲線下面積 (AUC)

You use the Custom Vision service to build a classifier.
After training is complete, you need to evaluate the classifier.
Which two metrics are available for review? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.

  • A. recall
  • B. F-score
  • C. weighted accuracy
  • D. precision
  • E. area under the curve (AUC)

30. AI-102 トピック 2 問題 1230. AI-102 Topic 2 Question 12

問題Question

ドラッグドロップ -
Face API への呼び出しを開発しています。この呼び出しでは、employeefaces という名前の既存のリストから類似の顔を検索する必要があります。従業員の顔リストには 60,000 枚の画像が含まれています。
HTTP リクエストの本文はどのように入力すればよいでしょうか?答えるには、適切な値を正しいターゲットにドラッグします。各値は 1 回使用することも、複数回使用することも、まったく使用しないこともできます。コンテンツを表示するには、ペイン間で分割バーをドラッグするか、スクロールする必要がある場合があります。
注: 正しく選択するたびに 1 ポイントの価値があります。
選択して配置します:
image

DRAG DROP -
You are developing a call to the Face API. The call must find similar faces from an existing list named employeefaces. The employeefaces list contains 60,000 images.
How should you complete the body of the HTTP request? To answer, drag the appropriate values to the correct targets. 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.
Select and Place:
image

31. AI-102 トピック 2 問題 1331. AI-102 Topic 2 Question 13

問題Question

ドラッグドロップ -
あなたは、Face API を使用してサンプル画像に基づいて人物の写真を検索する写真アプリケーションを開発しています。
写真を見つけるには POST リクエストを作成する必要があります。
リクエストをどのように完了すればよいでしょうか?答えるには、適切な値を正しいターゲットにドラッグします。各値は 1 回使用することも、複数回使用することも、まったく使用しないこともできます。
コンテンツを表示するには、ペイン間で分割バーをドラッグするか、スクロールする必要がある場合があります。
注: 正しく選択するたびに 1 ポイントの価値があります。
選択して配置します:
image

DRAG DROP -
You are developing a photo application that will find photos of a person based on a sample image by using the Face API.
You need to create a POST request to find the photos.
How should you complete the request? To answer, drag the appropriate values to the correct targets. 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.
Select and Place:
image

32. AI-102 トピック 2 問題 1432. AI-102 Topic 2 Question 14

問題Question

ホットスポット -
Computer Vision API の呼び出しから取得された結果を検証するテスト メソッドを開発します。この呼び出しは、画像内の企業ロゴの存在を分析するために使用されます。この呼び出しは、brand という名前のブランドのコレクションを返します。
次のコードセグメントがあります。
image
次の各ステートメントについて、そのステートメントが true の場合は [はい] を選択します。それ以外の場合は、「いいえ」を選択します。
注: 正しく選択するたびに 1 ポイントの価値があります。
ホットエリア:
image

HOTSPOT -
You develop a test method to verify the results retrieved from a call to the Computer Vision API. The call is used to analyze the existence of company logos in images. The call returns a collection of brands named brands.
You have the following code segment.
image
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.
Hot Area:
image

33. AI-102 トピック 2 問題 1533. AI-102 Topic 2 Question 15

問題Question

ホットスポット -
Face API を使用するアプリケーションを開発します。
複数の画像を人物グループに追加する必要があります。
コードをどのように完成させるべきでしょうか?回答するには、回答領域で適切なオプションを選択してください。
注: 正しく選択するたびに 1 ポイントの価値があります。
ホットエリア:
image

HOTSPOT -
You develop an application that uses the Face API.
You need to add multiple images to a person group.
How should you complete the code? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Hot Area:
image

34. AI-102 トピック 2 問題 1634. AI-102 Topic 2 Question 16

問題Question

あなたの会社では、アップロードされた画像内の顔を検出するために Azure Cognitive Services ソリューションを使用しています。顔を検出するメソッドは次のコードを使用します。
image
このソリューションでは、ぼやけた画像や横向きの顔が含まれる画像の顔の検出に頻繁に失敗することがわかりました。
ソリューションがぼやけた画像や横向きの顔を含む画像内の顔を検出できる可能性を高める必要があります。
どうすればいいでしょうか?

  • A. 別のバージョンの Face API を使用してください。
  • B. Face サービスの代わりに Computer Vision サービスを使用します。
  • C. Detect メソッドの代わりに Identify メソッドを使用します。
  • D. 検出モデルを変更します。

Your company uses an Azure Cognitive Services solution to detect faces in uploaded images. The method to detect the faces uses the following code.
image
You discover that the solution frequently fails to detect faces in blurred images and in images that contain sideways faces.
You need to increase the likelihood that the solution can detect faces in blurred images and images that contain sideways faces.
What should you do?

  • A. Use a different version of the Face API.
  • B. Use the Computer Vision service instead of the Face service.
  • C. Use the Identify method instead of the Detect method.
  • D. Change the detection model.

35. AI-102 トピック 2 問題 1735. AI-102 Topic 2 Question 17

問題Question

Azure Cognitive Services リソースをプログラムで作成するための次の Python 関数があります。 def create_resource (リソース名、種類、アカウント層、場所) : パラメーター = CognitiveServicesAccount(sku=Sku(名前=アカウント層)、種類=種類、場所=場所、プロパティ={}) 結果 = client.accounts.create(リソースグループ名、リソース名、パラメーター)
この関数を呼び出して、米国西部 Azure リージョンに無料の Azure リソースを作成する必要があります。このリソースは、画像のキャプションを自動的に生成するために使用されます。
どのコードを使用する必要がありますか?

  • A. create_resource("res1", "ComputerVision", "F0", "westus")
  • B. create_resource("res1", "CustomVision.Prediction", "F0", "westus")
  • C. create_resource("res1", "ComputerVision", "S0", "westus")
  • D. create_resource("res1", "CustomVision.Prediction", "S0", "westus")

You have the following Python function for creating Azure Cognitive Services resources programmatically. def create_resource (resource_name, kind, account_tier, location) : parameters = CognitiveServicesAccount(sku=Sku(name=account_tier), kind=kind, location=location, properties={}) result = client.accounts.create(resource_group_name, resource_name, parameters)
You need to call the function to create a free Azure resource in the West US Azure region. The resource will be used to generate captions of images automatically.
Which code should you use?

  • A. create_resource("res1", "ComputerVision", "F0", "westus")
  • B. create_resource("res1", "CustomVision.Prediction", "F0", "westus")
  • C. create_resource("res1", "ComputerVision", "S0", "westus")
  • D. create_resource("res1", "CustomVision.Prediction", "S0", "westus")

36. AI-102 トピック 2 問題 1836. AI-102 Topic 2 Question 18

問題Question

Computer Vision クライアント ライブラリを使用するメソッドを開発しています。このメソッドは、画像内の光学式文字認識 (OCR) を実行します。メソッドには次のコードがあります。
image
テスト中に、読み取り操作が完了する前に GetReadResultAsync メソッドの呼び出しが発生していることがわかりました。
読み取り操作が完了するまで GetReadResultAsync メソッドが続行されないようにする必要があります。
どの 2 つのアクションを実行する必要がありますか?それぞれの正解は、解決策の一部を示しています。
注: 正しく選択するたびに 1 ポイントの価値があります。

  • A. Operation_id パラメータを削除します。
  • B. read_results.status 値を確認するコードを追加します。
  • C. read_operation_location 値のステータスを確認するコードを追加します。
  • D. get_read_result への呼び出しを遅延を含むループ内でラップします。

You are developing a method that uses the Computer Vision client library. The method will perform optical character recognition (OCR) in images. The method has the following code.
image
During testing, you discover that the call to the GetReadResultAsync method occurs before the read operation is complete.
You need to prevent the GetReadResultAsync method from proceeding until the read operation is complete.
Which two actions should you perform? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.

  • A. Remove the operation_id parameter.
  • B. Add code to verify the read_results.status value.
  • C. Add code to verify the status of the read_operation_location value.
  • D. Wrap the call to get_read_result within a loop that contains a delay.

37. AI-102 トピック 2 問題 1937. AI-102 Topic 2 Question 19

問題Question

ホットスポット -
あなたは、ユーザーが画像をアップロードできるようにするアプリを構築しています。ソリューションは次の要件を満たす必要があります。
* 画像の代替テキストを自動的に提案します。
* 不適切な画像を検出してブロックします。
* 開発労力を最小限に抑えます。
要件ごとにコンピューター ビジョン エンドポイントを推奨する必要があります。
何を勧めるべきですか?回答するには、回答領域で適切なオプションを選択してください。
注: 正しく選択するたびに 1 ポイントの価値があります。
ホットエリア:
image

HOTSPOT -
You are building an app that will enable users to upload images. The solution must meet the following requirements:
* Automatically suggest alt text for the images.
* Detect inappropriate images and block them.
* Minimize development effort.
You need to recommend a computer vision endpoint for each requirement.
What should you recommend? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Hot Area:
image

38. AI-102 トピック 2 問題 2038. AI-102 Topic 2 Question 20

問題Question

Computer Vision API を使用して、光学式文字認識 (OCR) を使用して機密文書をスキャンするソリューションを構築する必要があります。解決策は、
パブリック クラウドには展開しないでください。
どうすればいいでしょうか?

  • A. Computer Vision エンドポイントをクエリするためのオンプレミス Web アプリを構築します。
  • B. Computer Vision エンドポイントをオンプレミス サーバー上のコンテナーでホストします。
  • C. エクスポートされた Open Neural Network Exchange (ONNX) モデルをオンプレミス サーバーでホストします。
  • D. Computer Vision エンドポイントにクエリを実行する Azure Web アプリを構築します。

You need to build a solution that will use optical character recognition (OCR) to scan sensitive documents by using the Computer Vision API. The solution must
NOT be deployed to the public cloud.
What should you do?

  • A. Build an on-premises web app to query the Computer Vision endpoint.
  • B. Host the Computer Vision endpoint in a container on an on-premises server.
  • C. Host an exported Open Neural Network Exchange (ONNX) model on an on-premises server.
  • D. Build an Azure web app to query the Computer Vision endpoint.

39. AI-102 トピック 2 問題 2239. AI-102 Topic 2 Question 22

問題Question

ホットスポット -

何千もの画像を含むライブラリがあります。

画像に写真、図面、またはクリップアートとしてタグを付ける必要があります。

どのサービス エンドポイントと応答プロパティを使用する必要がありますか?回答するには、回答領域で適切なオプションを選択してください。

注: 正しく選択するたびに 1 ポイントの価値があります。

image

HOTSPOT -

You have a library that contains thousands of images.

You need to tag the images as photographs, drawings, or clipart.

Which service endpoint and response property should you use? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

image

40. AI-102 トピック 2 問題 2340. AI-102 Topic 2 Question 23

問題Question

受験者のライブビデオをキャプチャするアプリがあります。

Face サービスを使用して、ビデオの被写体が実在の人物であることを検証する必要があります。

どうすればいいでしょうか?

  • A. 顔検出 API を呼び出し、FaceRectangle 属性を使用して顔の四角形を取得します。
  • B. 顔検出 API を繰り返し呼び出して、FaceAttributes.HeadPose 属性の変更を確認します。
  • C. 顔検出 API を呼び出し、FaceLandmarks 属性を使用して瞳孔間の距離を計算します。
  • D. 顔検出 API を繰り返し呼び出して、FaceAttributes. Accessories 属性の変更を確認します。

You have an app that captures live video of exam candidates.

You need to use the Face service to validate that the subjects of the videos are real people.

What should you do?

  • A. Call the face detection API and retrieve the face rectangle by using the FaceRectangle attribute.
  • B. Call the face detection API repeatedly and check for changes to the FaceAttributes.HeadPose attribute.
  • C. Call the face detection API and use the FaceLandmarks attribute to calculate the distance between pupils.
  • D. Call the face detection API repeatedly and check for changes to the FaceAttributes.Accessories attribute.

41. AI-102 トピック 2 問題 2441. AI-102 Topic 2 Question 24

問題Question

ホットスポット
-

API リクエストを実行すると、次の図に示す結果が返されます。

image

image

ドロップダウン メニューを使用して、図に示されている情報に基づいて各ステートメントを完成させる回答の選択肢を選択します。

注: 正しく選択するたびに 1 ポイントの価値があります。

image

HOTSPOT
-

You make an API request and receive the results shown in the following exhibits.

image

image

Use the drop-down menus to select the answer choice that completes each statement based on the information presented in the graphic.

NOTE: Each correct selection is worth one point.

image

42. AI-102 トピック 2 問題 2642. AI-102 Topic 2 Question 26

問題Question

ドラッグドロップ
-

特定の会社名の言及を特定するには、ビデオ コンテンツを分析する必要があります。

どの 3 つのアクションを順番に実行する必要がありますか?回答するには、アクションのリストから適切なアクションを回答領域に移動し、正しい順序で並べます。

image

DRAG DROP
-

You need to analyze video content to identify any mentions of specific company names.

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.

image

43. AI-102 トピック 2 問題 2743. AI-102 Topic 2 Question 27

問題Question

印刷フォームを管理するモバイル アプリがあります。

関連情報を抽出するには、アプリがフォームの画像を Forms Recognizer に直接送信する必要があります。コンプライアンス上の理由から、画像ファイルをクラウドに保存してはなりません。

どの形式で画像を Form Recognizer API エンドポイントに送信する必要がありますか?

  • A. 生の画像バイナリ
  • B. フォームURLエンコード
  • C. JSON

You have a mobile app that manages printed forms.

You need the app to send images of the forms directly to Forms Recognizer to extract relevant information. For compliance reasons, the image files must not be stored in the cloud.

In which format should you send the images to the Form Recognizer API endpoint?

  • A. raw image binary
  • B. form URL encoded
  • C. JSON

44. AI-102 トピック 2 問題 2844. AI-102 Topic 2 Question 28

問題Question

あなたは、アップロードされた画像のタグのリストを生成するアプリを構築する予定です。アプリは次の要件を満たす必要があります。

• ユーザーの好みの言語でタグを生成します。
• 英語、フランス語、スペイン語をサポートします。
• 開発労力を最小限に抑えます。

アプリのタグを生成する関数を構築する必要があります。

どの Azure サービス エンドポイントを使用する必要がありますか?

  • A. コンテンツモデレーター 画像モデレーター
  • B. Custom Vision 画像分類
  • C. コンピュータビジョン画像解析
  • D. カスタムトランスレーター

You plan to build an app that will generate a list of tags for uploaded images. The app must meet the following requirements:

• Generate tags in a user's preferred language.
• Support English, French, and Spanish.
• Minimize development effort.

You need to build a function that will generate the tags for the app.

Which Azure service endpoint should you use?

  • A. Content Moderator Image Moderation
  • B. Custom Vision image classification
  • C. Computer Vision Image Analysis
  • D. Custom Translator

45. AI-102 トピック 2 問題 2945. AI-102 Topic 2 Question 29

問題Question

ホットスポット
-

Computer Vision API の呼び出しから取得された結果を検証するテスト メソッドを開発します。この呼び出しは、画像内の企業ロゴの存在を分析するために使用されます。この呼び出しは、brand という名前のブランドのコレクションを返します。

次のコードセグメントがあります。

image

次の各ステートメントについて、そのステートメントが true の場合は [はい] を選択します。それ以外の場合は、「いいえ」を選択します。

注: 正しく選択するたびに 1 ポイントの価値があります。

image

HOTSPOT
-

You develop a test method to verify the results retrieved from a call to the Computer Vision API. The call is used to analyze the existence of company logos in images. The call returns a collection of brands named brands.

You have the following code segment.

image

For each of the following statements, select Yes if the statement is true. Otherwise, select No.

NOTE: Each correct selection is worth one point.

image

46. AI-102 トピック 2 問題 3046. AI-102 Topic 2 Question 30

問題Question

ドラッグドロップ
-

あなたは、食品用の段ボール包装を製造する工場を持っています。工場ではインターネット接続が断続的に発生します。

パッケージには、各製品の 4 つのサンプルを含める必要があります。

梱包内の欠陥を特定し、オペレータに欠陥の位置を提供する Custom Vision モデルを構築する必要があります。モデルでは、各パッケージに 4 つの製品が含まれていることを確認する必要があります。

どのプロジェクト タイプとドメインを使用する必要がありますか?答えるには、適切なオプションを正しいターゲットにドラッグします。各オプションは 1 回使用することも、複数回使用することも、まったく使用しないこともできます。コンテンツを表示するには、ペイン間で分割バーをドラッグするか、スクロールする必要がある場合があります。

注: 正しく選択するたびに 1 ポイントの価値があります。

image

DRAG DROP
-

You have a factory that produces cardboard packaging for food products. The factory has intermittent internet connectivity.

The packages are required to include four samples of each product.

You need to build a Custom Vision model that will identify defects in packaging and provide the location of the defects to an operator. The model must ensure that each package contains the four products.

Which project type and domain should you use? To answer, drag the appropriate options to the correct targets. Each option 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.

image

47. AI-102 トピック 2 問題 3147. AI-102 Topic 2 Question 31

問題Question

ホットスポット
-

画像内のオブジェクトを検出するモデルを構築しています。

トレーニング データに基づくモデルのパフォーマンスを次の図に示します。

image

ドロップダウン メニューを使用して、図に示されている情報に基づいて各ステートメントを完成させる回答の選択肢を選択します。

注: 正しく選択するたびに 1 ポイントの価値があります。

image

HOTSPOT
-

You are building a model to detect objects in images.

The performance of the model based on training data is shown in the following exhibit.

image

Use the drop-down menus to select the answer choice that completes each statement based on the information presented in the graphic.

NOTE: Each correct selection is worth one point.

image

48. AI-102 トピック 2 問題 3248. AI-102 Topic 2 Question 32

問題Question

あなたは、スキャンした 100 万件の雑誌記事を含むアプリを構築しています。各記事は画像ファイルとして保存されます。

画像からテキストを抽出するようにアプリを設定する必要があります。ソリューションでは、開発労力を最小限に抑える必要があります。

ソリューションには何を含めるべきでしょうか?

  • A. コンピュータビジョン画像解析
  • B. コンピューター ビジョンの読み取り API
  • C. フォーム認識装置
  • D. 言語用 Azure Cognitive Service

You are building an app that will include one million scanned magazine articles. Each article will be stored as an image file.

You need to configure the app to extract text from the images. The solution must minimize development effort.

What should you include in the solution?

  • A. Computer Vision Image Analysis
  • B. the Read API in Computer Vision
  • C. Form Recognizer
  • D. Azure Cognitive Service for Language

49. AI-102 トピック 2 問題 3349. AI-102 Topic 2 Question 33

問題Question

File1.avi という名前の 20 GB のビデオ ファイルがローカル ドライブに保存されています。

Azure Video Indexer Web サイトを使用して、File1.avi のインデックスを作成する必要があります。

まず何をすべきでしょうか?

  • A. File1.avi を Azure Storage キューにアップロードします。
  • B. File1.avi を Azure Video Indexer Web サイトにアップロードします。
  • C. File1.avi を Microsoft OneDrive にアップロードします。
  • D. File1.avi を www.youtube.com Web ページにアップロードします。

You have a 20-GB video file named File1.avi that is stored on a local drive.

You need to index File1.avi by using the Azure Video Indexer website.

What should you do first?

  • A. Upload File1.avi to an Azure Storage queue.
  • B. Upload File1.avi to the Azure Video Indexer website.
  • C. Upload File1.avi to Microsoft OneDrive.
  • D. Upload File1.avi to the www.youtube.com webpage.

50. AI-102 トピック 2 問題 3450. AI-102 Topic 2 Question 34

問題Question

ホットスポット
-

You are building an app that will share user images.

次の要件を満たすようにアプリを構成する必要があります。

• アップロードされた画像をスキャンし、画像からテキストを抽出する必要があります。
• 抽出されたテキストは、冒涜的な言葉が含まれていないか分析する必要があります。
• ソリューションは開発労力を最小限に抑える必要があります。

それぞれの要件に何を使用する必要がありますか?回答するには、回答領域で適切なオプションを選択してください。

注: 正しく選択するたびに 1 ポイントの価値があります。

image

HOTSPOT
-

You are building an app that will share user images.

You need to configure the app to meet the following requirements:

• Uploaded images must be scanned and any text must be extracted from the images.
• Extracted text must be analyzed for the presence of profane language.
• The solution must minimize development effort.

What should you use for each requirement? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

image

51. AI-102 トピック 2 問題 3551. AI-102 Topic 2 Question 35

問題Question

You are building an app that will share user images.

ユーザーが画像をアップロードするときに次のアクションを実行するようにアプリを構成する必要があります。

• 画像を写真または図面に分類します。
• 画像のキャプションを生成します。

ソリューションでは、開発労力を最小限に抑える必要があります。

ソリューションに含めるべき 2 つのサービスはどれですか?それぞれの正解は、解決策の一部を示しています。

注: 正しく選択するたびに 1 ポイントの価値があります。

  • A. Azure AI Computer Vision でのオブジェクト検出
  • B. Azure AI Computer Vision のコンテンツ タグ
  • C. Azure AI Computer Vision での画像の説明
  • D. Azure AI Computer Vision での画像タイプの検出
  • E. Azure AI Custom Vision での画像分類

You are building an app that will share user images.

You need to configure the app to perform the following actions when a user uploads an image:

• Categorize the image as either a photograph or a drawing.
• Generate a caption for the image.

The solution must minimize development effort.

Which two services should you include in the solution? Each correct answer presents part of the solution.

NOTE: Each correct selection is worth one point.

  • A. object detection in Azure AI Computer Vision
  • B. content tags in Azure AI Computer Vision
  • C. image descriptions in Azure AI Computer Vision
  • D. image type detection in Azure AI Computer Vision
  • E. image classification in Azure AI Custom Vision

52. AI-102 トピック 2 問題 3652. AI-102 Topic 2 Question 36

問題Question

Azure AI Video Indexer サービスを使用するアプリを構築しています。

業界固有の用語を認識するために言語モデルをトレーニングする予定です。

業界固有の用語を含むファイルをアップロードする必要があります。

どのファイル形式を使用する必要がありますか?

  • A. XML
  • B. TXT
  • C. XLS
  • D. PDF

You are building an app that will use the Azure AI Video Indexer service.

You plan to train a language model to recognize industry-specific terms.

You need to upload a file that contains the industry-specific terms.

Which file format should you use?

  • A. XML
  • B. TXT
  • C. XLS
  • D. PDF

53. AI-102 トピック 2 問題 3753. AI-102 Topic 2 Question 37

問題Question

ドラッグドロップ -

Azure AI とカスタム トレーニングされた分類子を使用して画像内の製品を識別するアプリがあります。

新しい製品を分類子に追加する必要があります。ソリューションは次の要件を満たす必要があります。

• 製品の追加にかかる時間を最小限に抑えます。
• 開発労力を最小限に抑えます。

どの 5 つのアクションを順番に実行する必要がありますか?回答するには、アクションのリストから適切なアクションを回答領域に移動し、正しい順序で並べます。

image

DRAG DROP -

You have an app that uses Azure AI and a custom trained classifier to identify products in images.

You need to add new products to the classifier. The solution must meet the following requirements:

• Minimize how long it takes to add the products.
• Minimize development effort.

Which five 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.

image

54. AI-102 トピック 2 問題 3854. AI-102 Topic 2 Question 38

問題Question

ホットスポット
-

Azure AI Vision クライアント ライブラリを使用するアプリケーションを開発しています。アプリケーションには次のコードがあります。

image

次の各ステートメントについて、そのステートメントが true の場合は [はい] を選択します。それ以外の場合は、「いいえ」を選択します。

注: 正しく選択するたびに 1 ポイントの価値があります。

image

HOTSPOT
-

You are developing an application that will use the Azure AI Vision client library. The application has the following code.

image

For each of the following statements, select Yes if the statement is true. Otherwise, select No.

NOTE: Each correct selection is worth one point.

image

55. AI-102 トピック 2 問題 3955. AI-102 Topic 2 Question 39

問題Question

Azure AI Vision クライアント ライブラリを使用するメソッドを開発しています。このメソッドは、画像内の光学式文字認識 (OCR) を実行します。メソッドには次のコードがあります。

image

テスト中に、読み取り操作が完了する前に get_read_result メソッドの呼び出しが発生していることがわかりました。

読み取り操作が完了するまで get_read_result メソッドが続行しないようにする必要があります。

どの 2 つのアクションを実行する必要がありますか?それぞれの正解は、解決策の一部を示しています。

注: 正しく選択するたびに 1 ポイントの価値があります。

  • A. Operation_id パラメータを削除します。
  • B. read_results.status 値を確認するコードを追加します。
  • C. read_operation_location 値のステータスを確認するコードを追加します。
  • D. get_read_result への呼び出しを遅延を含むループ内でラップします。

You are developing a method that uses the Azure AI Vision client library. The method will perform optical character recognition (OCR) in images. The method has the following code.

image

During testing, you discover that the call to the get_read_result method occurs before the read operation is complete.

You need to prevent the get_read_result method from proceeding until the read operation is complete.

Which two actions should you perform? Each correct answer presents part of the solution.

NOTE: Each correct selection is worth one point.

  • A. Remove the operation_id parameter.
  • B. Add code to verify the read_results.status value.
  • C. Add code to verify the status of the read_operation_location value.
  • D. Wrap the call to get_read_result within a loop that contains a delay.

56. AI-102 トピック 2 問題 4056. AI-102 Topic 2 Question 40

問題Question

ホットスポット
-

あなたは、Azure AI Vision API を使用して画像を分析するアプリを開発しています。

画像がクリップアートであるか線画であるかを識別するためにアプリで使用されるリクエストを構成する必要があります。

リクエストをどのように完了すればよいでしょうか?回答するには、回答領域で適切なオプションを選択してください。

注: 正しく選択するたびに 1 ポイントの価値があります。

image

HOTSPOT
-

You are developing an app that will use the Azure AI Vision API to analyze an image.

You need configure the request that will be used by the app to identify whether an image is clipart or a line drawing.

How should you complete the request? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

image

57. AI-102 トピック 2 問題 4157. AI-102 Topic 2 Question 41

問題Question

ホットスポット
-

Azure AI Video Indexer アカウントを含む Azure サブスクリプションを持っています。

カスタム ブランドとロゴをインデクサーに追加し、カスタム ブランドの除外を構成する必要があります。

REST API 呼び出しはどのように完了すればよいでしょうか?回答するには、回答領域で適切なオプションを選択してください。

注: 正しく選択するたびに 1 ポイントの価値があります。

image

HOTSPOT
-

You have an Azure subscription that contains an Azure AI Video Indexer account.

You need to add a custom brand and logo to the indexer and configure an exclusion for the custom brand.

How should you complete the REST API call? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

image

58. AI-102 トピック 2 問題 4258. AI-102 Topic 2 Question 42

問題Question

次の表に示すファイルを含むローカル フォルダーがあります。

image

Azure AI Video Indexer を使用してファイルを分析する必要があります。

Video Indexer Web サイトにはどのファイルをアップロードできますか?

  • A. ファイル1とファイル3のみ
  • B. ファイル1、ファイル2、ファイル3、ファイル4
  • C. ファイル1、ファイル2、およびファイル3のみ
  • D. ファイル1とファイル2のみ
  • E. ファイル1、ファイル2、およびファイル4のみ

You have a local folder that contains the files shown in the following table.

image

You need to analyze the files by using Azure AI Video Indexer.

Which files can you upload to the Video Indexer website?

  • A. File1 and File3 only
  • B. File1, File2, File3 and File4
  • C. File1, File2, and File3 only
  • D. File1 and File2 only
  • E. File1, File2, and File4 only

59. AI-102 トピック 3 問題 259. AI-102 Topic 3 Question 2

問題Question

注: この質問は、同じシナリオを示す一連の質問の一部です。このシリーズの各質問には、指定された目標を達成できる可能性のある独自の解決策が含まれています。一部の質問セットには複数の正しい解決策が含まれる場合がありますが、他の質問セットには正しい解決策がない場合があります。
このセクションの質問に回答すると、その質問に戻ることはできません。そのため、これらの質問はレビュー画面には表示されません。
Custom Vision モデルをトレーニングして、花の種類を識別するアプリケーションを開発します。
新しい花種の画像が届きます。
新しい画像を分類子に追加する必要があります。
解決策: 新しいイメージを追加し、Smart Labeler ツールを使用します。
これは目標を達成していますか?

  • A. はい
  • B. いいえ

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
You develop an application to identify species of flowers by training a Custom Vision model.
You receive images of new flower species.
You need to add the new images to the classifier.
Solution: You add the new images, and then use the Smart Labeler tool.
Does this meet the goal?

  • A. Yes
  • B. No

60. AI-102 トピック 3 問題 360. AI-102 Topic 3 Question 3

問題Question

注: この質問は、同じシナリオを示す一連の質問の一部です。このシリーズの各質問には、指定された目標を達成できる可能性のある独自の解決策が含まれています。一部の質問セットには複数の正しい解決策が含まれる場合がありますが、他の質問セットには正しい解決策がない場合があります。
このセクションの質問に回答すると、その質問に戻ることはできません。そのため、これらの質問はレビュー画面には表示されません。
Custom Vision モデルをトレーニングして、花の種類を識別するアプリケーションを開発します。
新しい花種の画像が届きます。
新しい画像を分類子に追加する必要があります。
解決策: 新しいイメージとラベルを既存のモデルに追加します。モデルを再トレーニングしてから、モデルを公開します。
これは目標を達成していますか?

  • A. はい
  • B. いいえ

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
You develop an application to identify species of flowers by training a Custom Vision model.
You receive images of new flower species.
You need to add the new images to the classifier.
Solution: You add the new images and labels to the existing model. You retrain the model, and then publish the model.
Does this meet the goal?

  • A. Yes
  • B. No

61. AI-102 トピック 3 問題 461. AI-102 Topic 3 Question 4

問題Question

注: この質問は、同じシナリオを示す一連の質問の一部です。このシリーズの各質問には、指定された目標を達成できる可能性のある独自の解決策が含まれています。一部の質問セットには複数の正しい解決策が含まれる場合がありますが、他の質問セットには正しい解決策がない場合があります。
このセクションの質問に回答すると、その質問に戻ることはできません。そのため、これらの質問はレビュー画面には表示されません。
Custom Vision モデルをトレーニングして、花の種類を識別するアプリケーションを開発します。
新しい花種の画像が届きます。
新しい画像を分類子に追加する必要があります。
解決策: 新しいモデルを作成し、新しい画像とラベルをアップロードします。
これは目標を達成していますか?

  • A. はい
  • B. いいえ

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
You develop an application to identify species of flowers by training a Custom Vision model.
You receive images of new flower species.
You need to add the new images to the classifier.
Solution: You create a new model, and then upload the new images and labels.
Does this meet the goal?

  • A. Yes
  • B. No

62. AI-102 トピック 3 問題 662. AI-102 Topic 3 Question 6

問題Question

ドラッグドロップ -
モバイル アプリで使用される Custom Vision モデルをトレーニングします。
関連データのない 1,000 枚の新しい画像を受け取ります。
モデルを再トレーニングするにはイメージを使用する必要があります。ソリューションでは、モデルの再トレーニングにかかる​​時間を最小限に抑える必要があります。
Custom Vision ポータルで実行する必要がある 3 つのアクションはどれですか?回答するには、アクションのリストから適切なアクションを回答領域に移動し、正しい順序で並べます。
選択して配置します:
image

DRAG DROP -
You train a Custom Vision model used in a mobile app.
You receive 1,000 new images that do not have any associated data.
You need to use the images to retrain the model. The solution must minimize how long it takes to retrain the model.
Which three actions should you perform in the Custom Vision portal? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.
Select and Place:
image

63. AI-102 トピック 3 問題 2863. AI-102 Topic 3 Question 28

問題Question

自然言語処理を使用して、ソーシャル メディア上のブランドに対する世間の認識を測定する必要があります。
どの Azure サービスを使用する必要がありますか?

  • A. 言語サービス
  • B. コンテンツモデレータ
  • C. コンピュータビジョン
  • D. フォーム認識装置

You need to measure the public perception of your brand on social media by using natural language processing.
Which Azure service should you use?

  • A. Language service
  • B. Content Moderator
  • C. Computer Vision
  • D. Form Recognizer

64. AI-102 トピック 3 問題 6564. AI-102 Topic 3 Question 65

問題Question

スキャンした請求書の画像 5,000 枚を含むファイル共有があります。

画像を分析する必要があります。ソリューションでは次のデータを抽出する必要があります。

• 請求書の品目
• 売上高
• 顧客の詳細

何を使えばいいのでしょうか?

  • A. カスタムビジョン
  • B. Azure AI コンピューター ビジョン
  • C. Azure AI イマーシブ リーダー
  • D. Azure AI ドキュメント インテリジェンス

You have a file share that contains 5,000 images of scanned invoices.

You need to analyze the images. The solution must extract the following data:

• Invoice items
• Sales amounts
• Customer details

What should you use?

  • A. Custom Vision
  • B. Azure AI Computer Vision
  • C. Azure AI Immersive Reader
  • D. Azure AI Document Intelligence

65. AI-102 トピック 3 問題 7665. AI-102 Topic 3 Question 76

問題Question

あなたはインターネットベースのトレーニング ソリューションを構築しています。このソリューションでは、ユーザーのカメラとマイクを有効にしておく必要があります。

ユーザーのビデオ ストリームを監視し、ユーザーが一人でいて、他のユーザーと共同作業していないことを確認する必要があります。ソリューションでは、開発労力を最小限に抑える必要があります。

ソリューションには何を含めるべきでしょうか?

  • A. Azure AI Speech サービスの音声テキスト変換
  • B. Azure AI Custom Vision でのオブジェクト検出
  • C. Azure AI Vision での空間分析
  • D. Azure AI Custom Vision でのオブジェクト検出

You are building an internet-based training solution. The solution requires that a user's camera and microphone remain enabled.

You need to monitor a video stream of the user and verify that the user is alone and is not collaborating with another user. The solution must minimize development effort.

What should you include in the solution?

  • A. speech-to-text in the Azure AI Speech service
  • B. object detection in Azure AI Custom Vision
  • C. Spatial Analysis in Azure AI Vision
  • D. object detection in Azure AI Custom Vision

66. AI-102 トピック 4 問題 1666. AI-102 Topic 4 Question 16

問題Question

ホットスポット
-

次の方法を使用して Azure Cognitive Services リソースをプロビジョニングする予定です。

スキャンした領収書をテキストに変換する標準レベルのリソースを作成する必要があります。

image

メソッドをどのように呼び出せばよいでしょうか?回答するには、回答領域で適切なオプションを選択してください。

注: 正しく選択するたびに 1 ポイントの価値があります。

image

HOTSPOT
-

You plan to provision Azure Cognitive Services resources by using the following method.

You need to create a Standard tier resource that will convert scanned receipts into text.

image

How should you call the method? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

image

67. AI-102 トピック 4 問題 1767. AI-102 Topic 4 Question 17

問題Question

ホットスポット -

Azure AI Document Intelligence を使用して医療記録を分析し、患者に医薬品の推奨投与量を提供する App1 という名前のアプリがあります。

App1 にリクエストを送信すると、次の応答を受け取ります。

image

次の各ステートメントについて、そのステートメントが true の場合は [はい] を選択します。それ以外の場合は、「いいえ」を選択します。

注: 正しく選択するたびに 1 ポイントの価値があります。

image

HOTSPOT -

You have an app named App1 that uses Azure AI Document Intelligence to analyze medical records and provide pharmaceutical dosage recommendations for patients.

You send a request to App1 and receive the following response.

image

For each of the following statements, select Yes if the statement is true. Otherwise, select No.

NOTE: Each correct selection is worth one point.

image

68. AI-102 トピック 4 問題 1868. AI-102 Topic 4 Question 18

問題Question

ホットスポット -

DI1 という名前の Azure AI Document Intelligence リソースを含む Azure サブスクリプションがあります。

DI1 を使用して PDF ファイルの手書きコンテンツを分析する App1 という名前のアプリを構築します。

App1 が手書きのコンテンツを認識できるようにする必要があります。

コードをどのように完成させるべきでしょうか?回答するには、回答領域で適切なオプションを選択してください。

image

HOTSPOT -

You have an Azure subscription that contains an Azure AI Document Intelligence resource named DI1.

You build an app named App1 that analyzes PDF files for handwritten content by using DI1.

You need to ensure that App1 will recognize the handwritten content.

How should you complete the code? To answer, select the appropriate options in the answer area.

image

69. AI-102 トピック 4 問題 1969. AI-102 Topic 4 Question 19

問題Question

カスタム Azure AI Document Intelligence モデルを使用して契約文書を認識する App1 という名前のアプリがあります。

モデルが追加の契約形式をサポートしていることを確認する必要があります。ソリューションでは、開発労力を最小限に抑える必要があります。

どうすればいいでしょうか?

  • A. App1 の信頼スコアのしきい値を下げます。
  • B. 新しいトレーニング セットを作成し、追加の契約フォーマットを新しいトレーニング セットに追加します。新しいカスタム モデルを作成してトレーニングします。
  • C. 追加の契約フォーマットを既存のトレーニング セットに追加します。モデルを再トレーニングします。
  • D. App1 の精度しきい値を下げます。

You have an app named App1 that uses a custom Azure AI Document Intelligence model to recognize contract documents.

You need to ensure that the model supports an additional contract format. The solution must minimize development effort.

What should you do?

  • A. Lower the confidence score threshold of App1.
  • B. Create a new training set and add the additional contract format to the new training set. Create and train a new custom model.
  • C. Add the additional contract format to the existing training set. Retrain the model.
  • D. Lower the accuracy threshold of App1.

70. AI-102 トピック 4 問題 2070. AI-102 Topic 4 Question 20

問題Question

ホットスポット
-

Azure サブスクリプションをお持ちです。

Azure AI Document Intelligence リソースをデプロイする必要があります。

Azure Resource Manager (ARM) テンプレートをどのように完成させるべきですか?回答するには、回答領域で適切なオプションを選択してください。

注: 正しく選択するたびに 1 ポイントの価値があります。

image

HOTSPOT
-

You have an Azure subscription.

You need to deploy an Azure AI Document Intelligence resource.

How should you complete the Azure Resource Manager (ARM) template? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

image

71. AI-102 トピック 4 問題 2171. AI-102 Topic 4 Question 21

問題Question

Azure AI Document Intelligence を使用して、スキャンされたドキュメントから次のデータを抽出する App1 という名前のアプリを構築しています。

• お届け先の住所
• 請求先住所
• 顧客ID
• 未払い金額
• 期日
• 合計税額
• 小計

App1 にどのモデルを使用するかを特定する必要があります。ソリューションでは、開発労力を最小限に抑える必要があります。

どのモデルを使用するべきですか?

  • A. カスタム抽出モデル
  • B. 契約
  • C. 請求書
  • D. 一般文書

You are building an app named App1 that will use Azure AI Document Intelligence to extract the following data from scanned documents:

• Shipping address
• Billing address
• Customer ID
• Amount due
• Due date
• Total tax
• Subtotal

You need to identify which model to use for App1. The solution must minimize development effort.

Which model should you use?

  • A. custom extraction model
  • B. contract
  • C. invoice
  • D. general document

72. AI-102 トピック 4 問題 2372. AI-102 Topic 4 Question 23

問題Question

あなたは、スキャンされた経費請求を処理し、次のデータを抽出してラベルを付けるアプリを構築しています。

• 販売者情報
• 取引時間
• 取引日
• 支払った税金
• 総コスト

アプリに Azure AI Document Intelligence モデルを推奨する必要があります。ソリューションでは、開発労力を最小限に抑える必要があります。

何を使えばいいのでしょうか?

  • A. 事前に構築された読み取りモデル
  • B. カスタムテンプレートモデル
  • C. カスタムニューラルモデル
  • D. 事前構築されたレシートモデル

You are building an app that will process scanned expense claims and extract and label the following data:

• Merchant information
• Time of transaction
• Date of transaction
• Taxes paid
• Total cost

You need to recommend an Azure AI Document Intelligence model for the app. The solution must minimize development effort.

What should you use?

  • A. the prebuilt Read model
  • B. a custom template model
  • C. a custom neural model
  • D. the prebuilt receipt model

73. AI-102 トピック 4 問題 2473. AI-102 Topic 4 Question 24

問題Question

ホットスポット
-

あなたは言語学習ソリューションを構築しています。

次のタスクを実行するためにどの Azure サービスを使用できるかを推奨する必要があります。

• 教師から提出された授業計画を分析し、授業時間や必要なテキストなどの重要なフィールドを抽出します。
• 学習内容を分析し、テキスト内でよく使用される単語やフレーズを表す画像を生徒に提供します。

ソリューションでは、開発労力を最小限に抑える必要があります。

各タスクに対してどの Azure サービスを推奨する必要がありますか?回答するには、回答領域で適切なオプションを選択してください。

注: 正しく選択するたびに 1 ポイントの価値があります。

image

HOTSPOT
-

You are building a language learning solution.

You need to recommend which Azure services can be used to perform the following tasks:

• Analyze lesson plans submitted by teachers and extract key fields, such as lesson times and required texts.
• Analyze learning content and provide students with pictures that represent commonly used words or phrases in the text.

The solution must minimize development effort.

Which Azure service should you recommend for each task? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

image

74. AI-102 トピック 4 問題 2574. AI-102 Topic 4 Question 25

問題Question

ホットスポット
-

Azure サブスクリプションをお持ちです。

あなたは、スキャンされたドキュメントを分析し、関連するフィールドをデータベースにエクスポートするソリューションを構築することを計画しています。

次の種類のドキュメントに対してどの Azure AI サービスをデプロイするかを推奨する必要があります。

• 内部支出要求承認フォーム
• サプライヤーの請求書

ソリューションでは、開発労力を最小限に抑える必要があります。

それぞれのドキュメントの種類に対して何を推奨する必要がありますか?回答するには、回答領域で適切なオプションを選択してください。

注: 正しく選択するたびに 1 ポイントの価値があります。

image

HOTSPOT
-

You have an Azure subscription.

You plan to build a solution that will analyze scanned documents and export relevant fields to a database.

You need to recommend which Azure AI service to deploy for the following types of documents:

• Internal expenditure request authorization forms
• Supplier invoices

The solution must minimize development effort.

What should you recommend for each document type? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

image

75. AI-102 トピック 4 問題 2675. AI-102 Topic 4 Question 26

問題Question

Search1 という名前の Azure AI Search リソースがあります。

Search1 を使用してコンテンツのインデックスを作成する App1 という名前のアプリがあります。

アプリが Search1 を使用して請求書からプロパティを認識し、取得できるようにするには、カスタム スキルを App1 に追加する必要があります。

ソリューションには何を含めるべきでしょうか?

  • A. Azure AI イマーシブ リーダー
  • B. Azure OpenAI
  • C. Azure AI ドキュメント インテリジェンス
  • D. Azure AI カスタム ビジョン

You have an Azure AI Search resource named Search1.

You have an app named App1 that uses Search1 to index content.

You need to add a custom skill to App1 to ensure that the app can recognize and retrieve properties from invoices by using Search1.

What should you include in the solution?

  • A. Azure AI Immersive Reader
  • B. Azure OpenAI
  • C. Azure AI Document Intelligence
  • D. Azure AI Custom Vision

76. AI-102 トピック 4 問題 2776. AI-102 Topic 4 Question 27

問題Question

ホットスポット
-

Azure サブスクリプションをお持ちです。

あなたは、スキャンされたドキュメントを分析し、関連するフィールドをデータベースにエクスポートするソリューションを構築することを計画しています。

次の種類のドキュメントに対して Azure AI Document Intelligence モデルを推奨する必要があります。

• 支出申請承認フォーム
• 構造化された調査フォームと非構造化された調査フォーム
• 構造化された雇用申請書

ソリューションでは、開発の労力とコストを最小限に抑える必要があります。

ドキュメントの種類ごとにどのタイプのモデルを推奨する必要がありますか?回答するには、回答領域で適切なオプションを選択してください。

注: 正しく選択するたびに 1 ポイントの価値があります。

image

HOTSPOT
-

You have an Azure subscription.

You plan to build a solution that will analyze scanned documents and export relevant fields to a database.

You need to recommend an Azure AI Document Intelligence model for the following types of documents:

• Expenditure request authorization forms
• Structured and unstructured survey forms
• Structured employment application forms

The solution must minimize development effort and costs.

Which type of model should you recommend for each document type? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

image

77. AI-102 トピック 4 問題 2877. AI-102 Topic 4 Question 28

問題Question

S0 層に AIdoc1 という名前の Azure AI Document Intelligence リソースを含む Azure サブスクリプションがあります。

次の表に示すファイルがあります。

image

AIdoc1 を使用してカスタム抽出モデルをトレーニングする必要があります。

どのファイルを Document Intelligence Studio にアップロードできますか?

  • A. ファイル1、ファイル2、およびファイル4のみ
  • B. File2およびFile5のみ
  • C. ファイル2、ファイル4、およびファイル5のみ
  • D. ファイル1、ファイル2、ファイル3、ファイル4、およびファイル5
  • E. ファイル1とファイル2のみ

You have an Azure subscription that contains an Azure AI Document Intelligence resource named AIdoc1 in the S0 tier.

You have the files shown in the following table.

image

You need to train a custom extraction model by using AIdoc1.

Which files can you upload to Document Intelligence Studio?

  • A. File1, File2, and File4 only
  • B. File2, and File5 only
  • C. File2, File4, and File5 only
  • D. File1, File2, File3, File4, and File5
  • E. File1 and File2 only

78. AI-102 トピック 4 問題 2978. AI-102 Topic 4 Question 29

問題Question

DI1 という名前の Azure AI Document Intelligence リソースを含む Azure サブスクリプションがあります。 DI1 は、Standard S0 価格レベルを使用します。

次の表に示すファイルがあります。

image

DI1 を使用して分析できるファイルはどれですか?

  • A. ファイル1.pdfのみ
  • B. File2.jpgのみ
  • C. File3.tiffのみ
  • D. File2.jpg と File3.tiff のみ
  • E. File1.pdf、File2.jpg、および File3.tiff

You have an Azure subscription that contains an Azure AI Document Intelligence resource named DI1. DI1 uses the Standard S0 pricing tier.

You have the files shown in the following table.

image

Which files can you analyze by using DI1?

  • A. File 1.pdf only
  • B. File2.jpg only
  • C. File3.tiff only
  • D. File2.jpg and File3.tiff only
  • E. File1.pdf, File2.jpg, and File3.tiff

79. AI-102 トピック 4 問題 3079. AI-102 Topic 4 Question 30

問題Question

ホットスポット -

DI1 という名前の Azure AI Document Intelligence リソースを含む Azure サブスクリプションがあります。

DI1 を使用して PDF ファイルの手書きコンテンツを分析する App1 という名前のアプリを構築します。

App1 が手書きのコンテンツを認識できるようにする必要があります。

コードをどのように完成させるべきでしょうか?回答するには、回答領域で適切なオプションを選択してください。

注: 正しく選択するたびに 1 ポイントの価値があります。

image

HOTSPOT -

You have an Azure subscription that contains an Azure AI Document Intelligence resource named DI1.

You build an app named App1 that analyzes PDF files for handwritten content by using DI1.

You need to ensure that App1 will recognize the handwritten content.

How should you complete the code? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

image

80. AI-102 トピック 4 問題 3180. AI-102 Topic 4 Question 31

問題Question

ドラッグドロップ
-

sa1 という名前のストレージ アカウントと DI1 という名前の Azure AI Document Intelligence リソースを含む Azure サブスクリプションがあります。

Document Intelligence Studio を使用して、DI1 でカスタム モデルを作成し、トレーニングする必要があります。ソリューションでは、開発労力を最小限に抑える必要があります。

どの 4 つのアクションを順番に実行する必要がありますか?回答するには、アクションのリストから適切なアクションを回答領域に移動し、正しい順序で並べます。

image

DRAG DROP
-

You have an Azure subscription that contains a storage account named sa1 and an Azure AI Document Intelligence resource named DI1.

You need to create and train a custom model in DI1 by using Document Intelligence Studio. The solution must minimize development effort.

Which four 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.

image

81. AI-102 トピック 4 問題 3281. AI-102 Topic 4 Question 32

問題Question

ドラッグドロップ
-

DI1 という名前の Azure AI Document Intelligence リソースと sa1 という名前のストレージ アカウントを含む Azure サブスクリプションがあります。 sa1 アカウントには、blob1 という名前の BLOB コンテナーと share1 という名前の Azure Files 共有が含まれています。

DI1 で Model1 という名前のカスタム モデルを構築する予定です。

Model1 のサンプル フォームと JSON ファイルを作成します。

Model1 をトレーニングし、モデルの ID を取得する必要があります。

どの 4 つのアクションを順番に実行する必要がありますか?回答するには、アクションのリストから適切なアクションを回答領域に移動し、正しい順序で並べます。

注: 回答の選択肢は複数の順序で正解です。選択した正しい注文に対してクレジットを受け取ります。

image

DRAG DROP
-

You have an Azure subscription that contains an Azure AI Document Intelligence resource named DI1 and a storage account named sa1. The sa1 account contains a blob container named blob1 and an Azure Files share named share1.

You plan to build a custom model named Model1 in DI1.

You create sample forms and JSON files for Model1.

You need to train Model1 and retrieve the ID of the model.

Which four 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.

NOTE: More than one order of answer choices is correct. You will receive credit for any of the correct orders you select.

image

82. AI-102 トピック 4 問題 3382. AI-102 Topic 4 Question 33

問題Question

AIdoc1 という名前の Azure AI Document Intelligence リソースを含む Azure サブスクリプションがあります。

AIdoc1 を使用する App1 という名前のアプリがあります。 App1 は、名刺モデル v2.1 を呼び出して名刺を分析します。

アプリが QR コードを解釈できるようにするには、App1 を更新する必要があります。ソリューションでは、管理労力を最小限に抑える必要があります。

まず何をすべきでしょうか?

  • A. 名刺モデルを v3.0 にアップグレードします。
  • B. 読み取りモデルを実装します。
  • C. カスタム モデルをデプロイします。
  • D. 契約モデルを実装します。

You have an Azure subscription that contains an Azure AI Document Intelligence resource named AIdoc1.

You have an app named App1 that uses AIdoc1. App1 analyzes business cards by calling business card model v2.1.

You need to update App1 to ensure that the app can interpret QR codes. The solution must minimize administrative effort.

What should you do first?

  • A. Upgrade the business card model to v3.0.
  • B. Implement the read model.
  • C. Deploy a custom model.
  • D. Implement the contract model.

83. AI-102 トピック 8 問題 383. AI-102 Topic 8 Question 3

問題Question

Azure サブスクリプションをお持ちです。

あなたは、ユーザーが画像を共有できるソーシャル メディア アプリを構築しています。

ユーザーによってアップロードされた不適切なコンテンツが確実にブロックされるようにする必要があります。ソリューションでは、開発労力を最小限に抑える必要があります。

使用できる 2 つのツールは何ですか?それぞれの正解は完全な解決策を示します。

注: 正しく選択するたびに 1 ポイントの価値があります。

  • A. Azure AI ドキュメント インテリジェンス
  • B. クラウド アプリ向け Microsoft Defender
  • C. Azure AI コンテンツの安全性
  • D. Azure AI ビジョン
  • E. Azure AI カスタム ビジョン

You have an Azure subscription.

You are building a social media app that will enable users to share images.

You need to ensure that inappropriate content uploaded by the users is blocked. The solution must minimize development effort.

What are two tools that you can use? Each correct answer presents a complete solution.

NOTE: Each correct selection is worth one point.

  • A. Azure AI Document Intelligence
  • B. Microsoft Defender for Cloud Apps
  • C. Azure AI Content Safety
  • D. Azure AI Vision
  • E. Azure AI Custom Vision

84. AI-102 トピック 9 問題 184. AI-102 Topic 9 Question 1

問題Question

ドラッグドロップ -
あなたは製品作成プロジェクトを計画しています。
ビデオを分析するプロセスを推奨する必要があります。
どの 4 つのアクションを順番に実行する必要がありますか?回答するには、アクションのリストから適切なアクションを回答領域に移動し、正しい順序で並べます。
選択して配置します:
image

DRAG DROP -
You are planning the product creation project.
You need to recommend a process for analyzing videos.
Which four 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.
Select and Place:
image

85. AI-102 トピック 9 問題 285. AI-102 Topic 9 Question 2

問題Question

ホットスポット -
製品作成プロジェクトの画像をアップロードするコードを開発する必要があります。ソリューションはアクセシビリティ要件を満たしている必要があります。
コードをどのように完成させるべきでしょうか?回答するには、回答領域で適切なオプションを選択してください。
注: 正しく選択するたびに 1 ポイントの価値があります。
ホットエリア:
image

HOTSPOT -
You need to develop code to upload images for the product creation project. The solution must meet the accessibility requirements.
How should you complete the code? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Hot Area:
image

86. AI-102 トピック 10 問題 186. AI-102 Topic 10 Question 1

問題Question

ドラッグドロップ -
あなたは、文書処理要件を満たすための Management-Bookkeepers グループ向けのソリューションを開発しています。ソリューションには次のコンポーネントが含まれている必要があります。
✑ From Recognizer リソース
✑ Form Recognizer サンプル ラベル付けツールをホストする Azure Web アプリ
Management-Bookkeepers グループは、サンプル ラベル付けツールを使用してカスタム テーブル エクストラクターを作成する必要があります。
Management-Bookkeepers グループが順番に実行すべき 3 つのアクションはどれですか?回答するには、コマンドレットのリストから適切なコマンドレットを回答領域に移動し、正しい順序で並べます。
選択して配置します:
image

DRAG DROP -
You are developing a solution for the Management-Bookkeepers group to meet the document processing requirements. The solution must contain the following components:
✑ A From Recognizer resource
✑ An Azure web app that hosts the Form Recognizer sample labeling tool
The Management-Bookkeepers group needs to create a custom table extractor by using the sample labeling tool.
Which three actions should the Management-Bookkeepers group perform in sequence? To answer, move the appropriate cmdlets from the list of cmdlets to the answer area and arrange them in the correct order.
Select and Place:
image

87. AI-102 トピック 10 問題 287. AI-102 Topic 10 Question 2

問題Question

あなたはナレッジベースを開発しています。
ウェビナーのトランスクリプトを取得するには、Azure Video Analyzer for Media (以前の Video Indexer) を使用します。
ソリューションがナレッジベースの要件を満たしていることを確認する必要があります。
どうすればいいでしょうか?

  • A. カスタム言語モデルを作成する
  • B. ビデオのみに音声インデックスを設定する
  • C. ビデオの多言語検出を有効にする
  • D. ウェビナープレゼンター向けのカスタム人物モデルを構築する

You are developing the knowledgebase.
You use Azure Video Analyzer for Media (previously Video indexer) to obtain transcripts of webinars.
You need to ensure that the solution meets the knowledgebase requirements.
What should you do?

  • A. Create a custom language model
  • B. Configure audio indexing for videos only
  • C. Enable multi-language detection for videos
  • D. Build a custom Person model for webinar presenters

88. AI-102 トピック 12 問題 188. AI-102 Topic 12 Question 1

問題Question

レシート画像の抽出ソリューションを開発する必要があります。ソリューションは、文書処理要件と技術要件を満たしている必要があります。
分析のためにレシート画像を Form Recognizer API にアップロードすると、API は次の JSON を返します。
image
Consultant-Bookkeeper グループのメンバーによる抽出された情報の手動レビューをトリガーするには、どの表現を使用する必要がありますか?

  • A. documentResults.docType == "事前構築済み:領収書"
  • B. documentResults.fields.*.confidence < 0.7
  • C. documentResults.fields.ReceiptType.confidence > 0.7
  • D. documentResults.fields.MerchantName.confidence < 0.7

You need to develop an extract solution for the receipt images. The solution must meet the document processing requirements and the technical requirements.
You upload the receipt images to the Form Recognizer API for analysis, and the API returns the following JSON.
image
Which expression should you use to trigger a manual review of the extracted information by a member of the Consultant-Bookkeeper group?

  • A. documentResults.docType == "prebuilt:receipt"
  • B. documentResults.fields.*.confidence < 0.7
  • C. documentResults.fields.ReceiptType.confidence > 0.7
  • D. documentResults.fields.MerchantName.confidence < 0.7

89. AI-102 トピック 14 問題 189. AI-102 Topic 14 Question 1

問題Question

あなたは文書処理ワークフローを開発しています。
財務書類からテキストを抽出するためにどの API エンドポイントを使用するかを特定する必要があります。ソリューションは文書処理要件を満たしている必要があります。
どの 2 つの API エンドポイントを特定する必要がありますか?それぞれの正解は、解決策の一部を示しています。
注: 正しく選択するたびに 1 ポイントの価値があります。

  • A. /vision/v3.1/read/analyzeResults
  • B. /formrecognizer/v2.0/custom/models/{modelId}/analyze
  • C. /formrecognizer/v2.0/prebuilt/receipt/analyze
  • D. /vision/v3.1/describe
  • E. /vision/v3.1/read/analyze

You are developing the document processing workflow.
You need to identify which API endpoints to use to extract text from the financial documents. The solution must meet the document processing requirements.
Which two API endpoints should you identify? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.

  • A. /vision/v3.1/read/analyzeResults
  • B. /formrecognizer/v2.0/custom/models/{modelId}/analyze
  • C. /formrecognizer/v2.0/prebuilt/receipt/analyze
  • D. /vision/v3.1/describe
  • E. /vision/v3.1/read/analyze