This page was exported from Top Exam Collection [ http://blog.topexamcollection.com ] Export date:Fri Apr 4 10:51:25 2025 / +0000 GMT ___________________________________________________ Title: [2022] AI-102 Dumps are Available for Instant Access [Q79-Q95] --------------------------------------------------- [2022] AI-102 Dumps are Available for Instant Access Valid AI-102 Dumps for Helping Passing AI-102 Exam! NEW QUESTION 79Note: 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 create a web app named app1 that runs on an Azure virtual machine named vm1. Vm1 is on an Azure virtual network named vnet1.You plan to create a new Azure Cognitive Search service named service1.You need to ensure that app1 can connect directly to service1 without routing traffic over the public internet.Solution: You deploy service1 and a public endpoint, and you configure a network security group (NSG) for vnet1.Does this meet the goal?  Yes  No Reference:https://docs.microsoft.com/en-us/azure/private-link/private-link-overviewNEW QUESTION 80You need to implement a table projection to generate a physical expression of an Azure Cognitive Search index.Which three properties should you specify in the skillset definition JSON configuration table node? Each correct answer presents part of the solution. (Choose three.) NOTE: Each correct selection is worth one point.  tableName  generatedKeyName  dataSource  dataSourceConnection  source Defining a table projection.Each table requires three properties:tableName: The name of the table in Azure Storage.generatedKeyName: The column name for the key that uniquely identifies this row.source: The node from the enrichment tree you are sourcing your enrichments from. This node is usually the output of a shaper, but could be the output of any of the skills.Reference:https://docs.microsoft.com/en-us/azure/search/knowledge-store-projection-overviewNEW QUESTION 81You 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. Box 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 82Note: 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 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 being throttled.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?  Yes  No A simple fix to most throttling issues is to throw more resources at the search service (typically replicas for query-based throttling, or partitions for indexing-based throttling). However, increasing replicas or partitions adds cost, which is why it is important to know the reason why throttling is occurring at all.Reference:https://docs.microsoft.com/en-us/azure/search/search-performance-analysisNEW QUESTION 83You need to upload speech samples to a Speech Studio project. How should you upload the samples?  Combine the speech samples into a single audio file in the .wma format and upload the file.  Upload a .zip file that contains a collection of audio files in the .wav format and a corresponding text transcript file.  Upload individual audio files in the FLAC format and manually upload a corresponding transcript in Microsoft Word format.  Upload individual audio files in the .wma format. ExplanationTo upload your data, navigate to the Speech Studio . From the portal, click Upload data to launch the wizard and create your first dataset. You’ll be asked to select a speech data type for your dataset, before allowing you to upload your data.The default audio streaming format is WAVUse this table to ensure that your audio files are formatted correctly for use with Custom Speech:Reference:https://docs.microsoft.com/en-us/azure/cognitive-services/speech-service/how-to-custom-speech-test-and-trainNEW QUESTION 84You are creating an enrichment pipeline that will use Azure Cognitive Search. The knowledge store contains unstructured JSON data and scanned PDF documents that contain text.Which projection type should you use for each data type? To answer, select the appropriate options in the answer area.NOTE: Each correct selection is worth one point. ExplanationBox 1: Object projectionObject projections are JSON representations of the enrichment tree that can be sourced from any node.Box 2: File projectionFile projections are similar to object projections and only act on the normalized_images collection.Reference:https://docs.microsoft.com/en-us/azure/search/knowledge-store-projection-overviewNEW QUESTION 85You have a chatbot that uses a QnA Maker application.You enable active learning for the knowledge base used by the QnA Maker application.You need to integrate user input into the model.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. 1 – For the knowledge base, select Show active learning suggestions.2 – Approve and reject suggestions.3 – Save and train the knowledge base.4 – Publish the knowledge base.Reference:https://docs.microsoft.com/en-us/azure/cognitive-services/qnamaker/how-to/improve-knowledge-baseNEW QUESTION 86You are building a model that will be used in an iOS app.You have images of cats and dogs. Each image contains either a cat or a dog.You need to use the Custom Vision service to detect whether the images is of a cat or a dog.How should you configure the project in the Custom Vision portal? To answer, select the appropriate options in the answer area.NOTE: Each correct selection is worth one point. Reference:https://cran.r-project.org/web/packages/AzureVision/vignettes/customvision.htmlNEW QUESTION 87You are developing the knowledgebase by using Azure Cognitive Search.You need to build a skill that will be used by indexers.How should you complete the code? To answer, select the appropriate options in the answer area.NOTE: Each correct selection is worth one point. Reference:https://docs.microsoft.com/en-us/azure/search/cognitive-search-skill-entity-recognitionNEW QUESTION 88You 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. 1 – Use the GetProjects endpoint on acvdev.2 – Use the ExportProject endpoint on acvdev.3 – Use the ImportProject endpoint on acvprod.Reference:https://docs.microsoft.com/en-us/azure/cognitive-services/luis/luis-tutorial-pattern#what-did-this-tutorial-accomplishNEW QUESTION 89You are building a model that will be used in an iOS app.You have images of cats and dogs. Each image contains either a cat or a dog.You need to use the Custom Vision service to detect whether the images is of a cat or a dog.How should you configure the project in the Custom Vision portal? To answer, select the appropriate options in the answer area.NOTE: Each correct selection is worth one point. Reference:https://cran.r-project.org/web/packages/AzureVision/vignettes/customvision.htmlNEW QUESTION 90You are developing a text processing solution.You develop the following method.You call the method by using the following code.GetKeyPhrases(textAnalyticsClient, “the cat sat on the mat”);For each of the following statements, select Yes if the statement is true. Otherwise, select No.NOTE: Each correct selection is worth one point. Box 1: YesThe Key Phrase Extraction API evaluates unstructured text, and for each JSON document, returns a list of key phrases.Box 2: No‘the’ is not a key phrase.This capability is useful if you need to quickly identify the main points in a collection of documents. For example, given input text “The food was delicious and there were wonderful staff”, the service returns the main talking points: “food” and “wonderful staff”.Box 3: NoKey phrase extraction does not have confidence levels.Reference:https://docs.microsoft.com/en-us/azure/cognitive-services/text-analytics/how-tos/text-analytics-how-to-keyword-NEW QUESTION 91You 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. NEW QUESTION 92You 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. Reference:https://docs.microsoft.com/en-us/azure/cognitive-services/what-are-cognitive-servicesNEW QUESTION 93You 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. 1 – Add a new query key.2 – Change the app to use the new key.3 – Delete the compromised key.Reference:https://docs.microsoft.com/en-us/azure/search/search-security-api-keysNEW QUESTION 94Select the answer that correctly completes the sentence. NEW QUESTION 95You are developing the knowledgebase by using Azure Cognitive Search.You need to build a skill that will be used by indexers.How should you complete the code? To answer, select the appropriate options in the answer area.NOTE: Each correct selection is worth one point. Reference:https://docs.microsoft.com/en-us/azure/search/cognitive-search-skill-entity-recognition Loading … AI-102: Designing and Implementing an Azure AI Solution Exam Certified Professional salary The average salary of a AI-102: Designing and Implementing an Azure AI Solution Exam Certified Expert in India - 20,00,327 INREngland - 90,532 POUNDUnited State - 120,000 USDEurope - 90,547 EURO   Updated AI-102 Dumps Questions For Microsoft Exam: https://www.topexamcollection.com/AI-102-vce-collection.html --------------------------------------------------- Images: https://blog.topexamcollection.com/wp-content/plugins/watu/loading.gif https://blog.topexamcollection.com/wp-content/plugins/watu/loading.gif --------------------------------------------------- --------------------------------------------------- Post date: 2022-08-09 09:09:29 Post date GMT: 2022-08-09 09:09:29 Post modified date: 2022-08-09 09:09:29 Post modified date GMT: 2022-08-09 09:09:29