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
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
DRAG DROP
You have a factory that produces cardboard packaging for food products. The factory has intermittent internet connectivity.
The packages are required to include four samples of each product.
You need to build a Custom Vision model that will identify defects in packaging and provide the location of the defects to an operator. The model must ensure that each package contains the four products.
Which project type and domain should you use? To answer, drag the appropriate options to the correct targets. Each option 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.
Which statement is an example of Data Manipulation Language (DML)?
- A . Revoke
- B . UPDATE
- C . DROP
- D . CREATE
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.
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
You are building a chatbot that will use question answering in Azure Cognitive Service for Language. You have a PDF named Doc1.pdf that contains a product catalogue and a price list You upload Doc1.pdf and train the model.
During testing, users report that the chatbot responds correctly to the following question: What is the price of <product>?
The chatbot fails to respond to the following question: How much does < product > cost?
You need to ensure that the chatbot responds correctly to both questions.
Solution: From Language Studio, you add alternative phrasing to the question and answer pair, and then retrain and republish the model.
Does this meet the goal?
- A . Yes
- B . No
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
You are building a chatbot that will use question answering in Azure Cognitive Service for Language. You have a PDF named Doc1.pdf that contains a product catalogue and a price list You upload Doc1.pdf and train the model.
During testing, users report that the chatbot responds correctly to the following question: What is the price of <product>?
The chatbot fails to respond to the following question: How much does < product > cost?
You need to ensure that the chatbot responds correctly to both questions.
Solution: From Language Studio, you add alternative phrasing to the question and answer pair, and then retrain and republish the model.
Does this meet the goal?
- A . Yes
- B . No
HOTSPOT
You are building an app that will automatically translate speech from English to French, German, and Spanish by using Azure Al service.
You need to define the output languages and configure the Azure Al Speech service.
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 are building a Conversational Language Understanding model.
You need to ensure that the model will support the following sample utterances:
• Set all the lights to on.
• Turn off the lights in the living room.
• What is the current thermostat temperature?
• Lower the temperature of the thermostat by five degrees.
Which three elements should you add to the model? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point.
- A . a location Intent
- B . a change setting entity
- C . a device intent
- D . a change setting intent
- E . a query setting intent
- F . a device entity
You are building a Conversational Language Understanding model.
You need to ensure that the model will support the following sample utterances:
• Set all the lights to on.
• Turn off the lights in the living room.
• What is the current thermostat temperature?
• Lower the temperature of the thermostat by five degrees.
Which three elements should you add to the model? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point.
- A . a location Intent
- B . a change setting entity
- C . a device intent
- D . a change setting intent
- E . a query setting intent
- F . a device entity
DRAG DROP
You have a web app that uses Azure Cognitive Search.
When reviewing billing for the app, you discover much higher than expected charges. You suspect that the query key is compromised.
You need to prevent unauthorized access to the search endpoint and ensure that users only have read only access to the documents collection. The solution must minimize app downtime.
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.