[May-2026] Azure AI Engineer Associate AI-102 Exam Practice Dumps [Q207-Q230]

[May-2026] Azure AI Engineer Associate AI-102 Exam Practice Dumps

2026 AI-102 Premium Files Test pdf – Free Dumps Collection

Microsoft AI-102 certification exam covers a wide range of topics, including designing and implementing AI solutions that use natural language processing, computer vision, and speech recognition. Additionally, AI-102 exam covers topics such as data preparation, training, and deployment of machine learning models, as well as monitoring and troubleshooting AI solutions.

Microsoft AI-102 exam is intended for professionals who work as AI engineers, data scientists, solution architects, or developers, and who have experience with Azure services such as Azure Machine Learning, Azure Cognitive Services, and Azure Bot Service. It is also suitable for individuals who are interested in pursuing a career in AI and want to validate their skills and knowledge through a recognized certification.

 

NO.207 Match the Azure services to the appropriate locations in the architecture.
To answer, drag the appropriate service from the column on the left to its location on the right. Each service may be used once, more than once, or not at all.
NOTE: Each correct match is worth one point.

NO.208 You have a Custom Vision resource named acvdev in a development environment.
You have a Custom Vision resource named acvprod in a production environment.
In acvdev, you build an object detection model named obj1 in a project named proj1.
You need to move obj1 to acvprod.
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.

NO.209 You have an Azure Al Search resource named Search1.
You have an app named App1 that uses Search1 to index content.
You need to add a custom skill to App1 to ensure that the app can recognize and retrieve properties from invoices by using Search1.
What should you include in the solution?

 
 
 
 

NO.210 You create a knowledge store for Azure Cognitive Search by using the following JSON.

Use the drop-down menus to select the answer choice that completes each statement based on the information presented in the graphic. NOTE Each correct selection is worth one point.

NO.211 You are building an app that will use Azure AI to monitor workspaces for safety regulation compliance.
You need to recommend a service that meets the following requirements:
Generates alerts when employees enters high-risk areas
Monitors video feeds in real time
Minimizes development effort
What should you recommend?

 
 
 
 

NO.212 Match the Azure services to the appropriate locations in the architecture.
To answer, drag the appropriate service from the column on the left to its location on the right. Each service may be used once, more than once, or not at all.
NOTE: Each correct match is worth one point.

NO.213 You are building an app that will share user images.
You need to configure the app to meet the following requirement’s
* uploaded images must be scanned and any text must be extracted from the images.
* Extracted text must be analyzed for the presence of profane language.
* The solution must minimize development effort.
what should you use for each requirement? To answer, select the apocopate opinions in the answer area.
NOTE: Each correct selection is worth one point.

NO.214 You are developing a service that records lectures given in English (United Kingdom).
You have a method named AppendToTranscriptFile that takes translated text and a language identifier.
You need to develop code that will provide transcripts of the lectures to attendees in their respective language.
The supported languages are English, French, Spanish, and German.
How should you complete the code? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

NO.215 You develop an app in O named App1 that performs speech-to-speech translation.
You need to configure App1 to translate English to German.
How should you complete the speechTransiationConf ig object? 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.

NO.216 You are developing a new sales system that will process the video and text from a public-facing website.
You plan to monitor the sales system to ensure that it provides equitable results regardless of the user’s location or background.
Which two responsible AI principles provide guidance to meet the monitoring requirements? Each correct answer presents part of the solution. (Choose two.) NOTE: Each correct selection is worth one point.

 
 
 
 
 

NO.217 You have the following C# method for creating Azure Cognitive Services resources programmatically.

You need to call the method to create a free Azure resource in the West US Azure region. The resource will be used to generate captions of images automatically.
Which code should you use?

 
 
 
 

NO.218 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.

NO.219 You have data saved in the following format.

Which format was used?

 
 
 
 

NO.220 Which database transaction property ensures that individual transactions are executed only once and either succeed in their entirety or roll back?

 
 
 
 

NO.221 You have a Language service resource that performs the following:
* Sentiment analysis
* Named Entity Recognition (NER)
* Personally Identifiable Information (Pll) identification
You need to prevent the resource from persisting input data once the data is analyzed. Which query parameter in the Language service API should you configure?

 
 
 
 

NO.222 You have an Azure subscription that contains an Azure OpenA1 resource. You configure a model that has the following settings:
* Temperature: 1
* Top probabilities: 0.5
* Max response tokens: 100
You ask the model a question and receive the following response.

For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth point.

NO.223 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.

NO.224 You are building a call handling system that will receive calls from French-speaking and German-speaking callers. The system must perform the following tasks;
* Capture inbound voice messages as text.
* Replay messages in English on demand.
Which Azure Cognitive Services should you use? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

NO.225 You have an Azure subscription that contains an Azure OpenAI resource named All and a user named User1 You need to ensure that User1 can perform the following actions in Azure OpenAI Studio;
* Identify resource endpoints.
* View models that are available for deployment.
* Generate text and images by using the deployed models
The solution must follow the principle of least privilege Which role should you assign to User1?

 
 
 
 

NO.226 You have an Azure subscription that has the following configurations:
* Subscription ID: 8d3591aa-96b8-4737-ad09-OOf9b1ed35ad
* Tenant ID: 3edfe572-cbS4-3ced-ae12-c5c177f39a12
You plan to create a resource that will perform sentiment analysis and optical character recognition (OCR).
You need to use an HTTP request to create the resource in the subscription. The solution must use a single key and endpoint.
How should you complete the request? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

NO.227 Hotspot Question
You are building an app that will translate input from English to French and Simplified Chinese by using the Microsoft Translator service.
You need to verify that when profane words are identified, they are marked in the following XML format: <profanity> </profanity>.
How should you complete the cURL statement? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

NO.228 You have an existing Azure Cognitive Search service.
You have an Azure Blob storage account that contains millions of scanned documents stored as images and PDFs.
You need to make the scanned documents available to search as quickly as possible. What should you do?

 
 
 
 

NO.229 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 have a chatbot that uses question answering in Azure Cognitive Service for Language Users report that the responses of the chatbot lack formality when answering spurious questions You need to ensure that the chatbot provides formal responses to spurious questions.
Solution: From Language Studio, you change the chitchat source to qna_chitchat_professional.tsv. and then retrain and republish the model.
Does this meet the goal?

 
 

NO.230 You are developing an internet-based training solution for remote learners.
Your company identifies that during the training, some learners leave their desk for long periods or become distracted.
You need to use a video and audio feed from each learner’s computer to detect whether the learner is present and paying attention. The solution must minimize development effort and identify each learner.
Which Azure Cognitive Services service should you use for each requirement? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.


Get ready to pass the AI-102 Exam right now using our Azure AI Engineer Associate Exam Package: https://www.exams4sures.com/Microsoft/AI-102-practice-exam-dumps.html

         

Rate this post

Related Links: scalar.usc.edu myportal.utt.edu.tt zenwriting.net p.me-page.com myportal.utt.edu.tt learn.csisafety.com.au

Add a Comment

Your email address will not be published. Required fields are marked *

Enter the text from the image below