[更新されたのは2024年]Microsoft AI-102問題準備には無料サンプルのPDF [Q139-Q161]

Share

[更新されたのは2024年]Microsoft AI-102問題準備には無料サンプルのPDF

2024年最新の認定サンプル問題AI-102問題集と練習試験合格させます


Microsoft AI-102試験に備えるためには、AIの概念やPythonやRなどのプログラミング言語の理解、Azure AIサービスの使用経験があることが推奨されます。Microsoftは、オンラインコース、模擬試験、学習ガイドなど、様々なリソースを提供しており、これらを活用することで試験に備え、一発合格の可能性を高めることができます。

 

質問 # 139
You have an Azure subscription that contains an Azure OpenA1 resource. You configure a model that has the following settings:
* Temperature: 1
* Top probabilities: 0.5
* Max response tokens: 100
You ask the model a question and receive the following response.

For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth point.

正解:

解説:


質問 # 140
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.

正解:

解説:

Box 1: LargeFaceListID
LargeFaceList: Add a face to a specified large face list, up to 1,000,000 faces.
Note: Given query face's faceId, to search the similar-looking faces from a faceId array, a face list or a large face list. A "faceListId" is created by FaceList - Create containing persistedFaceIds that will not expire. And a
"largeFaceListId" is created by LargeFaceList - Create containing persistedFaceIds that will also not expire.
Reference:
https://docs.microsoft.com/en-us/rest/api/faceapi/face/findsimilar


質問 # 141
Select the answer that correctly completes the sentence.

正解:

解説:

Explanation


質問 # 142
You are building a Chatbot by using the Microsoft Bot Framework SDK. The bot will be used to accept food orders from customers and allow the customers to customize each food item. You need to configure the bot to ask the user for additional input based on the type of item ordered. The solution must minimize development effort. Which two types of dialogs should you use? Each correct answer presents part of the solution. NOTE:
Each correct selection is worth one point.

  • A. prompt
  • B. waterfall
  • C. action
  • D. input
  • E. adaptive

正解:B、C


質問 # 143
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.

正解:

解説:


質問 # 144
Select the answer that correctly completes the sentence.

正解:

解説:


質問 # 145
You build a bot by using the Microsoft Bot Framework SDK.
You need to test the bot interactively on a local machine.
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.
NOTE: More than one order of answer choices is correct. You will receive credit for any of the correct orders you select.

正解:

解説:

Explanation:


質問 # 146
Select the answer that correctly completes the sentence.

正解:

解説:


質問 # 147
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.

正解:

解説:


質問 # 148
You are planning the product creation project.
You need to build the REST endpoint to create the multilingual product descriptions.
How should you complete the URI? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

正解:

解説:

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


質問 # 149
Select the answer that correctly completes the sentence.

正解:

解説:

Explanation:


質問 # 150
For each of the following statements, select Yes if the statement is tine. Otherwise, select No. NOTE: Each correct selection is worth one point.

正解:

解説:


質問 # 151
You are creating an enrichment pipeline that will use Azure Cognitive Search. The knowledge store contains unstructured JSON data and scanned PDF documents that contain text.
Which projection type should you use for each data type? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

正解:

解説:

Reference:
https://docs.microsoft.com/en-us/azure/search/knowledge-store-projection-overview


質問 # 152
You need to create a visualization of running sales totals per quarter as shown in the following exhibit.

What should you create in Cower Bl Desktop;1

  • A. a ribbon chart
  • B. a waterfall chart
  • C. a bar chart
  • D. a decomposition tree

正解:C


質問 # 153
You are building a chatbot by using the Microsoft Bot Framework Composer as shown in the exhibit. (Click the Exhibit tab.)

The chatbot contains a dialog named GetUserDetails. GetUserDetails contains a TextInput control that prompts users for their name.
The user input will be stored in a property named name.
You need to ensure that you can dispose of the property when the last active dialog ends.
Which scope should you assign to name?

  • A. dialog
  • B. conversation
  • C. user
  • D. curn

正解:A

解説:
Explanation
The dialog scope associates properties with the active dialog. Properties in the dialog scope are retained until the dialog ends.
Reference:
https://docs.microsoft.com/en-us/composer/concept-memory?tabs=v2x


質問 # 154
You are building a Language Understanding model for purchasing tickets.
You have the following utterance for an intent named PurchaseAndSendTickets.
Purchase [2 audit business] tickets to [Paris] [next Monday] and send tickets to [[email protected]] You need to select the entity types. The solution must use built-in entity types to minimize training data whenever possible.
Which entity type should you use for each label? To answer, drag the appropriate entity types to the correct labels. Each entity type 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.

正解:

解説:

Reference:
https://docs.microsoft.com/en-us/azure/cognitive-services/luis/luis-reference-prebuilt-geographyv2
https://docs.microsoft.com/en-us/azure/cognitive-services/luis/luis-reference-prebuilt-email
https://docs.microsoft.com/en-us/azure/cognitive-services/luis/reference-entity-machine-learned-entity


質問 # 155
You are developing a text processing solution.
You develop the following method.

You call the method by using the following code.
GetKeyPhrases(textAnalyticsClient, "the cat sat on the mat");
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE:Each correct selection is worth one point.

正解:

解説:

Explanation:

Box 1: Yes
The Key Phrase Extraction API evaluates unstructured text, and for each JSON document, returns a list of key phrases.
Box 2: No
'the' is not a key phrase.
This capability is useful if you need to quickly identify the main points in a collection of documents. For example, given input text "The food was delicious and there were wonderful staff", the service returns the main talking points: "food" and "wonderful staff".
Box 3: No
Key phrase extraction does not have confidence levels.
Reference:
https://docs.microsoft.com/en-us/azure/cognitive-services/text-analytics/how-tos/text-analytics-how-to-keyword-


質問 # 156
You successfully run the following HTTP request.
POST https://management.azure.com/subscriptions/18c51a87-3a69-47a8-aedc-a54745f708a1/resourceGroups/RG1/providers/Microsoft.CognitiveServices/accounts/contosol/regenerateKey?api-version=2017-04-18 Body{"keyName": "Key2"} What is the result of the request?

  • A. The secondary subscription key was reset.
  • B. The primary subscription key and the secondary subscription key were rotated.
  • C. A new query key was generated.
  • D. A key for Azure Cognitive Services was generated in Azure Key Vault.

正解:C

解説:
Accounts - Regenerate Key regenerates the specified account key for the specified Cognitive Services account.
Syntax:
POST https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/ providers/Microsoft.CognitiveServices/accounts/{accountName}/regenerateKey?api-version=2017-04-18 Reference:
https://docs.microsoft.com/en-us/rest/api/cognitiveservices/accountmanagement/accounts/regeneratekey


質問 # 157
You are building a solution in Azure that will use Azure AI Language service to process sensitive customer data.
You need to ensure that only specific Azure processes can access the Language service. The solution must minimize administrative.
What should you include in the solution?

  • A. IPsec rules
  • B. Virtual network rules
  • C. Azure Application Gateway
  • D. A virtual network gateway

正解:B


質問 # 158
You have a question answering project in Azure Cognitive Service for Language.
You need to move the project to a Language service instance in a different Azure region.
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.

正解:

解説:

Explanation


質問 # 159
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.

For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.

正解:

解説:

Reference:
https://docs.microsoft.com/en-us/azure/cognitive-services/face/face-api-how-to-topics/use-persondirectory


質問 # 160
You have an Azure subscription that contains an Azure Al Document Intelligence resource named DM. DI1 uses the Standard SO pricing tier You have the files shown in the following table.

Which files can you analyze by using DI1?

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

正解:C


質問 # 161
......


AI-102認定試験は、多肢選択式の質問とパフォーマンスベースのシナリオで構成されています。候補者には試験を完了するために限られた時間が与えられ、認定を獲得するには1000ポイントのうち少なくとも700ポイントのスコアで合格する必要があります。試験はオンラインまたはテストセンターで行うことができ、候補者はオンラインコースを受講し、技術文書を読んでサンプルの質問で練習することで徹底的に準備することをお勧めします。

 

AI-102豪華セット学習ガイドにはオンライン試験エンジン:https://jp.fast2test.com/AI-102-premium-file.html

AI-102テスト準備トレーニング練習試験問題練習テスト:https://drive.google.com/open?id=12FkXW8m1iwKBmHCpsuLlpWpw28DLx075


弊社を連絡する

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

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

サポート: 現在連絡 

English Deutsch 繁体中文 한국어