Computer Architecture > QUESTIONS & ANSWERS > AI-102 Exam Dumps Designing and Implementing a Microsoft Azure AI Solution | Questions AI-102 PDF Du (All)
Indipendent Learning Centre CSTU 550 New VCE and PDF Exam Dumps from PassLeader AI-102 Exam Dumps AI-102 Exam Questions AI-102 PDF Dumps AI-102 VCE Dumps https://www.passleader.com/ai-102.html... ➢ Vendor: Microsoft ➢ Exam Code: AI-102 ➢ Exam Name: Designing and Implementing a Microsoft Azure AI Solution ➢ Part of New Questions from PassLeader (Updated in July/2021) Visit PassLeader and Download Full Version AI-102 Exam Dumps NEW QUESTION 71 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 an IP firewall rule. Does this meet the goal? A. Yes B. No https://docs.microsoft.com/en-us/azure/private-link/private-link-overview NEW QUESTION 72 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? A. Yes B. No https://docs.microsoft.com/en-us/azure/private-link/private-link-overview NEW QUESTION 73 A customer uses Azure Cognitive Search. The customer plans to enable a server-side encryption and use customer-managed keys (CMK) stored in Azure. What are three implications of the planned change? (Each correct answer presents a complete solution. Choose three.) New VCE and PDF Exam Dumps from PassLeader AI-102 Exam Dumps AI-102 Exam Questions AI-102 PDF Dumps AI-102 VCE Dumps https://www.passleader.com/ai-102.html A. The index size will increase. B. Query times will increase. C. A self-signed X.509 certificate is required. D. The index size will decrease. E. Query times will decrease. F. Azure Key Vault is required. BE https://docs.microsoft.com/en-us/azure/search/search-security-overview NEW QUESTION 74 You are developing a new sales system that will process the video and text from a public-facing website. You plan to notify users that their data has been processed by the sales system. Which responsible AI principle does this help meet? A. transparency B. fairness C. inclusiveness D. reliability and safety https://docs.microsoft.com/en-us/azure/cloud-adoption-framework/strategy/responsible-ai NEW QUESTION 75 You plan to perform predictive maintenance. You collect IoT sensor data from 100 industrial machines for a year. Each machine has 50 different sensors that generate data at one-minute intervals. In total, you have 5,000 time series datasets. You need to identify unusual values in each time series to help predict machinery failures. Which Azure Cognitive Services service should you use? A. Anomaly Detector B. Cognitive Search C. Form Recognizer D. Custom Vision NEW QUESTION 76 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 QnA Maker service? (Each correct answer presents part of the solution. Choose two.) A. Language Understanding B. Azure SQL Database C. Azure Storage D. Azure Cognitive Search E. Azure App Service E https://docs.microsoft.com/en-us/azure/cognitive-services/qnamaker/how-to/set-up-qnamaker New VCE and PDF Exam Dumps from PassLeader AI-102 Exam Dumps AI-102 Exam Questions AI-102 PDF Dumps AI-102 VCE Dumps https://www.passleader.com/ai-102.html service-azure?tabs=v1#delete-azure-resources NEW QUESTION 77 You are building a language model by using a Language Understanding service. You create a new Language Understanding resource. You need to add more contributors. What should you use? A. a conditional access policy in Azure Active Directory (Azure AD) B. the Access control (IAM) page for the authoring resources in the Azure portal C. the Access control (IAM) page for the prediction resources in the Azure portal https://docs.microsoft.com/en-us/azure/cognitive-services/luis/luis-how-to-collaborate NEW QUESTION 78 You are building a Language Understanding model for an e-commerce chatbot. Users can speak or type their billing address when prompted by the chatbot. You need to construct an entity to capture billing addresses. Which entity type should you use? A. Machine Learned B. Regex C. List D. Pattern.any https://docs.microsoft.com/en-us/azure/cognitive-services/luis/luis-concept-entity-types NEW QUESTION 79 You are building an Azure Weblob that will create knowledge bases from an array of URLs. You instantiate a QnAMakerClient object that has the relevant API keys and assign the object to a variable named client. You need to develop a method to create the knowledge bases. Which two actions should you include in the method? (Each correct answer presents part of the solution. Choose two.) A. Create a list of FileDTO objects that represents data from the WebJob. B. Call the client.Knowledgebase.CreateAsync method. C. Create a list of QnADTO objects that represents data from the WebJob. D. Create a CreateKbDTO object. https://docs.microsoft.com/en-us/rest/api/cognitiveservicesqnamaker/qnamaker4.0/knowledgebase/create NEW QUESTION 80 You are building a natural language model. You need to enable active learning. What should you do? A. Add show-all-intents=true to the prediction endpoint query. B. Enable speech priming. C. Add log=true to the prediction endpoint query. D. Enable sentiment analysis. New VCE and PDF Exam Dumps from PassLeader AI-102 Exam Dumps AI-102 Exam Questions AI-102 PDF Dumps AI-102 VCE Dumps https://www.passleader.com/ai-102.html https://docs.microsoft.com/en-us/azure/cognitive-services/luis/luis-how-to-review-endpointutterances#log-user-queries-to-enable-active-learning NEW QUESTION 81 You are developing a solution to generate a word cloud based on the reviews of a company's products. Which Text Analytics REST API endpoint should you use? A. keyPhrases B. sentiment C. languages D. entities/recognition/general https://docs.microsoft.com/en-us/azure/cognitive-services/text-analytics/overview NEW QUESTION 82 You build a bot by using the Microsoft Bot Framework SDK and the Azure Bot Service. You plan to deploy the bot to Azure. You register the bot by using the Bot Channels Registration service. Which two values are required to complete the deployment? (Each correct answer presents part of the solution. Choose two.) A. botId B. tenantId C. appId D. objectId E. appSecret E https://github.com/MicrosoftDocs/bot-docs/blob/live/articles/bot-service-quickstart-registration.md NEW QUESTION 83 HotSpot You are developing a streaming Speech to Text solution that will use the Speech SDK and MP3 encoding. You need to develop a method to convert speech to text for streaming MP3 data. How should you complete the code? (To answer, select the appropriate options in the answer area.) New VCE and PDF Exam Dumps from PassLeader AI-102 Exam Dumps AI-102 Exam Questions AI-102 PDF Dumps AI-102 VCE Dumps https://www.passleader.com/ai-102.html https://docs.microsoft.com/en-us/azure/cognitive-services/speech-service/how-to-use-codeccompressed-audio-input-streams?tabs=debian&pivots=programming-language-csharp NEW QUESTION 84 HotSpot You are developing an application to recognize employees' faces by using the Face Recognition API. Images of the faces will be accessible from a URI endpoint. The application has the following code: New VCE and PDF Exam Dumps from PassLeader AI-102 Exam Dumps AI-102 Exam Questions AI-102 PDF Dumps AI-102 VCE Dumps https://www.passleader.com/ai-102.html For each of the following statements, select Yes if the statement is true. Otherwise, select No. https://docs.microsoft.com/en-us/azure/cognitive-services/face/face-api-how-to-topics/usepersondirectory NEW QUESTION 85 Drag and Drop You train a Custom Vision model used in a mobile app. You receive 1,000 new images that do not have any associated data. You need to use the images to retrain the model. The solution must minimize how long it takes to retrain the model. Which three actions should you perform in the Custom Vision portal? (To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.) New VCE and PDF Exam Dumps from PassLeader AI-102 Exam Dumps AI-102 Exam Questions AI-102 PDF Dumps AI-102 VCE Dumps https://www.passleader.com/ai-102.html https://docs.microsoft.com/en-us/azure/cognitive-services/custom-vision-service/getting-startedbuild-a-classifier NEW QUESTION 86 Drag and 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.) New VCE and PDF Exam Dumps from PassLeader AI-102 Exam Dumps AI-102 Exam Questions AI-102 PDF Dumps AI-102 VCE Dumps https://www.passleader.com/ai-102.html https://docs.microsoft.com/en-us/azure/search/search-security-api-keys NEW QUESTION 87 ...... Visit PassLeader and Download Full Version AI-102 Exam Dumps [Show More]
Last updated: 3 months ago
Preview 1 out of 8 pages
Buy this document to get the full access instantly
Instant Download Access after purchase
Buy NowInstant download
We Accept:
Can't find what you want? Try our AI powered Search
Connected school, study & course
About the document
Uploaded On
Nov 15, 2022
Number of pages
8
Written in
This document has been written for:
Uploaded
Nov 15, 2022
Downloads
0
Views
99
In Scholarfriends, a student can earn by offering help to other student. Students can help other students with materials by upploading their notes and earn money.
We're available through e-mail, Twitter, Facebook, and live chat.
FAQ
Questions? Leave a message!
Copyright © Scholarfriends · High quality services·