Microsoft AI-102 Übungsprüfungen
Zuletzt aktualisiert am 26.04.2025- Prüfungscode: AI-102
- Prüfungsname: Designing and Implementing a Microsoft Azure AI Solution
- Zertifizierungsanbieter: Microsoft
- Zuletzt aktualisiert am: 26.04.2025
DRAG DROP
Match the Azure Cosmos DB APIs to the appropriate data structures.
To answer, drag the appropriate API from the column on the left to its data structure on the right. Each API may be used once, more than once, or not at all. NOTE: Each correct match is worth one point.
You need to ensure that the chatbot can classify user input into separate categories. The categones must be dynamic and defined at the time of inference.
Which service should you use to classify the input?
- A . Azure OpenAI text summarization
- B . Azure OpenAI text classification
- C . Azure Al Language custom named entity recognition (NER)
- D . Azure Al Language custom text classification
You build a chatbot that uses the Azure OpenAI GPT 3.5 model.
You need to improve the quality of the responses from the chatbot. The solution must minimize development effort.
What are two ways to achieve the goal? Each correct answer presents a complete solution. NOTE: Each correct answer is worth one point.
- A . Fine-tune the model.
- B . Provide grounding content.
- C . Add sample request/response pairs.
- D . Retrain the language model by using your own data.
- E . Train a custom large language model (LLM).
You have an Azure subscription that contains an Azure Al service resource named CSAccount1 and a virtual network named VNet1 CSAaccount1 is connected to VNet1
You need to ensure that only specific resources can access CSAccount1.
The solution must meet the following requirements:
• Prevent external access to CSAccount1
• Minimize administrative effort
Which two actions should you perform? Each correct answer presents part of the solution. NOTE: Each correct answer is worth one point.
- A . In VNet1, modify the virtual network settings.
- B . In VNet1. enable a service endpoint for CSAccount1
- C . In CSAccount1, configure the Access control (1AM) settings.
- D . In VNet1, create a virtual subnet.
- E . In CSAccount1, modify the virtual network settings.
DRAG DROP
You have a question answering project in Azure Cognitive Service for Language.
You need to move the project to a Language service instance in a different Azure region.
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.
HOTSPOT
You are planning the product creation project.
You need to build the REST endpoint to create the multilingual product descriptions.
How should you complete the URI? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.
DRAG DROP
Match the types of workloads to the appropriate scenarios.
To answer, drag the appropriate workload type from the column on the left to its scenario on the right. Each workload type may he used once, more than once, or not at all. NOTE: Each correct match is worth one point.
You have a mobile app that manages printed forms.
You need the app to send images of the forms directly to Forms Recognizer to extract relevant information. For compliance reasons, the image files must not be stored in the cloud.
In which format should you send the images to the Form Recognizer API endpoint?
- A . raw image binary
- B . form URL encoded
- C . JSON
You develop a custom question answering project in Azure Al Language. The project will be used by a chatbot.
You need to configure the project to engage in multi-turn conversations.
What should you do?
- A . Add alternate questions.
- B . Enable chit-chat.
- C . Add follow-up prompts.
- D . Enable active learning.
HOTSPOT
You are developing an application that includes language translation.
The application will translate text retrieved by using a function named getTextToBeTranslated. The text can be in one of many languages. The content of the text must remain within the Americas Azure geography.
You need to develop code to translate the text to a single 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.