Practice Free AI-102 Exam Online Questions
You have a chatbot that was built by using Microsoft Bot Framework and deployed to Azure. You need to configure the bot to support voice interactions. The solution must support multiple client apps.
Which type of channel should you use?
- A . Cortana
- B . Microsoft Teams
- C . Direct Line Speech
HOTSPOT
You are building a language learning solution.
You need to recommend which Azure services can be used to perform the following tasks:
• Analyze lesson plans submitted by teachers and extract key fields, such as lesson times and required texts.
• Analyze learning content and provide students with pictures that represent commonly used words or phrases in the text
The solution must minimize development effort.
Which Azure service should you recommend for each task? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.


HOTSPOT
You have a chatbot that uses Azure OpenAI to generate responses.
You need to upload company data by using Chat playground. The solution must ensure that the chatbot uses the data to answer user questions.
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 are building a text-to-speech app that will use a custom neural voice.
You need to create an SSML file for the app.
The solution must ensure that the voice profile meets the following requirements:
• Expresses a calm tone
• Imitates the voice of a young adult female
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 are building a text-to-speech app that will use a custom neural voice.
You need to create an SSML file for the app.
The solution must ensure that the voice profile meets the following requirements:
• Expresses a calm tone
• Imitates the voice of a young adult female
How should you complete the code? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.


You have an Azure subscription.
You are building a social media app that will enable users to share images.
You need to ensure that inappropriate content uploaded by the users is blocked. The solution must minimize development effort.
What are two tools that you can use? Each correct answer presents a complete solution. NOTE Each correct selection is worth one point.
- A . Microsoft Defender for Cloud Apps
- B . Azure Custom Vision
- C . Azure Document Intelligence in Foundry Tools
- D . Content Safety in Foundry Control Plane
- E . Azure Vision in Foundry Tools
DRAG DROP
You have a Docker host named Host1 that contains a container base image.
You have an Azure subscription that contains a custom speech-to-text model named model1.
You need to run model1 on Host1.
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.

Explanation:
According to the course AI-102T00: Designing and Implementing a Microsoft Azure AI Solution1, the correct sequence of actions to run model1 on Host1 is:
Export model1 to Host1
Run the container
Configure disk logging
The explanation and references are as follows:
Export model1 to Host1: This step is required to deploy the custom speech-to-text model to the Docker host. You can use the Azure portal or the Azure CLI to export the model as a container image2.
Run the container: This step is required to start the container and run the model on the Docker
host. You can use the Docker CLI to run the container image3.
Configure disk logging: This step is optional but recommended to monitor the performance and health of the container. You can use the Docker CLI to configure disk logging for the container4.
HOTSPOT
For each of the following statements, select Yes if the statement is true. Otherwise, select No. NOTE: Each correct selection is worth one point.


You build a custom Form Recognizer model.
You receive sample files to use for training the model as shown in the following table.

Which three files can you use to train the model? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point. (Choose three.)
- A . File1
- B . File2
- C . File3
- D . File4
- E . File5
- F . File6
A, B, F
Explanation:
Input requirements
Form Recognizer works on input documents that meet these requirements:
Format must be JPG, PNG, PDF (text or scanned), or TIFF. Text-embedded PDFs are best because there’s no possibility of error in character extraction and location. File size must be less than 50 MB.
Reference: https://docs.microsoft.com/en-us/azure/cognitive-services/form-recognizer/overview
You have an Azure Subscription that contains an Azure OpenAI resource named AI1 and a user named User1.
You need to ensure that User1 can add custom data sources to AI1. The solution must follow the principle of least privilege.
Which role should you assign to User1?
- A . Search Service Contributor
- B . Cognitive Services OpenAI Contributor
- C . Cognitive Services Contributor
- D . Search index Data Contributor
