Microsoft AI-102 Practice Exams
Last updated on Apr 09,2025- Exam Code: AI-102
- Exam Name: Designing and Implementing a Microsoft Azure AI Solution
- Certification Provider: Microsoft
- Latest update: Apr 09,2025
DRAG DROP
You are building a transcription service for technical podcasts.
Testing reveals that the service fails to transcribe technical terms accurately.
You need to improve the accuracy of the service.
Which five 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. NOTE: More than one order of answer choices is correct. You will receive credit for any of the correct orders you select.
HOTSPOT
You are building an app by using the Speech SDK. The app will translate speech from French to German by using natural language processing.
You need to define the source language and the output language.
How should you complete the code? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.
DRAG DROP
You are developing a webpage that will use the Video Indexer service to display videos of internal company meetings.
You embed the Player widget and the Cognitive Insights widget into the page.
You need to configure the widgets to meet the following requirements:
✑ Ensure that users can search for keywords.
✑ Display the names and faces of people in the video.
✑ Show captions in the video in English (United States).
How should you complete the URL for each widget? 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.
You have a Language Understanding resource named lu1.
You build and deploy an Azure bot named bot1 that uses lu1.
You need to ensure that bot1 adheres to the Microsoft responsible AI principle of inclusiveness.
How should you extend bot1?
- A . Implement authentication for bot1.
- B . Enable active learning for Iu1.
- C . Host Iu1 in a container.
- D . Add Direct Line Speech to bot1.
In Azure Al Studio, you use Completions playground with the GPT-35 Turbo model.
You have a prompt that contains the following code.
You need the model to create an explanation of the code. The solution must minimize costs.
What should you do?
- A . Change the model to GPT-4-32lc
- B . Add// what does function F do? to the prompt.
- C . Add function F(explanation) to the prompt.
- D . Set the temperature parameter to 1.
DRAG DROP
You have an app that manages feedback.
You need to ensure that the app can detect negative comments by using the Sentiment Analysis API in Azure Cognitive Service for Language. The solution must ensure that the managed feedback remains on your company’s internal network.
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. NOTE: More than one order of answer choices is correct You will receive credit for any of the correct orders you select.
You build a Language Understanding model by using the Language Understanding portal.
You export the model as a JSON file as shown in the following sample.
To what does the Weather.Historic entity correspond in the utterance?
- A . by month
- B . chicago
- C . rain
- D . location
You are designing a content management system.
You need to ensure that the reading experience is optimized for users who have reduced comprehensive and learning differences, such as dyslexia.
Which Azure service should you include in the solution?
- A . Azure AI Translator
- B . Azure AI Document Intelligence
- C . Azure AI Immersive Reader
- D . Azure AI Language
You are designing a conversational interface for an app that will be used to make vacation requests.
The interface must gather the following data:
• The start date of a vacation
• The end date of a vacation
• The amount of required paid time off
The solution must minimize dialog complexity.
Which type of dialog should you use?
- A . Skill
- B . waterfall
- C . adaptive
- D . component