2025年最新の有効なAI-102日本語テスト解答とMicrosoft試験PDF問題を試そう [Q191-Q216]

Share

2025年最新の有効なAI-102日本語テスト解答とMicrosoft試験PDF問題を試そう

無料Microsoft AI-102日本語試験問題と解答トレーニングを提供していますFast2test

質問 # 191
Azure Cognitive Service for Language に質問応答プロジェクトがあります。
プロジェクトを別の Azure リージョンの言語サービス インスタンスに移動する必要があります。
順番に実行する必要がある 3 つのアクションはどれですか? 答えるには、アクションのリストから適切なアクションを回答エリアに移動し、正しい順序で並べます。

正解:

解説:

1 - From the original Language service instance, export the existing project.
2 - From the new Language service instance, regenerate the keys.
3 - From the original Language service instance, train and publish the model.


質問 # 192
内部ドキュメントにAzureCognitiveSearchを使用するアプリケーションを開発しています。
AzureCognitiveSearchのドキュメントレベルのフィルタリングを実装する必要があります。
ソリューションに含める必要がある3つのアクションはどれですか?それぞれの正解は、解決策の一部を示しています。
注:正しい選択はそれぞれ1ポイントの価値があります。

  • A. グループごとに1つのインデックスを作成します。
  • B. すべてのグループを取得します。
  • C. 許可されたグループを各インデックスエントリに追加します。
  • D. ユーザーのグループメンバーシップを取得します。
  • E. 検索リクエストとともにAzureADアクセストークンを送信します。
  • F. 検索リクエストのフィルターとしてグループを提供します。

正解:C、D、F

解説:
Explanation
Your documents must include a field specifying which groups have access. This information becomes the filter criteria against which documents are selected or rejected from the result set returned to the issuer.
D: A query request targets the documents collection of a single index on a search service.
CF: In order to trim documents based on group_ids access, you should issue a search query with a group_ids/any(g:search.in(g, 'group_id1, group_id2,...')) filter, where 'group_id1, group_id2,...' are the groups to which the search request issuer belongs.
Reference:
https://docs.microsoft.com/en-us/azure/search/search-security-trimming-for-azure-search


質問 # 193
Microsoft Bot Framework SDKを使用して、MicrosoftTeamsチャネル用のチャットボットを構築しています。チャットボットは次のコードを使用します。

次の各ステートメントについて、ステートメントがtrueの場合は、[はい]を選択します。それ以外の場合は、[いいえ]を選択します。
注:正しい選択はそれぞれ1ポイントの価値があります。

正解:

解説:

Explanation:

Box 1: Yes
The ActivityHandler.OnMembersAddedAsync method overrides this in a derived class to provide logic for when members other than the bot join the conversation, such as your bot's welcome logic.
Box 2: Yes
membersAdded is a list of all the members added to the conversation, as described by the conversation update activity.
Box 3: No
Reference:
https://docs.microsoft.com/en-us/dotnet/api/microsoft.bot.builder.activityhandler.onmembersaddedasync?
view=botbuilder-dotnet-stable


質問 # 194
Microsoft BotFrameworkSDKを使用してチャットボットを構築しています。
UserProfileという名前のオブジェクトを使用してユーザープロファイル情報を格納し、ConversationDataという名前のオブジェクトを使用して会話に関連する情報を格納します。
次の状態アクセサーを作成して、両方のオブジェクトを状態に格納します。
var userStateAccessors = _userState.CreateProperty <UserProfile>(nameof(UserProfile)); varconversationStateAccessors = _conversationState.CreateProperty <ConversationData>(nameof(ConversationData)); 状態ストレージメカニズムはメモリストレージに設定されます。
次の各ステートメントについて、ステートメントがtrueの場合は、[はい]を選択します。それ以外の場合は、[いいえ]を選択します。
注:正しい選択はそれぞれ1ポイントの価値があります。

正解:

解説:

Reference:
https://docs.microsoft.com/en-us/azure/bot-service/bot-builder-howto-v4-state


質問 # 195
ビデオ トレーニング ソリューションのコンテンツを作成しています。
動画コンテンツに付随するナレーションを作成する必要があります。ソリューションではカスタム ニューラル音声を使用する必要があります。
カスタムのニューラル音声を作成するには何を使用する必要があり、ナレーションを生成するにはどのサービスを使用する必要がありますか? 回答するには、回答エリアで適切なオプションを選択します。
注: 各正解は 1 ポイントの価値があります。

正解:

解説:


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

次の各ステートメントについて、ステートメントがtrueの場合は、[はい]を選択します。それ以外の場合は、[いいえ]を選択します。
注:正しい選択はそれぞれ1ポイントの価値があります。

正解:

解説:

Explanation:
Box 1: No
Box 2: Yes
Box 3: No


質問 # 197
Microsoft Bot Framework を使用して構築され、Azure にデプロイされたチャットボットがあります。
音声対話をサポートするようにボットを構成する必要があります。ソリューションは、複数のクライアント アプリをサポートする必要があります。
どのタイプのチャネルを使用する必要がありますか?

  • A. ダイレクト ライン スピーチ
  • B. Microsoft チーム
  • C. コルタナ

正解:A


質問 # 198
文を正しく完成させる答えを選択してください。

正解:

解説:

Explanation:


質問 # 199
工場の生産ラインで生産されたコンポーネントの障害を認識するアプリケーションを開発しています。コンポーネントはビジネスに固有のものです。
一般的な障害の検出を支援するには、カスタムビジョンAPIを使用する必要があります。
順番に実行する必要がある3つのアクションはどれですか?回答するには、適切なアクションをアクションのリストから回答領域に移動し、正しい順序に並べます。

正解:

解説:

Explanation
Graphical user interface, text, application, chat or text message Description automatically generated

Step 1: Create a project
Create a new project.
Step 2: Upload and tag the images
Choose training images. Then upload and tag the images.
Step 3: Train the classifier model.
Train the classifier
Reference:
https://docs.microsoft.com/en-us/azure/cognitive-services/custom-vision-service/getting-started-build-a-classifie


質問 # 200
文を正しく完成させる答えを選択してください。

正解:

解説:

Explanation


質問 # 201
言語翻訳を含むアプリケーションを開発しています。
アプリケーションは、getTextToBeTranslatedという名前の関数を使用して取得したテキストを翻訳します。テキストは多くの言語の1つにすることができます。テキストの内容は、南北アメリカのAzure地域内にとどまる必要があります。
テキストを単一の言語に翻訳するためのコードを開発する必要があります。
コードをどのように完成させる必要がありますか?回答するには、回答エリアで適切なオプションを選択してください。
注:正しい選択はそれぞれ1ポイントの価値があります。

正解:

解説:


質問 # 202
Retailドメインを使用して、会社の製品を識別するカスタムビジョンモデルをトレーニングします。
モデルをAndroidスマートフォン用のアプリの一部として展開する予定です。
展開するモデルを準備する必要があります。
順番に実行する必要がある3つのアクションはどれですか?回答するには、適切なアクションをアクションのリストから回答領域に移動し、正しい順序に並べます。

正解:

解説:

1 - Change model domain
2 - Retrain compact model
3 - Export model
Reference:
https://docs.microsoft.com/en-us/azure/cognitive-services/custom-vision-service/export-your-model


質問 # 203
AzureCognitiveSearchを使用してナレッジベースを開発しています。
インデクサーが使用するスキルを構築する必要があります。
コードをどのように完成させる必要がありますか?回答するには、回答エリアで適切なオプションを選択してください。
注:正しい選択はそれぞれ1ポイントの価値があります。

正解:

解説:

Reference:
https://docs.microsoft.com/en-us/azure/search/cognitive-search-skill-entity-recognition


質問 # 204
あなたは外出先での買い物プロジェクトを開発しています。
チャットボット用のアダプティブカードを作成する必要があります。
コードをどのように完成させる必要がありますか?回答するには、回答エリアで適切なオプションを選択してください。
注:正しい選択はそれぞれ1ポイントの価値があります。

正解:

解説:


質問 # 205
Docker コンテナーで実行される Language Understanding ソリューションがあります。
Microsoft Container Registry (MCR) から Language Understanding コンテナー イメージをダウンロードします。
コンテナー イメージをホスト コンピューターにデプロイする必要があります。
順番に実行する必要がある 3 つのアクションはどれですか? 答えるには、アクションのリストから適切なアクションを回答エリアに移動し、正しい順序で並べます。

正解:

解説:

Explanation


質問 # 206
チャットボットの要件を満たすためにQnAMakerリソースを構築します。
各グループにどのRBACの役割を割り当てる必要がありますか?回答するには、回答エリアで適切なオプションを選択してください。
注:正しい選択はそれぞれ1ポイントの価値があります。

正解:

解説:

Explanation:
Box 1: Cognitive Service User
Ensure that the members of a group named Management-Accountants can approve the FAQs.
Approve=publish.
Cognitive Service User (read/write/publish): API permissions: All access to Cognitive Services resource except for ability to:
1. Add new members to roles.
2. Create new resources.
Box 2: Cognitive Services QnA Maker Editor
Ensure that the members of a group named Consultant-Accountants can create and amend the FAQs.
QnA Maker Editor: API permissions:
1. Create KB API
2. Update KB API
3. Replace KB API
4. Replace Alterations
5. "Train API" [in new service model v5]
Box 3: Cognitive Services QnA Maker Read
Ensure that the members of a group named the Agent-CustomerServices can browse the FAQs.
QnA Maker Read: API Permissions:
1. Download KB API
2. List KBs for user API
3. Get Knowledge base details
4. Download Alterations
Generate Answer
Reference:
https://docs.microsoft.com/en-us/azure/cognitive-services/qnamaker/concepts/role-based-access-control


質問 # 207
Azure サブスクリプションをお持ちです。
Azure Al Document Intelligence リソースをデプロイする必要があります。
Azure Resource Manager (ARM) テンプレートをどのように完成させるべきですか? 回答するには、回答領域で適切なオプションを選択してください
注: 正しく選択するたびに 1 ポイントの価値があります。

正解:

解説:


質問 # 208
文を正しく完成させる答えを選択してください。

正解:

解説:


質問 # 209
あなたは、テクニカル ポッドキャストの文字起こしサービスを構築しています。
テストの結果、このサービスが技術用語を正確に転写できないことが判明しました。
サービスの精度を高める必要があります。
どの 5 つのアクションを順番に実行する必要がありますか? 回答するには、アクションのリストから適切なアクションを回答領域に移動し、正しい順序で並べます。
注: 回答の選択肢は複数の順序で正解です。選択した正しい注文に対してクレジットを受け取ります。

正解:

解説:

Explanation:

https://learn.microsoft.com/en-us/azure/cognitive-services/speech-service/custom-speech-overview#how-does-it- With Custom Speech, you can upload your own data, test and train a custom model, compare accuracy between models, and deploy a model to a custom endpoint.
- Create a project and choose a model. Use a Speech resource that you create in the Azure portal. If you will train a custom model with audio data, choose a Speech resource region with dedicated hardware for training audio data.
- Upload test data. Upload test data to evaluate the speech to text offering for your applications, tools, and products.
- Train a model. Provide written transcripts and related text, along with the corresponding audio data. Testing a model before and after training is optional but recommended.
- Deploy a model. Once you're satisfied with the test results, deploy the model to a custom endpoint. With the exception of batch transcription, you must deploy a custom endpoint to use a Custom Speech model.


質問 # 210
言語理解サービスを使用して言語モデルを構築しています。
新しい言語理解リソースを作成します。
さらに寄稿者を追加する必要があります。
何を使うべきですか?

  • A. Azure Active Directory(Azure AD)の条件付きアクセスポリシー
  • B. Azureポータルのオーサリングリソースのアクセス制御(1AM)ページ
  • C. Azureポータルの予測リソースのアクセス制御(1AM)ページ

正解:B

解説:
Reference:
https://docs.microsoft.com/en-us/azure/cognitive-services/luis/luis-how-to-collaborate


質問 # 211
Azure サブスクリプションをお持ちです。
Azure Al Document Intelligence リソースをデプロイする必要があります。
Azure Resource Manager (ARM) テンプレートをどのように完成させるべきですか? 回答するには、回答領域で適切なオプションを選択してください
注: 正しく選択するたびに 1 ポイントの価値があります。

正解:

解説:

Explanation:


質問 # 212
顧客データと注文データを組み合わせたSQLクエリがあります
a。クエリには計算列が含まれます。他のユーザーが同じSOLクエリを再実行できるようにするデータベースオブジェクトを作成する必要があります。何を作成する必要がありますか?

  • A. インデックス
  • B. テーブル
  • C. ビュー
  • D. スカラー関数

正解:C

解説:
Topic 2, Wide World Importers
Existing Environment
A company named Wide World Importers is developing an e-commerce platform.
You are working with a solutions architect to design and implement the features of the e-commerce platform. The platform will use microservices and a serverless environment built on Azure.
Wide World Importers has a customer base that includes English, Spanish, and Portuguese speakers.
Applications
Wide World Importers has an App Service plan that contains the web apps shown in the following table.

Azure Resources
You have the following resources:
An Azure Active Directory (Azure AD) tenant
The tenant supports internal authentication.
All employees belong to a group named AllUsers.
Senior managers belong to a group named LeadershipTeam.
An Azure Functions resource
A function app posts to Azure Event Grid when stock levels of a product change between OK, Low Stock, and Out of Stock. The function app uses the Azure Cosmos DB change feed.
An Azure Cosmos DB account
The account uses the Core (SQL) API.
The account stores data for the Product Management app and the Inventory Tracking app.
An Azure Storage account
The account contains blob containers for assets related to products.
The assets include images, videos, and PDFs.
An Azure Cognitive Services resource named wwics
A Video Indexer resource named wwivi
Requirements
Business Goals
Wide World Importers wants to leverage AI technologies to differentiate itself from its competitors.
Planned Changes
Wide World Importers plans to start the following projects:
A product creation project: Help employees create accessible and multilingual product entries, while expediting product entry creation.
A smart e-commerce project: Implement an Azure Cognitive Search solution to display products for customers to browse.
A shopping on-the-go project: Build a chatbot that can be integrated into smart speakers to support customers.
Business Requirements
Wide World Importers identifies the following business requirements for all the projects:
Provide a multilingual customer experience that supports English, Spanish, and Portuguese.
Whenever possible, scale based on transaction volumes to ensure consistent performance.
Minimize costs.
Governance and Security Requirements
Wide World Importers identifies the following governance and security requirements:
Data storage and processing must occur in datacenters located in the United States.
Azure Cognitive Services must be inaccessible directly from the internet.
Accessibility Requirements
Wide World Importers identifies the following accessibility requirements:
All images must have relevant alt text.
All videos must have transcripts that are associated to the video and included in product descriptions.
Product descriptions, transcripts, and all text must be available in English, Spanish, and Portuguese.
Product Creation Requirements
Wide World Importers identifies the following requirements for improving the Product Management app:
Minimize how long it takes for employees to create products and add assets.
Remove the need for manual translations.
Smart E-Commerce Requirements
Wide World Importers identifies the following requirements for the smart e-commerce project:
Ensure that the Cognitive Search solution meets a Service Level Agreement (SLA) of 99.9% availability for searches and index writes.
Provide users with the ability to search insight gained from the images, manuals, and videos associated with the products.
Support autocompletion and autosuggestion based on all product name variants.
Store all raw insight data that was generated, so the data can be processed later.
Update the stock level field in the product index immediately upon changes.
Update the product index hourly.
Shopping On-the-Go Requirements
Wide World Importers identifies the following requirements for the shopping on-the-go chatbot:
Answer common questions.
Support interactions in English, Spanish, and Portuguese.
Replace an existing FAQ process so that all Q&A is managed from a central location.
Provide all employees with the ability to edit Q&As. Only senior managers must be able to publish updates.
Support purchases by providing information about relevant products to customers. Product displays must include images and warnings when stock levels are low or out of stock.
Product JSON Sample
You have the following JSON sample for a product.


質問 # 213
Azure Resource Manager (ARM) テンプレートを使用して Azure OpenAI リソースをデプロイすることを計画しています。
リソースが 1 分あたり 600 のリクエストに応答できることを確認する必要があります。
テンプレートをどのように完成させるべきでしょうか? 回答するには、回答領域で適切なオプションを選択してください。
注: 正しく選択するたびに 1 ポイントの価値があります。

正解:

解説:


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

正解:

解説:


質問 # 215
AH という名前の Azure OpenAI リソースを含む Azure サブスクリプションがあります。
AI1 を使用して特定の質問に対して生成的な回答を提供するチャットボットを構築します。
応答がより創造的であり、決定性が低いことを確認する必要があります。
コードをどのように完成させるべきでしょうか?回答するには、回答領域で適切なオプションを選択してください。
注: 正しく選択するたびに 1 ポイントの価値があります。

正解:

解説:


質問 # 216
......

トップクラスMicrosoft AI-102日本語オンライン問題集:https://jp.fast2test.com/AI-102J-premium-file.html


弊社を連絡する

我々は12時間以内ですべてのお問い合わせを答えます。

我々の働いている時間: ( GMT 0:00-15:00 )
月曜日から土曜日まで

サポート: 現在連絡 

English Deutsch 繁体中文 한국어