AI-102 Dumps

AI-102 Free Practice Test

Microsoft AI-102: Designing and Implementing an Azure AI Solution

QUESTION 1

- (Exam Topic 2)
You need to create a new resource that will be used to perform sentiment analysis and optical character recognition (OCR). The solution must meet the following requirements:
AI-102 dumps exhibit Use a single key and endpoint to access multiple services.
AI-102 dumps exhibit Consolidate billing for future services that you might use.
AI-102 dumps exhibit Support the use of Computer Vision in the future.
How should you complete the HTTP request to create the new resource? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
AI-102 dumps exhibit
Solution:
Box 1: PUT
Sample Request: PUT
https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test-rg
Reference:
https://docs.microsoft.com/en-us/rest/api/deviceupdate/resourcemanager/accounts/create https://www.analyticsvidhya.com/blog/2020/12/microsoft-azure-cognitive-services-api-for-ai-development/

Does this meet the goal?

Correct Answer: A

QUESTION 2

- (Exam Topic 2)
You are developing a solution to generate a word cloud based on the reviews of a company’s products. Which Text Analytics REST API endpoint should you use?

Correct Answer: A
Reference:
https://docs.microsoft.com/en-us/azure/cognitive-services/text-analytics/overview

QUESTION 3

- (Exam Topic 2)
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.)
AI-102 dumps exhibit
Solution:
Step 1: Add a new application Create a new app
AI-102 dumps exhibit Sign in to the LUIS portal with the URL of https://www.luis.ai.
AI-102 dumps exhibit Select Create new app.
AI-102 dumps exhibit 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

Does this meet the goal?

Correct Answer: A

QUESTION 4

- (Exam Topic 2)
You have a 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?

Correct Answer: A
Video Indexer supports multiple Person models per account. Once a model is created, you can use it by
providing the model ID of a specific Person model when uploading/indexing or reindexing a video. Training a new face for a video updates the specific custom model that the video was associated with.
Note: Video Indexer supports face detection and celebrity recognition for video content. The celebrity recognition feature covers about one million faces based on commonly requested data source such as IMDB, Wikipedia, and top LinkedIn influencers. Faces that aren't recognized by the celebrity recognition feature are detected but left unnamed. Once you label a face with a name, the face and name get added to your account's Person model. Video Indexer will then recognize this face in your future videos and past videos.
Reference:
https://docs.microsoft.com/en-us/azure/media-services/video-indexer/customize-person-model-with-api

QUESTION 5

- (Exam Topic 2)
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?

Correct Answer: B
The model need to be extended and retrained.
Note: Smart Labeler to generate suggested tags for images. This lets you label a large number of images more quickly when training a Custom Vision model.