Pay attention to our Valid and Useful Exam Reviews and take our Exam Torrent as your Study Material. With little time and energy investment, you have a High Efficiency Study experience. Pass your Actual Test with the help of our Actual Reviews.

Pass AI-102 Brain Dump Updated Certification Sample Questions [Q30-Q45]

Share

Pass AI-102 Brain Dump Updated Certification Sample Questions

Online AI-102 Test Brain Dump Question and Test Engine

NEW QUESTION 30
You plan to build a chatbot to support task tracking.
You create a Language Understanding service named lu1.
You need to build a Language Understanding model to integrate into the chatbot. The solution must minimize development time to build 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. (Choose four.)

Answer:

Explanation:

Step 1: Add a new application
Create a new app
* Sign in to the LUIS portal with the URL of https://www.luis.ai.
* Select Create new app.
* Etc.
Step 2: Add example utterances.
In order to classify an utterance, the intent needs examples of user utterances that should be classified with this intent.
Step 3: Train the application
Step 4: Publish the application
In order to receive a LUIS prediction in a chat bot or other client application, you need to publish the app to the prediction endpoint.
Reference:
https://docs.microsoft.com/en-us/azure/cognitive-services/luis/tutorial-intents-only

 

NEW QUESTION 31
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.

Answer:

Explanation:

Explanation:
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.
Incorrect Answers:
Not "faceListId": Add a face to a specified face list, up to 1,000 faces.
Box 2: matchFace
Find similar has two working modes, "matchPerson" and "matchFace". "matchPerson" is the default mode that it tries to find faces of the same person as possible by using internal same-person thresholds. It is useful to find a known person's other photos. Note that an empty list will be returned if no faces pass the internal thresholds. "matchFace" mode ignores same-person thresholds and returns ranked similar faces anyway, even the similarity is low. It can be used in the cases like searching celebrity-looking faces.
Reference:
https://docs.microsoft.com/en-us/rest/api/faceapi/face/findsimilar

 

NEW QUESTION 32
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.

Answer:

Explanation:
Graphical user interface, text, application, email Description automatically generated

Reference:
https://github.com/Azure-Samples/cognitive-services-dotnet-sdk-samples/blob/master/documentation-samples/qu

 

NEW QUESTION 33
You are building an Azure Weblob that will create knowledge bases from an array of URLs.
You instantiate a QnAMakerClient object that has the relevant API keys and assign the object to a variable named client.
You need to develop a method to create the knowledge bases.
Which two actions should you include in the method? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.

  • A. Create a CreaceKbDTO object.
  • B. Create a list of QnADTO objects that represents data from the WebJob.
  • C. Call the client. Knowledgebase. CreateAsync method.
  • D. Create a list of FileDTO objects that represents data from the WebJob.

Answer: B,D

 

NEW QUESTION 34
You are developing an application that will use Azure Cognitive Search for internal documents.
You need to implement document-level filtering for Azure Cognitive Search.
Which three actions should you include in the solution? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.

  • A. Retrieve all the groups.
  • B. Supply the groups as a filter for the search requests.
  • C. Create one index per group.
  • D. Retrieve the group memberships of the user.
  • E. Send Azure AD access tokens with the search request.
  • F. Add allowed groups to each index entry.

Answer: B,D,F

Explanation:
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

 

NEW QUESTION 35
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.

Answer:

Explanation:

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

 

NEW QUESTION 36
You successfully run the following HTTP request.
POST
https://management.azure.com/subscriptions/18c51a87-3a69-47a8-aedc-a54745f708a1/resourceGroups/RG1/pro Body{"keyName": "Key2"} What is the result of the request?

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

Answer: A

Explanation:
Explanation
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

 

NEW QUESTION 37
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.

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

Answer:

Explanation:

Reference:
https://docs.microsoft.com/en-us/azure/cognitive-services/computer-vision/concept-brand-detection

 

NEW QUESTION 38
You are developing a new sales system that will process the video and text from a public-facing website.
You plan to notify users that their data has been processed by the sales system.
Which responsible AI principle does this help meet?

  • A. fairness
  • B. transparency
  • C. reliability and safety
  • D. inclusiveness

Answer: C

Explanation:
Reference:
https://docs.microsoft.com/en-us/azure/cloud-adoption-framework/strategy/responsible-ai

 

NEW QUESTION 39
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.

Answer:

Explanation:

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

 

NEW QUESTION 40
You need to build a chatbot that meets the following requirements:
* Supports chit-chat, knowledge base, and multilingual models
* Performs sentiment analysis on user messages
* Selects the best language model automatically
What should you integrate into the chatbot?

  • A. Translator, Speech, and Dispatch
  • B. Language Understanding, Text Analytics, and QnA Maker
  • C. QnA Maker, Language Understanding, and Dispatch
  • D. Text Analytics, Translator, and Dispatch

Answer: B

Explanation:
Explanation
Language Understanding: An AI service that allows users to interact with your applications, bots, and IoT devices by using natural language.
QnA Maker is a cloud-based Natural Language Processing (NLP) service that allows you to create a natural conversational layer over your data. It is used to find the most appropriate answer for any input from your custom knowledge base (KB) of information.
Text Analytics: Mine insights in unstructured text using natural language processing (NLP)-no machine learning expertise required. Gain a deeper understanding of customer opinions with sentiment analysis. The Language Detection feature of the Azure Text Analytics REST API evaluates text input Reference:
https://azure.microsoft.com/en-us/services/cognitive-services/text-analytics/
https://docs.microsoft.com/en-us/azure/cognitive-services/qnamaker/overview/overview

 

NEW QUESTION 41
You need to implement a table projection to generate a physical expression of an Azure Cognitive Search index.
Which three properties should you specify in the skillset definition JSON configuration table node? Each correct answer presents part of the solution. (Choose three.) NOTE: Each correct selection is worth one point.

  • A. source
  • B. dataSource
  • C. generatedKeyName
  • D. tableName
  • E. dataSourceConnection

Answer: A,C,D

 

NEW QUESTION 42
You have an existing Azure Cognitive Search service.
You have an Azure Blob storage account that contains millions of scanned documents stored as images and PDFs.
You need to make the scanned documents available to search as quickly as possible. What should you do?

  • A. Split the data into multiple virtual folders. Create an indexer for each folder. Increase the search units.
    Within each indexer definition, schedule the same runtime execution pattern.
  • B. Split the data into multiple blob containers. Create an indexer for each container. Increase the search units. Within each indexer definition, schedule a sequential execution pattern.
  • C. Split the data into multiple blob containers. Create a Cognitive Search service for each container. Within each indexer definition, schedule the same runtime execution pattern.
  • D. Create a Cognitive Search service for each type of document.

Answer: A

Explanation:
Reference:
https://docs.microsoft.com/en-us/azure/search/search-howto-indexing-azure-blob-storage

 

NEW QUESTION 43
You are building a chatbot that will provide information to users as shown in the following exhibit.

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.

Answer:

Explanation:

Reference:
https://docs.microsoft.com/en-us/microsoftteams/platform/task-modules-and-cards/cards/cards-reference

 

NEW QUESTION 44
You are building a bot on a local computer by using the Microsoft Bot Framework. The bot will use an existing Language Understanding model.
You need to translate the Language Understanding model locally by using the Bot Framework CLI. What should you do first?

  • A. Create a new Speech service.
  • B. From the Language Understanding portal, clone the model.
  • C. Create a new Language Understanding service.
  • D. Export the model as an .lu file.

Answer: D

Explanation:
Explanation
You might want to manage the translation and localization for the language understanding content for your bot independently.
Translate command in the @microsoft/bf-lu library takes advantage of the Microsoft text translation API to automatically machine translate .lu files to one or more than 60+ languages supported by the Microsoft text translation cognitive service.
What is translated?
An .lu file and optionally translate Comments in the lu file
LU reference link texts
List of .lu files under a specific path.
Reference:
https://github.com/microsoft/botframework-cli/blob/main/packages/luis/docs/translate-command.md

 

NEW QUESTION 45
......


AI-102: Designing and Implementing an Azure AI Solution Exam Certified Professional salary

The average salary of a AI-102: Designing and Implementing an Azure AI Solution Exam Certified Expert in

  • India - 20,00,327 INR
  • United State - 120,000 USD
  • Europe - 90,547 EURO
  • England - 90,532 POUND

 

Real Microsoft AI-102 Exam Dumps with Correct 98 Questions and Answers: https://www.examsreviews.com/AI-102-pass4sure-exam-review.html

Microsoft AI-102 Certification Real 2022 Mock Exam: https://drive.google.com/open?id=1oElRmlAJ-qoy6WYhoU9ptywEroXp0r2n