Practice Free AI-102 Exam Online Questions
HOTSPOT
You are building content for a video training solution.
You need to create narration to accompany the video content. The solution must use Custom Neural Voice.
What should you use to create a custom neural voice, and which service should you use to generate the narration? To answer, select the appropriate options in the answer area. NOTE: Each correct answer is worth one point.

You are building an app that will include one million scanned magazine articles. Each article will be stored as an image file. You need to configure the app to extract text from the images. The solution must minimize development effort.
What should you include in the solution?
- A . Computer Vision Image Analysis
- B . the Read API in Computer Vision
- C . Form Recognizer
- D . Azure Cognitive Service for Language
What should you use to build a Microsoft Power Bi paginated report?
- A . Power BI Report Builder
- B . Charciculator
- C . Power BI Desktop
- D . the Power BI service
You have the following data sources:
✑ Finance: On-premises Microsoft SQL Server database
✑ Sales: Azure Cosmos DB using the Core (SQL) API
✑ Logs: Azure Table storage
✑ HR: Azure SQL database
You need to ensure that you can search all the data by using the Azure Cognitive Search REST API.
What should you do?
- A . Configure multiple read replicas for the data in Sales.
- B . Mirror Finance to an Azure SQL database.
- C . Migrate the data in Sales to the MongoDB API.
- D . Ingest the data in Logs into Azure Sentinel.
B
Explanation:
On-premises Microsoft SQL Server database cannot be used as an index data source.
Note: Indexer in Azure Cognitive Search: : Automate aspects of an indexing operation by configuring a data source and an indexer that you can schedule or run on demand. This feature is supported for a limited number of data source types on Azure.
Indexers crawl data stores on Azure.
Azure Blob Storage
Azure Data Lake Storage Gen2 (in preview)
Azure Table Storage
Azure Cosmos DB
Azure SQL Database
SQL Managed Instance
SQL Server on Azure Virtual Machines
Reference: https://docs.microsoft.com/en-us/azure/search/search-indexer-overview#supported-data-sources
You need to upload speech samples to a Speech Studio project.
How should you upload the samples?
- A . Combine the speech samples into a single audio file in the .wma format and upload the file.
- B . Upload a .zip file that contains a collection of audio files in the .wav format and a corresponding text transcript file.
- C . Upload individual audio files in the FLAC format and manually upload a corresponding transcript in Microsoft Word format.
- D . Upload individual audio files in the .wma format.
B
Explanation:
To upload your data, navigate to the Speech Studio. From the portal, click Upload data to launch the wizard and create your first dataset. You’ll be asked to select a speech data type for your dataset, before allowing you to upload your data.
The default audio streaming format is WAV
Use this table to ensure that your audio files are formatted correctly for use with Custom Speech:
Reference: https://docs.microsoft.com/en-us/azure/cognitive-services/speech-service/how-to-custom-speech-test-and-train
DRAG DROP
You have an Azure subscription that contains an Azure OpenAI resource named AH.
You need to analyze an image to obtain a text descnption.
Which four actions should you perform in sequence from Azure OpenAI Studio? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.

Topic 3, Misc. Questions
DRAG DROP
You have 100 chatbots that each has its own Language Understanding model.
Frequently, you must add the same phrases to each model.
You need to programmatically update the Language Understanding models to include the new phrases.
How should you complete the code? 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.

Explanation:
Box 1: AddPhraseListAsync
Example: Add phraselist feature
var phraselistId = await client.Features.AddPhraseListAsync(appId, versionId, new
PhraselistCreateObject
{
EnabledForAllModels = false,
IsExchangeable = true,
Name = "QuantityPhraselist",
Phrases = "few,more,extra"
});
Box 2: PhraselistCreateObject
Reference: https://docs.microsoft.com/en-us/azure/cognitive-services/luis/client-libraries-rest-api
A customer uses Azure Cognitive Search.
The customer plans to enable a server-side encryption and use customer-managed keys (CMK) stored in Azure.
What are three implications of the planned change? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point.
- A . The index size will increase.
- B . Query times will increase.
- C . A self-signed X.509 certificate is required.
- D . The index size will decrease.
- E . Query times will decrease.
- F . Azure Key Vault is required.
ABF
Explanation:
"Customer-managed keys require an additional billable service, Azure Key Vault, which can be in a different region, but under the same subscription, as Azure Cognitive Search. Enabling CMK encryption will increase index size and degrade query performance." same document also lists Azure Key Vault as a requirement:
https://docs.microsoft.com/en-us/azure/search/search-security-overview#data-protection
You are developing an app that will use the Decision and Language APIs.
You need to provision resources for the app. The solution must ensure that each service is accessed
by using a single endpoint and credential.
Which type of resource should you create?
- A . Language
- B . Speech
- C . Azure Cognitive Services
- D . Content Moderator