AI-102 Designing and Implementing a Microsoft Azure AI Solution Dumps

If you are looking for free AI-102 dumps than here we have some sample question answers available. You can prepare from our Microsoft AI-102 exam questions notes and prepare exam with this practice test. Check below our updated AI-102 exam dumps.

DumpsGroup are top class study material providers and our inclusive range of AI-102 Real exam questions would be your key to success in Microsoft Azure AI Engineer Associate Certification Exam in just first attempt. We have an excellent material covering almost all the topics of Microsoft AI-102 exam. You can get this material in Microsoft AI-102 PDF and AI-102 practice test engine formats designed similar to the Real Exam Questions. Free AI-102 questions answers and free Microsoft AI-102 study material is available here to get an idea about the quality and accuracy of our study material.


discount banner

Sample Question 4

You have an Azure subscription. The subscription contains an Azure OpenAI resource thathosts a GPT-4 model named Modell and an app named Appl. App1 uses Model!You need to ensure that App1 will NOT return answers that include hate speech.What should you configure for Model1?

A. the Frequency penalty parameter
B. abuse monitoring
C. a content filter
D. the Temperature parameter


Sample Question 5

You have an Azure subscription. The subscription contains an Azure OpenAI resource thathosts a GPT-3.5 Turbo model named Model1.You configure Model1 to use the following system message: "You are an Al assistant thathelps people solve mathematical puzzles. Explain your answers as if the request is by a 4-year-old."Which type of prompt engineering technique is this an example of?

A. few-shot learning
B. affordance
C. chain of thought
D. priming


Sample Question 6

You are building a chatbot for a travel agent. The chatbot will use the Azure OpenAI GPT3.5 model and will be used to make travel reservations. You need to maximize the accuracy of the responses from the chatbot. What should you do?

A. Configure the model to include data from the travel agent's database.
B. Set the Top P parameter for the model to 0.
C. Set the Temperature parameter for the model to 0.
D. Modify the system message used by the model to specify that the answers must beaccurate.


Sample Question 7

You are developing an app that will use the Decision and Language APIs.You need to provision resources for the app. The solution must ensure that each service isaccessed by using a single endpoint and credential.Which type of resource should you create?

A. Language
B. Speech
C. Azure Cognitive Services
D. Content Moderator


Sample Question 8

You are building an app that will use the Azure Video Indexer service.You plan to train a language model to recognize industry-specific terms.You need to upload a file that contains the industry-specific terms.Which file format should you use?

A. PDF
B. XML
C. TXT
D. XLS


Sample Question 9

You have an Azure subscription that contains a multi-service Azure Cognitive ServicesTranslator resource named Translator1.You are building an app that will translate text and documents by using Translator1.You need to create the REST API request for the app.Which headers should you include in the request?

A. the subscription key and the client trace ID
B. the subscription key, the subscription region, and the content type
C. the resource ID and the content language
D. the access control request, the content type, and the content length


Sample Question 10

You plan to build an app that will generate a list of tags for uploaded images. The app mustmeet the following requirements:• Generate tags in a user’s preferred language.• Support English, French, and Spanish.• Minimize development effortYou need to build a function that will generate the tags for the app. Which Azure serviceendpoint should you use?

A. Custom Vision image classification
B. Content Moderator Image Moderation
C. Custom Translator
D. Computer Vision Image Analysis


Sample Question 11

You are building an app that will include one million scanned magazine articles. Eacharticle will be stored as an image file. You need to configure the app to extract text from theimages. The solution must minimize development effort. What should you include in thesolution?

A. Computer Vision Image Analysis
B. the Read API in Computer Vision
C. Form Recognizer
D. Azure Cognitive Service for Language


Sample Question 12

You need to store event log data that is semi-structured and received as the logs occur.What should you use?

A. Azure Table storage
B. Azure Queue storage
C. Azure Files


Sample Question 13

You have a 20-GB file named file1, avi that is stored on a local drive.You need to index file1, avi by using the Azure Video indexer website.What should you do first?

A. Upload File1 avi to an Azure storage queue.
B. upload File1.avi to the www.youtube.com seepage
C. Upload file1 avi to the Azure video indexer website.
D. Upload file1 avi to Microsoft OneDrive.


Sample Question 14

You plan to provision a QnA Maker service in a new resource group named RG1.In RG1, you create an App Service plan named AP1.Which two Azure resources are automatically created in RG1 when you provision the QnAMaker service? Each correct answer presents part of the solution.NOTE: Each correct selection is worth one point.

A. Language Understanding
B. Azure SQL Database
C. Azure Storage
D. Azure Cognitive Search
E. Azure App Service


Sample Question 15

You are building a Chatbot by using the Microsoft Bot Framework SDK. The bot will beused to accept food orders from customers and allow the customers to customize eachfood item. You need to configure the bot to ask the user for additional input based on thetype of item ordered. The solution must minimize development effort. Which two types ofdialogs should you use? Each correct answer presents part of the solution. NOTE: Eachcorrect selection is worth one point.

A. adaptive
B. action
C. waterfall
D. prompt
E. input


Sample Question 16

You have an Azure subscription that contains an Al enrichment pipeline in Azure CognitiveSearch and an Azure Storage account that has 10 G8 of scanned documents and images.You need to index the documents and images in the storage account. The solution mustminimize how long it takes to build the index. What should you do?

A. From the Azure portal, configure parallel indexing.
B. Create a text-based indexer by using the REST API.
C. From the Azure portal, configure scheduled indexing.
D. Configure field mappings by using the REST API.


Sample Question 17

You have an Azure subscription that contains an Al enrichment pipeline in Azure CognitiveSearch and an Azure Storage account that has 10 G8 of scanned documents and images.You need to index the documents and images in the storage account. The solution mustminimize how long it takes to build the index. What should you do?

A. From the Azure portal, configure parallel indexing.
B. Create a text-based indexer by using the REST API.
C. From the Azure portal, configure scheduled indexing.
D. Configure field mappings by using the REST API.


Sample Question 18

Note: This question is part of a series of questions that present the same scenario. Eachquestion in the series contains a unique solution that might meet the stated goals. Somequestion sets might have more than one correct solution, while others might not have acorrect 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 LanguageUsers report that the responses of the chatbot lark formality when answering spuriousquestionsYou need to ensure that the chatbot provides formal responses to spurious questions.Solution: From Language Studio, you change the chitchat source toqna_chitchit_friindly.tsv. and then retrain and republish the model.Does this meet the goal?

A. Yes
B. No


Sample Question 19

You create a bot by using the Microsoft Bot Framework SDK.You need to configure the bot to respond to events by using custom text responses.What should you use?

A. an adaptive card
B. an activity handler
C. a dialog
D. a skill


Sample Question 20

You have an Azure Cognitive Search solution and a collection of handwritten letters storedas JPEG files.You plan to index the collection. The solution must ensure that queries can be performedon the contents of the letters.You need to create an indexer that has a skillset.Which skill should you include?

A. key phrase extraction
B. optical character recognition (OCR)
C. document extraction
D. image analysis


Sample Question 21

You create five bots by using Microsoft Bot Framework Composer.You need to make a single bot available to users that combines the bots. The solution mustsupport dynamic routing to the bots based on user input.Which three actions should you perform? Each correct answer presents part of thesolution.NOTE: Each correct selection is worth one point.

A. Create an Orchestrator model.
B. Change the Recognizer/Dispatch type.
C. Create a composer extension.
D. Enable WebSockets.
E. Create a custom recognizer JSON file.
F. Install the Orchestrator package.


Sample Question 22

You are building a flight booking bot by using the Microsoft Bot Framework SDK.The bot will ask users for their departure date. The bot must repeat the question until avalid date is given, or the users cancel the transaction.Which type of dialog should you use?

A. prompt
B. action
C. waterfall
D. adaptive


Sample Question 23

You have an Azure Cognitive Search solution and a collection of blog posts that include acategory field. You need to index the posts. The solution must meet the followingrequirements:• Include the category field in the search results.• Ensure that users can search for words in the category field.• Ensure that users can perform drill down filtering based on category.Which index attributes should you configure for the category field?

A. searchable, facetable, and retrievable
B. retrievable, filterable, and sortable
C. retrievable, facetable, and key
D. searchable, sortable, and retrievable


Sample Question 24

Note: This question is part of a series of questions that present the same scenario. Eachquestion in the series contains a unique solution that might meet the stated goals. Somequestion sets might have more than one correct solution, while others might not have acorrect 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 LanguageUsers report that the responses of the chatbot lack formality when answering spuriousquestionsYou need to ensure that the chatbot provides formal responses to spurious questions.Solution: From Language Studio, you change the chitchat source toqna_chitchat_professional.tsv. and then retrain and republish the model.Does this meet the goal?

A. Yes
B. No


Sample Question 25

You have a Language service resource that performs the following:• Sentiment analysis• Named Entity Recognition (NER)• Personally Identifiable Information (Pll) identificationYou 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?

A. loggingOptOut
B. piiCategories
C. showStats
D. Model-version


Sample Question 26

You are building a solution that will detect anomalies in sensor data from the previous 24hours.You need to ensure that the solution scans the entire dataset, at the same time, foranomalies.Which type of detection should you use?

A. batch
B. streaming
C. change point


Sample Question 27

You have an app that analyzes images by using the Computer Vision API.You need to configure the app to provide an output for users who are vision impaired. Thesolution must provide the output in complete sentences.Which API call should you perform?

A. readInStreamAsync
B. describelmagelnStreamAsync
C. toglfiagelnStreaaAsync
D. analyreImageByDomainInStreamAsync


Sample Question 28

You are building an app that will share user images.You need to configure the app to perform the following actions when a user uploads animage:• Categorize the image as either a photograph or a drawing.• Generate a caption for the image.The solution must minimize development effort.Which two services should you include in the solution? Each correct answer presents partof the solution.NOTE: Each correct selection is worth one point.

A. object detection in Computer Vision
B. content tags in Computer Vision
C. image descriptions in Computer Vision
D. image type detection in Computer Vison
E. image classification in Custom Vision


Sample Question 29

You have an Azure subscription that contains an Azure App Service app named Appl.You provision a multi-service Azure Cognitive Services resource named CSAccount1.You need to configure App1 to access CSAccount1. The solution must minimizeadministrative effort. What should you use to configure App1?

A. a system-assigned managed identity and an X.509 certificate
B. the endpoint URI and an OAuth token
C. the endpoint URI and a shared access signature (SAS) token
D. the endpoint URI and subscription key


Sample Question 30

You have an app named App1 that uses an Azure Cognitive Services model to identifyanomalies in a time series data stream. You need to run App1 in a location that has limitedconnectivity. The solution must minimize costs. What should you use to host the model?

A. Azure Kubernetes Services (AKS)
B. a Kubernetes cluster hosted in an Azure Stack Hub integrated system
C. Azure Container instances
D. the Docker Engine


Sample Question 31

You have an Azure Cognitive Search solution and an enrichment pipeline that performsSentiment Analysis on social media posts.You need to define a knowledge store that will include the social media posts and theSentiment Analysis results.Which two fields should you include in the definition? Each correct answer presents part ofthe solution.NOTE: Each correct selection is worth one point.

A. storageContainer
B. tables
C. storaeeConnectionString
D. files
E. objects


Sample Question 32

You develop a Conversational Language Undemanding model by using Language StudioDuring testing, users receive incorrect responses to requests that do NOT relate to thecapabilities of the model.You need to ensure that the model identifies spurious requests.What should you do?

A. Enable active learning.
B. Add examples to the custom intents.
C. Add examples to the None intent
D. Add entities.


Sample Question 33

You are building a chatbot.You need to ensure that the bot will recognize the names of your company's products andcodenames. The solution must minimize development effort.Which Azure Cognitive Service for Language service should you include in the solution?

A. custom text classification
B. entity linking
C. custom Named Entity Recognition (NER)
D. key phrase extraction


Sample Question 34

You build a language model by using Conversational Language Understanding. Thelanguage model is used to search for information on a contact list by using an intent namedFindcontact. A conversational expert provides you with the following list of phrases to usefor training• Find contacts in London.• Who do I know in Seattle?• Search for contacts m Ukraine.You need to implement the phrase list in Conversational Language Understanding.Solution: You create a new utterance for each phrase in the FindContact intent.

A. Yes
B. No


Sample Question 35

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 mustminimize 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).


Sample Question 36

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 statedgoals. Some question sets might have more than one correct solution, while othersmight not have a correct solution.After you answer a question in this section, you will NOT be able to return to it. As aresult, these questions will not appear in the review screen. You have an Azure Cognitive Search service.During the past 12 months, query volume steadily increased.You discover that some search query requests to the Cognitive Search service are beingthrottled.You need to reduce the likelihood that search query requests are throttled.Solution: You migrate to a Cognitive Search service that uses a higher tier.Does this meet the goal?

A. Yes
B. No


Sample Question 37

Note: This question is part of a series of questions that present the same scenario. Eachquestion in the series contains a unique solution that might meet the stated goals. Somequestion sets might have more than one correct solution, while others might not have acorrect 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 LanguageUsers report that the responses of the chatbot lark formality when answering spuriousquestionsYou need to ensure that the chatbot provides formal responses to spurious questions.Solution: From Language Studio, you remove all the chit-chat question and answer pairs,and then retrain and republish the modelDoes this meet the goal?

A. Yes
B. No


Sample Question 38

You have an Azure Cognitive Services model named Model that identifies the intent of text input.You develop an app in C# named App1.You need to configure App1 to use Model1.Which package should you add to App1?

A. Azure.AI.Language.Conversations
B. SpeechServicesToolkit
C. Universal.Microsoft.CognitiveServices.Speech
D. Xamarin.Cognitive.Speech


Sample Question 39

You have a file share that contains 5,000 images of scanned invoices.You need to analyze the images. The solution must extract the following data:• Invoice items• Sales amounts• Customer detailsWhat should you use?

A. Custom Vision
B. Computer Vision
C. Immersive Reader
D. Form Recognizer


Sample Question 40

Note: This question is part of a series of questions that present the same scenario. Eachquestion in the series contains a unique solution that might meet the stated goals. Somequestion sets might have more than one correct solution, while others might not have acorrect 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 randomquestions that are outside the scope of the knowledge base.You need to ensure that the chatbot provides formal responses to these spuriousquestions.Solution: From Language Studio, you modify the question and answer pairs for the customintents, and then retrain and republish the model.Does this meet the goal?

A. Yes
B. No


Sample Question 41

You are building a chatbot. You need to configure the chatbot to query a knowledge base. Which dialog class should you use?

A. AdaptiveDialog 
B. QnAMakerDialog 
C. ComponentDialog 
D. SkillDialog 


Sample Question 42

You are building a social media extension that will convert text to speech. The solution must meet the following requirements: • Support messages of up to 400 characters. • Provide users with multiple voice options. • Minimize costs. You create an Azure Cognitive Services resource. Which Speech API endpoint provides users with the available voice options?

A. https://uksouth.customvoice.apispeech.microsoft.eom/api/texttospeech/v3.0/longaudiosynt hesis/voices 
B. https://uksouth.tts.speech.microsoft.conT/cognitiveservices/voices/list 
C. https://uksouth.voice.speech.microsoft.com/cognitiveservices/v1?deploymentld = {deploymentld> 
D. https://uksouth.api.cognitive.microsoft.eom/speechtotext/v3.0/models/base 


Sample Question 43

Which property of a transactional workload guarantees that each transaction is treated as a single unit that either succeeds completely or tails completely?

A. isolation
B. atomicity
 C. consistency
 D. durability 


Sample Question 44

You plan to build an app that will generate a list of tags for uploaded images. The app must meet the following requirements: • Generate tags in a users preferred language. • Support English, French, and Spanish. • Minimize development effort You need to build a function that will generate the tags for the app. Which Azure service endpoint should you use?  

A. Custom Vision image classification 
B. Content Moderator Image Moderation 
C. Custom Translator 
D. Computer Vision image Analysis 



Exam Code: AI-102
Exam Name: Designing and Implementing a Microsoft Azure AI Solution
Last Update: April 29, 2024
Questions: 273