This page was exported from Free Exam Dumps Collection [ http://free.examcollectionpass.com ] Export date:Sat Apr 19 11:25:13 2025 / +0000 GMT ___________________________________________________ Title: AI-102 Questions Pass on Your First Attempt Dumps for Azure AI Engineer Associate Certified [Q82-Q103] --------------------------------------------------- AI-102 Questions Pass on Your First Attempt Dumps for Azure AI Engineer Associate Certified AI-102 Practice Test Pdf Exam Material NEW QUESTION 82You are building an app that will enable users to upload images. The solution must meet the following requirements:* Automatically suggest alt text for the images.* Detect inappropriate images and block them.* Minimize development effort.You need to recommend a computer vision endpoint for each requirement.What should you recommend? To answer, select the appropriate options in the answer area.NOTE: Each correct selection is worth one point. NEW QUESTION 83You are developing a photo application that will find photos of a person based on a sample image by using the Face API.You need to create a POST request to find the photos.How should you complete the request? 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. Reference:https://docs.microsoft.com/en-us/rest/api/faceapi/face/detectwithurlhttps://docs.microsoft.com/en-us/rest/api/faceapi/face/findsimilarNEW QUESTION 84You are planning the product creation project.You need to recommend a process for analyzing videos.Which four 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. (Choose four.) Explanation:Scenario: All videos must have transcripts that are associated to the video and included in product descriptions.Product descriptions, transcripts, and all text must be available in English, Spanish, and Portuguese.Step 1: Upload the video to blob storageGiven a video or audio file, the file is first dropped into a Blob Storage. T Step 2: Index the video by using the Video Indexer API.When a video is indexed, Video Indexer produces the JSON content that contains details of the specified video insights. The insights include: transcripts, OCRs, faces, topics, blocks, etc.Step 3: Extract the transcript from the Video Indexer API.Step 4: Translate the transcript by using the Translator API.Reference:https://azure.microsoft.com/en-us/blog/get-video-insights-in-even-more-languages/https://docs.microsoft.com/en-us/azure/media-services/video-indexer/video-indexer-output-json-v2NEW QUESTION 85You are building a chatbot by using the Microsoft Bot Framework SDK.You use an object named UserProfile to store user profile information and an object named ConversationData to store information related to a conversation.You create the following state accessors to store both objects in state.var userStateAccessors = _userState.CreateProperty<UserProfile>(nameof(UserProfile)); var conversationStateAccessors = _conversationState.CreateProperty<ConversationData>(nameof(ConversationData)); The state storage mechanism is set to Memory Storage.For each of the following statements, select Yes if the statement is true. Otherwise, select No.NOTE: Each correct selection is worth one point. Reference:https://docs.microsoft.com/en-us/azure/bot-service/bot-builder-howto-v4-stateNEW QUESTION 86You 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. ExplanationNEW QUESTION 87You 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. 1 – Create a Custom Speech project.2 – Create a speech-to-text model.3 – Upload training datasets.4 – Train the model.5 – Deploy the model.NEW QUESTION 88You 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. Explanation:Reference:https://docs.microsoft.com/en-us/azure/cognitive-services/what-are-cognitive-servicesNEW QUESTION 89Which database transaction property ensures that individual transactions are executed only once and either succeed in their entirety or roll back?  consistency  isolation  atomicity  durability NEW QUESTION 90You are building a retail chatbot that will use a QnA Maker service.You upload an internal support document to train the model. The document contains the following Question;“What is your warranty period?”Users report that the chatbot returns the default QnA Maker answer when they ask the following Question;“How long is the warranty coverage?”The chatbot returns the correct answer when the users ask the following Question;‘What is your warranty period?”Both questions should return the same answer.You need to increase the accuracy of the chatbot responses.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. (Choose three.) Reference:https://docs.microsoft.com/en-us/azure/cognitive-services/qnamaker/how-to/edit-knowledge-baseNEW QUESTION 91You are building a bot and that will use Language Understanding.You have a LUDown file that contains the following content.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. Explanation:Reference:https://github.com/solliancenet/tech-immersion-data-ai/blob/master/ai-exp1/README.mdNEW QUESTION 92You have 100 chatbots that each has its own Language Understanding model.Frequently, you must add the same phrases to each model.You need to programmatically update the Language Understanding models to include the new phrases.How should you complete the code? 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. ExplanationBox 1: AddPhraseListAsyncExample: Add phraselist featurevar phraselistId = await client.Features.AddPhraseListAsync(appId, versionId, new PhraselistCreateObject{EnabledForAllModels = false,IsExchangeable = true,Name = “QuantityPhraselist”,Phrases = “few,more,extra”});Box 2: PhraselistCreateObjectReference:https://docs.microsoft.com/en-us/azure/cognitive-services/luis/client-libraries-rest-apiNEW QUESTION 93Select the answer that correctly completes the sentence. NEW QUESTION 94You are building a chatbot by using the Microsoft Bot Framework Composer.You have the dialog design shown in the following exhibit.For each of the following statements, select Yes if the statement is true. Otherwise, select No.NOTE: Each correct selection is worth one point. ExplanationBox 1: NoUser.name is a property.Box 2: YesBox 3: YesThe coalesce() function evaluates a list of expressions and returns the first non-null (or non-empty for string) expression.Reference:https://docs.microsoft.com/en-us/composer/concept-language-generationhttps://docs.microsoft.com/en-us/azure/data-explorer/kusto/query/coalescefunctionNEW QUESTION 95Select the answer that correctly completes the sentence. Explanation:NEW QUESTION 96You need to analyze video content to identify any mentions of specific company names.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. 1 – Sign in to the Azure Video Analyer for Media website.2 – Fron Content model customization, select Brands.3 – Add the specific company names to the include list.NEW QUESTION 97You build a language model by using Conversational Language Understanding. The language model is used to search for information on a contact list by using an intent named Findcontact. A conversational expert provides you with the following list of phrases to use for 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.  Yes  No NEW QUESTION 98You are building a retail chatbot that will use a QnA Maker service.You upload an internal support document to train the model. The document contains the following question:“What is your warranty period?”Users report that the chatbot returns the default QnA Maker answer when they ask the following question:“How long is the warranty coverage?”The chatbot returns the correct answer when the users ask the following question: ‘What is your warranty period?” Both questions should return the same answer.You need to increase the accuracy of the chatbot responses.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. (Choose three.) ExplanationStep 1: Add alternative phrasing to the question and answer (QnA) pair.Add alternate questions to an existing QnA pair to improve the likelihood of a match to a user query.Step 2: Retrain the model.Periodically select Save and train after making edits to avoid losing changes.Step 3: Republish the modelNote: A knowledge base consists of question and answer (QnA) pairs. Each pair has one answer and a pair contains all the information associated with that answer.Reference:https://docs.microsoft.com/en-us/azure/cognitive-services/qnamaker/how-to/edit-knowledge-baseNEW QUESTION 99You 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. NEW QUESTION 100You are building a Language Understanding model for purchasing tickets.You have the following utterance for an intent named PurchaseAndSendTickets.Purchase [2 audit business] tickets to [Paris] [next Monday] and send tickets to [email@domain.com] You need to select the entity types. The solution must use built-in entity types to minimize training data whenever possible.Which entity type should you use for each label? To answer, drag the appropriate entity types to the correct labels. Each entity type 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. Reference:https://docs.microsoft.com/en-us/azure/cognitive-services/luis/luis-reference-prebuilt-geographyv2https://docs.microsoft.com/en-us/azure/cognitive-services/luis/luis-reference-prebuilt-emailhttps://docs.microsoft.com/en-us/azure/cognitive-services/luis/reference-entity-machine-learned-entityNEW QUESTION 101You 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?  create_resource(client, “res1”, “ComputerVision”, “F0”, “westus”)  create_resource(client, “res1”, “CustomVision.Prediction”, “F0”, “westus”)  create_resource(client, “res1”, “ComputerVision”, “S0”, “westus”)  create_resource(client, “res1”, “CustomVision.Prediction”, “S0”, “westus”) Many of the Cognitive Services have a free tier you can use to try the service. To use the free tier, use F0 as the SKU for your resource.There are two tiers of keys for the Custom Vision service. You can sign up for a F0 (free) or S0 (standard) subscription through the Azure portal.Incorrect Answers:A: There is no free tier (F0) for ComputerVision.Reference:https://docs.microsoft.com/en-us/azure/cognitive-services/cognitive-services-apis-create-account-client-library?pivots=programming-language-csharphttps://docs.microsoft.com/en-us/azure/cognitive-services/custom-vision-service/limits-and-quotasNEW QUESTION 102For each of the following statements, select Yes if the statement is tine. Otherwise, select No. NOTE: Each correct selection is worth one point. ExplanationNEW QUESTION 103Match 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. Explanation: Loading … AI-102 [Dec-2024] Newly Released] Exam Questions For You To Pass: https://www.examcollectionpass.com/Microsoft/AI-102-practice-exam-dumps.html --------------------------------------------------- Images: https://free.examcollectionpass.com/wp-content/plugins/watu/loading.gif https://free.examcollectionpass.com/wp-content/plugins/watu/loading.gif --------------------------------------------------- --------------------------------------------------- Post date: 2024-12-19 15:40:39 Post date GMT: 2024-12-19 15:40:39 Post modified date: 2024-12-19 15:40:39 Post modified date GMT: 2024-12-19 15:40:39