[2025年08月04日] あなたを合格させるAI-102日本語無料最新問題集でMicrosoft練習テスト
無料でゲット!高評価Microsoft AI-102日本語試験問題集を今すぐダウンロード!
質問 # 141
プログラムでAzureCognitiveServicesリソースを作成するには、次のC#メソッドがあります。
メソッドを呼び出して、米国西部のAzureリージョンに無料のAzureリソースを作成する必要があります。このリソースは、画像のキャプションを自動的に生成するために使用されます。
どのコードを使用する必要がありますか?
- A. create_resource(client、 "res1"、 "CustomVision.Prediction"、 "F0"、 "westus")
- B. create_resource(client、 "res1"、 "ComputerVision"、 "F0"、 "westus")
- C. create_resource(client、 "res1"、 "ComputerVision"、 "S0"、 "westus")
- D. create_resource(client、 "res1"、 "CustomVision.Prediction"、 "S0"、 "westus")
正解:A
解説:
https://azure.microsoft.com/en-us/pricing/details/cognitive-services/computer-vision/
質問 # 142
タスク追跡をサポートするチャットボットを構築することを計画しています。
lu1という名前の言語理解サービスを作成します。
チャットボットに統合するには、言語理解モデルを構築する必要があります。ソリューションは、モデルを構築するための開発時間を最小限に抑える必要があります。
順番に実行する必要がある4つのアクションはどれですか?回答するには、適切なアクションをアクションのリストから回答領域に移動し、正しい順序に並べます。(4つ選択してください。)
正解:
解説:
質問 # 143
あなたは製品作成プロジェクトを計画しています。
多言語の製品説明を作成するには、RESTエンドポイントを構築する必要があります。
URIをどのように完成させる必要がありますか?回答するには、回答エリアで適切なオプションを選択してください。
注:正しい選択はそれぞれ1ポイントの価値があります。
正解:
解説:
Explanation:
Box 1: api-nam.cognitive.microsofttranslator.com
https://docs.microsoft.com/en-us/azure/cognitive-services/translator/reference/v3-0-reference Box 2: /translate Reference:
https://docs.microsoft.com/en-us/azure/cognitive-services/translator/reference/v3-0-translate
Topic 1, Wide World Importers
Case study
This is a case study. Case studies are not timed separately. You can use as much exam time as you would like to complete each case. However, there may be additional case studies and sections on this exam. You must manage your time to ensure that you are able to complete all questions included on this exam in the time provided.
To answer the questions included in a case study, you will need to reference information that is provided in the case study. Case studies might contain exhibits and other resources that provide more information about the scenario that is described in the case study. Each question is independent of the other questions in this case study.
At the end of this case study, a review screen will appear. This screen allows you to review your answers and to make changes before you move to the next section of the exam. After you begin a new section, you cannot return to this section.
To start the case study
To display the first question in this case study, click the Next button. Use the buttons in the left pane to explore the content of the case study before you answer the questions. Clicking these buttons displays information such as business requirements, existing environment, and problem statements. If the case study has an All Information tab, note that the information displayed is identical to the information displayed on the subsequent tabs. When you are ready to answer a question, click the Question button to return to the question.
Overview
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.
質問 # 144
休暇申請に使用されるアプリの会話型インターフェイスを設計しています。インターフェイスは次のデータを収集する必要があります。
*休暇の開始日
*休暇の終了日
※有給休暇の必要日数
このソリューションでは、ダイアログの複雑さを最小限に抑える必要があります。どのタイプのダイアログを使用する必要がありますか?
- A. スキル
- B. アダプティブ
- C. コンポーネント
- D. waterfall
正解:C
質問 # 145
Microsoft BotFrameworkComposerを使用してチャットボットを構築しています。
次の展示に示すダイアログデザインがあります。
次の各ステートメントについて、ステートメントがtrueの場合は、[はい]を選択します。それ以外の場合は、[いいえ]を選択します。
注:正しい選択はそれぞれ1ポイントの価値があります。
正解:
解説:
Explanation:
Box 1: No
User.name is a property.
Box 2: Yes
Box 3: Yes
The coalesce() function evaluates a list of expressions and returns the first non-null (or non-empty for string) expression.
Reference:
https://docs.microsoft.com/en-us/composer/concept-language-generation
https://docs.microsoft.com/en-us/azure/data-explorer/kusto/query/coalescefunction
質問 # 146
チャットボットのデザインを確認しています。チャットボットには、次のフラグメントを含む言語生成ファイルが含まれています。
# Greet(user)
- ${Greeting()}, ${user.name}
次の各ステートメントについて、ステートメントがtrueの場合は、[はい]を選択します。それ以外の場合は、[いいえ]を選択します。
注:正しい選択はそれぞれ1ポイントの価値があります。
正解:
解説:
Explanation
Box 1: No
Example: Greet a user whose name is stored in `user.name`
- ${ welcomeUser(user.name) }
Example: Greet a user whose name you don't know:
- ${ welcomeUser() }
Box 2: No
Greet(User) is a Send a response action.
Box 3: Yes
Reference:
https://docs.microsoft.com/en-us/composer/how-to-ask-for-user-input
質問 # 147
AzureCognitiveSearchを使用するエンリッチメントパイプラインを作成しています。ナレッジストアには、構造化されていないJSONデータと、テキストを含むスキャンされたPDFドキュメントが含まれています。
各データ型にどの投影型を使用する必要がありますか?回答するには、回答エリアで適切なオプションを選択してください。
注:正しい選択はそれぞれ1ポイントの価値があります。
正解:
解説:
Explanation
Box 1: Object projection
Object projections are JSON representations of the enrichment tree that can be sourced from any node.
Box 2: File projection
File projections are similar to object projections and only act on the normalized_images collection.
Reference:
https://docs.microsoft.com/en-us/azure/search/knowledge-store-projection-overview
質問 # 148
Microsoft Bot Framework Composer を使用して、ユーザーがアイテムを購入できるチャットボットを構築します。
ユーザーが進行中のトランザクションをキャンセルできることを確認する必要があります。ソリューションでは、開発労力を最小限に抑える必要があります。
ボットに何を追加する必要がありますか?
- A. 会話アクティビティ
- B. 言語ジェネレーター
- C. カスタムイベント
- D. ダイアログトリガー
正解:A
質問 # 149
次のJSONを使用して、AzureCognitiveSearchのナレッジストアを作成します。
ドロップダウンメニューを使用して、図に示されている情報に基づいて各ステートメントを完了する回答の選択肢を選択します。注正しい選択はそれぞれ1ポイントの価値があります。
正解:
解説:
Explanation
質問 # 150
AH という名前の Azure OpenAI リソースを含む Azure サブスクリプションがあります。
AI1 を使用して特定の質問に対して生成的な回答を提供するチャットボットを構築します。
応答がより創造的であり、決定性が低いことを確認する必要があります。
コードをどのように完成させるべきでしょうか?回答するには、回答領域で適切なオプションを選択してください。
注: 正しく選択するたびに 1 ポイントの価値があります。
正解:
解説:
Explanation:
質問 # 151
チャットボットで使用する会話フローを設計しています。
Microsoft BotFrameworkEmulatorを使用して会話フローをテストする必要があります。
.chatファイルをどのように完成させる必要がありますか?回答するには、回答エリアで適切なオプションを選択してください。
注:正しい選択はそれぞれ1ポイントの価値があります。
正解:
解説:
Reference:
https://docs.microsoft.com/en-us/azure/bot-service/bot-builder-howto-add-media-attachments?view=azure-bot-service-4.0&tabs=csharp
質問 # 152
A1 GPT 3.5 モデルの 3 つのデプロイをホストする AH という名前の Azure OpenA1 リソースがあります。各導入は、固有のワークロードに合わせて最適化されます。
3 つのアプリをデプロイする予定です。各アプリは REST API を使用して AM にアクセスし、アプリの対象となるワークロードに最適化された展開を使用します。
各アプリに AH へのアクセスと適切なデプロイメントを提供する必要があります。ソリューションでは、アプリのみが AM にアクセスできるようにする必要があります。
AM へのアクセスを提供するには何を使用する必要がありますか。また、各アプリが適切なデプロイメントに接続するには何を使用する必要がありますか?回答するには、回答領域で適切なオプションを選択してください。
注: 正しく選択するたびに 1 ポイントの価値があります。
正解:
解説:
Explanation:
質問 # 153
次のことを実行する言語サービス リソースがあります。
* 感情分析
* 固有表現抽出 (NER)
* 個人識別情報(Pll)の識別
データが分析されたら、リソースが入力データを保持しないようにする必要があります。言語サービス API のどのクエリ パラメータを構成する必要がありますか?
- A. piiCategories
- B. モデルバージョン
- C. 統計を表示
- D. ログ記録オプトアウト
正解:D
質問 # 154
あなたはeコマースプラットフォームの言語理解モデルを構築しています。請求先住所を取得するためのエンティティを構築する必要があります。
請求先住所にはどのエンティティタイプを使用する必要がありますか?
- A. リスト
- B. 正規表現
- C. 機械学習
- D. geographyV2
- E. Pattern.any
正解:C
解説:
An ML entity can be composed of smaller sub-entities, each of which can have its own properties. For example, Address could have the following structure:
Address: 4567 Main Street, NY, 98052, USA
Building Number: 4567
Street Name: Main Street
State: NY
Zip Code: 98052
Country: USA
https://docs.microsoft.com/en-us/azure/cognitive-services/luis/luis-concept-entity-types
質問 # 155
Azureサービスをアーキテクチャ内の適切な場所に一致させます。
回答するには、適切なサービスを左側の列から右側の場所にドラッグします。各サービスは、1回使用することも、複数回使用することも、まったく使用しないこともできます。
注:それぞれの正しい一致は1ポイントの価値があります。
正解:
解説:
Explanation
質問 # 156
Azureサブスクリプションをお持ちの場合
ユーザーのプロンプトに応じて架空のストーリーを生成する新しいリソースを作成する必要があります。ソリューションでは、リソースが顧客管理キーを使用してデータを保護できるようにする必要があります。
スクリプトをどのように完成させるべきですか? 回答するには、回答エリアで適切なオプションを選択してください。
注意: 正しい選択ごとに 1 ポイントが付与されます。
正解:
解説:
Explanation:
質問 # 157
Microsoft BotFrameworkSDKとAzureBotServiceを使用してボットを構築します。
ボットをAzureにデプロイすることを計画しています。
ボットチャネル登録サービスを使用してボットを登録します。
展開を完了するために必要な2つの値はどれですか?それぞれの正解は、解決策の一部を示しています。
注:正しい選択はそれぞれ1ポイントの価値があります。
- A. appSecrec
- B. tenancld
- C. appld
- D. botld
- E. objeccld
正解:A、C
解説:
Reference:
https://github.com/MicrosoftDocs/bot-docs/blob/live/articles/bot-service-quickstart-registration.md
質問 # 158
100個のチャットボットがあり、それぞれに独自の言語理解モデルがあります。
多くの場合、各モデルに同じフレーズを追加する必要があります。
新しいフレーズを含めるには、言語理解モデルをプログラムで更新する必要があります。
コードをどのように完成させる必要がありますか?答えるには、適切な値を正しいターゲットにドラッグします。各値は、1回使用することも、複数回使用することも、まったく使用しないこともできます。コンテンツを表示するには、ペイン間で分割バーをドラッグするか、スクロールする必要がある場合があります。
注:正しい選択はそれぞれ1ポイントの価値があります。
正解:
解説:
Reference:
https://docs.microsoft.com/en-us/azure/cognitive-services/luis/client-libraries-rest-api
質問 # 159
文を正しく完成させる答えを選択してください。
正解:
解説:
Explanation
質問 # 160
次のコマンドを実行します。
次の各ステートメントについて、ステートメントがtrueの場合は、[はい]を選択します。それ以外の場合は、[いいえ]を選択します。
正解:
解説:
Reference:
https://docs.microsoft.com/en-us/azure/cognitive-services/luis/luis-container-howto
質問 # 161
......
一発合格の秘訣は無料でゲット!AI-102日本語Certified 試験エンジンPDF:https://www.goshiken.com/Microsoft/AI-102J-mondaishu.html