Practice Free AI-102 Exam Online Questions
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/rege
nerateKey?api-version=2017-04-18
Body{"keyName": "Key2"}
What is the result of the request?
- A . A key for Azure Cognitive Services was generated in Azure Key Vault.
- B . A new query key was generated.
- C . The primary subscription key and the secondary subscription key were rotated.
- D . The secondary subscription key was reset.
B
Explanation:
https://docs.microsoft.com/en-us/rest/api/searchmanagement/2021-04-01-preview/query-keys/create
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/rege
nerateKey?api-version=2017-04-18
Body{"keyName": "Key2"}
What is the result of the request?
- A . A key for Azure Cognitive Services was generated in Azure Key Vault.
- B . A new query key was generated.
- C . The primary subscription key and the secondary subscription key were rotated.
- D . The secondary subscription key was reset.
B
Explanation:
https://docs.microsoft.com/en-us/rest/api/searchmanagement/2021-04-01-preview/query-keys/create
You need to measure the public perception of your brand on social media by using natural language processing.
Which Azure service should you use?
- A . Content Moderator
- B . Form Recognizer
- C . Computer Vision
- D . Language service
You have an Azure OpenAI model named All.
You are building a web app named App1 by using the Azure OpenAI SDK. You need to configure App1 to connect to All.
What information must you provide?
- A . the endpoint, key, and model name
- B . the deployment name, endpoint. and key
- C . the endpoint, key, and model type
- D . the deployment name, key, and model name
You are examining the Language service output of an application.
The text analyzed is: Our tour guide took us up the Space Needle during our trip to Seattle last week.
The response contains the data shown in the following table.
Which Language service API is used 10 analyze the Text?
- A . Entity Linking
- B . Named Entity Recognition
- C . Key Phrase Extraction
- D . Sentiment Analysis
You are examining the Language service output of an application.
The text analyzed is: Our tour guide took us up the Space Needle during our trip to Seattle last week.
The response contains the data shown in the following table.
Which Language service API is used 10 analyze the Text?
- A . Entity Linking
- B . Named Entity Recognition
- C . Key Phrase Extraction
- D . Sentiment Analysis
You plan to provision a QnA Maker service in a new resource group named RG1.
In RG1, you create an App Service plan named AP1.
Which two Azure resources are automatically created in RG1 when you provision the QnA Maker service? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point.
- A . Language Understanding
- B . Azure SQL Database
- C . Azure Storage
- D . Azure Cognitive Search
- E . Azure App Service
DE
Explanation:
Reference: https://docs.microsoft.com/en-us/azure/cognitive-services/qnamaker/how-to/set-up-qnamaker-
service-azure?tabs=v1#delete-azure-resources
"When you create a QnAMaker resource, you host the data in your own Azure subscription. Azure Search is used to index your data." & "When you create a QnAMaker resource, you host the runtime in your own Azure subscription. App Service is the compute engine that runs the QnA Maker queries for you."
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?
- A . Create a person model and associate the model to the videos.
- B . Create person objects and provide face images for each object.
- C . Invite the entire staff of the company to Video Indexer.
- D . Edit the faces in the videos.
- E . Upload names to a language model.
A
Explanation:
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
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?
- A . keyPhrases
- B . sentiment
- C . languages
- D . entities/recognition/general
A
Explanation:
Reference: https://docs.microsoft.com/en-us/azure/cognitive-services/text-analytics/overview
DRAG DROP
You need to analyze video content to identify any mentions of specific company names.
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.
