Practice Free AI-102 Exam Online Questions
You have an Azure subscription that contains a Language service resource named ta1 and a virtual network named vnet1. You need to ensure that only resources in vnet1 can access ta1.
What should you configure?
- A . a network security group (NSG) for vnet1
- B . Azure Firewall for vnet1
- C . the virtual network settings for ta 1
- D . a Language service container for ta1
You have a factory that produces food products.
You need to build a monitoring solution for staff compliance with personal protective equipment (PPE) requirements.
The solution must meet the following requirements:
• identify staff who have removed masks or safety glasses.
• Perform a compliance check every 15 minutes.
• Minimize development effort.
• Minimize costs.
Which service should you use?
- A . Face
- B . Computer Vision
- C . Azure Video Analyzer for Media (formerly Video indexer)
You have a computer that contains the files shown in the following table.
Which files can you upload and analyze by using Azure Al Video Indexer?
- A . File1 only
- B . File3only
- C . File1 andFile3 only
- D . File1, File2, and File3 only
- E . File1, File2, File3, and File4
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 list of FileDTO objects that represents data from the WebJob.
- B . Call the client. Knowledgebase. CreateAsync method.
- C . Create a list of QnADTO objects that represents data from the WebJob.
- D . Create a CreaceKbDTO object.
AC
Explanation:
Reference: https://docs.microsoft.com/en-us/rest/api/cognitiveservices-qnamaker/qnamaker4.0/knowledgebase/create
You are building an app that uses a Language Understanding model to analyze text files.
You need to ensure that the app can detect the following entities:
• Temperatures
• Currency values
• Email addresses
• Telephone numbers
The solution must minimize development effort.
Which model capability should you use?
- A . list entities
- B . learned entities
- C . utterances
- D . regular expression components
- E . pre-built entity components
You are developing a method for an application that uses the Translator API.
The method will receive the content of a webpage, and then translate the content into Greek (el).
The result will also contain a transliteration that uses the Roman alphabet.
You need to create the URI for the call to the Translator API. You have the following URI.
https://api.cognitive.microsofttranslator.com/translate?api-version=3.0
Which three additional query parameters should you include in the URI? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point. (Choose three.)
- A . toScript=Cyrl
- B . from=el
- C . textType=html
- D . to=el
- E . textType=plain
- F . toScript=Latn
A, D, F
Explanation:
C: textType is an optional parameter. It defines whether the text being translated is plain text or HTML text (used for web pages).
D: to is a required parameter. It specifies the language of the output text. The target language must be one of the supported languages included in the translation scope.
F: toScript is an optional parameter. It specifies the script of the translated text. We use Latin (Roman alphabet) script.
Reference: https://docs.microsoft.com/en-us/azure/cognitive-services/translator/reference/v3-0-translate
You are developing the knowledgebase by using Azure Cognitive Search.
You need to meet the knowledgebase requirements for searching equivalent terms.
What should you include in the solution?
- A . a synonym map
- B . a suggester
- C . a custom analyzer
- D . a built-in key phrase extraction skill
A
Explanation:
Within a search service, synonym maps are a global resource that associate equivalent terms, expanding the scope of a query without the user having to actually provide the term. For example, assuming "dog", "canine", and "puppy" are mapped synonyms, a query on "canine" will match on a document containing "dog".
Create synonyms: A synonym map is an asset that can be created once and used by many indexes.
Reference: https://docs.microsoft.com/en-us/azure/search/search-synonyms
HOTSPOT
You are building an app that will perform speech translation by using the Azure ai Language service.
You need to ensure that the language input to the app is supported.
How should you complete the code? To answer, select the appropriate options in the answer area. NOTE; Each correct selection is worth one point.

HOTSPOT
You have an Azure subscription.
You need to deploy an Azure Al Document Intelligence resource.
How should you complete the Azure Resource Manager (ARM) template? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.

You have an Azure subscription that contains an Azure Al Content Safety resource named CS1. You plan to build an app that will analyze user-gene rated documents and identify obscure offensive terms. You need to create a dictionary that will contain the offensive terms. The solution must minimize development effort.
What should you use?
- A . a text classifier
- B . text moderation
- C . language detection
- D . a blacklist