1 / 11

Try 2022 Updated Microsoft AI-102 Questions and Answers

The real and reliable 2022 Updated Microsoft AI-102 Questions and Answers will enable you to get through your exam in just your first attempt without any problem.

Télécharger la présentation

Try 2022 Updated Microsoft AI-102 Questions and Answers

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. AI-102 Free Questions AI-102 Free Questions Designing and Implementing a Microsoft Azure Designing and Implementing a Microsoft Azure AI Solution AI Solution https://www.passquestion.com/ https://www.passquestion.com/AI-102 AI-102.html .html

  2. Question 1 Question 1 You are developing the smart e-commerce project. You are developing the smart e-commerce project. You need to implement autocompletion as part of the Cognitive Search solution. You need to implement autocompletion as part of the Cognitive Search solution. Which three actions should you perform? Each correct answer presents part of the Which three actions should you perform? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point. (Choose three.) solution. NOTE: Each correct selection is worth one point. (Choose three.) A. Make API queries to the autocomplete endpoint and include suggesterName in the A. Make API queries to the autocomplete endpoint and include suggesterName in the body. body. B. Add a suggester that has the three product name fields as source fields. B. Add a suggester that has the three product name fields as source fields. C. Make API queries to the search endpoint and include the product name fields in the C. Make API queries to the search endpoint and include the product name fields in the searchFields query parameter. searchFields query parameter. D. Add a suggester for each of the three product name fields. D. Add a suggester for each of the three product name fields. E. Set the searchAnalyzer property for the three product name variants. E. Set the searchAnalyzer property for the three product name variants. F. Set the analyzer property for the three product name variants. F. Set the analyzer property for the three product name variants. Answer: A,B,F Answer: A,B,F

  3. Question 2 Question 2 You build a bot by using the Microsoft Bot Framework SDK and the Azure Bot Service. 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 plan to deploy the bot to Azure. You register the bot by using the Bot Channels Registration service. 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 Which two values are required to complete the deployment? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point. solution. NOTE: Each correct selection is worth one point. A. botld A. botld B. tenancld B. tenancld C. appld C. appld D. objeccld D. objeccld E. appSecrec E. appSecrec Answer: C,E Answer: C,E

  4. Question 3 Question 3 Note: This question is part of a series of questions that present the same scenario. Each question in 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 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. 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 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. questions will not appear in the review screen. You have an Azure Cognitive Search service. You have an Azure Cognitive Search service. During the past 12 months, query volume steadily increased. 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 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. 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. Solution: You migrate to a Cognitive Search service that uses a higher tier. Does this meet the goal? Does this meet the goal? A. Yes A. Yes B. No B. No Answer: A Answer: A

  5. Question 4 Question 4 You are developing a new sales system that will process the video and text from a public-facing You are developing a new sales system that will process the video and text from a public-facing website. website. You plan to notify users that their data has been processed by the sales system. You plan to notify users that their data has been processed by the sales system. Which responsible AI principle does this help meet? Which responsible AI principle does this help meet? A. transparency A. transparency B. fairness B. fairness C. inclusiveness C. inclusiveness D. reliability and safety D. reliability and safety Answer: D Answer: D

  6. Question 5 Question 5 You are building a natural language model. You are building a natural language model. You need to enable active learning. You need to enable active learning. What should you do? What should you do? A. Add show-all-intents=true to the prediction endpoint query. A. Add show-all-intents=true to the prediction endpoint query. B. Enable speech priming. B. Enable speech priming. C. Add log=true to the prediction endpoint query. C. Add log=true to the prediction endpoint query. D. Enable sentiment analysis. D. Enable sentiment analysis. Answer: C Answer: C

  7. Question 6 Question 6 You are building a Language Understanding model for an e-commerce chatbot. Users can speak or 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. type their billing address when prompted by the chatbot. You need to construct an entity to capture billing addresses. You need to construct an entity to capture billing addresses. Which entity type should you use? Which entity type should you use? A. machine learned A. machine learned B. Regex B. Regex C. list C. list D. Pattern.any D. Pattern.any Answer: B Answer: B

  8. Question 7 Question 7 You need to implement a table projection to generate a physical expression of an Azure Cognitive Search index. You 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 Which three properties should you specify in the skillset definition JSON configuration table node? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point. (Choose three.) answer presents part of the solution. NOTE: Each correct selection is worth one point. (Choose three.) A. tableName A. tableName B. generatedKeyName B. generatedKeyName C. dataSource C. dataSource D. dataSourceConnection D. dataSourceConnection E. source E. source Answer: A,B,E Answer: A,B,E

  9. Question 8 Question 8 You use the Custom Vision service to build a classifier. You use the Custom Vision service to build a classifier. After training is complete, you need to evaluate the classifier. After training is complete, you need to evaluate the classifier. Which two metrics are available for review? Each correct answer presents a complete solution. Which two metrics are available for review? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point. (Choose two.) NOTE: Each correct selection is worth one point. (Choose two.) A. recall A. recall B. F-score B. F-score C. weighted accuracy C. weighted accuracy D. precision D. precision E. area under the curve (AUC) E. area under the curve (AUC) Answer: A,D Answer: A,D

  10. Question 9 Question 9 You have receipts that are accessible from a URL. You have receipts that are accessible from a URL. You need to extract data from the receipts by using Form Recognizer and the SDK. The solution You need to extract data from the receipts by using Form Recognizer and the SDK. The solution must use a prebuilt model. must use a prebuilt model. Which client and method should you use? Which client and method should you use? A. the FormRecognizerClienc client and the ScarcRecognizeConcencFromUri method A. the FormRecognizerClienc client and the ScarcRecognizeConcencFromUri method B. the FormTrainingClienc client and the ScarcRecognizeContentFromUri method B. the FormTrainingClienc client and the ScarcRecognizeContentFromUri method C. the FormRecognizerClienc client and the ScarcRecognizeReceipcsFromUri method C. the FormRecognizerClienc client and the ScarcRecognizeReceipcsFromUri method D. the FormTrainingClient client and the ScarcRecognizeReceipcsFromUri method D. the FormTrainingClient client and the ScarcRecognizeReceipcsFromUri method Answer: D Answer: D

  11. Question 10 Question 10 You successfully run the following HTTP request. You successfully run the following HTTP request. POST https://management.azure.com/subscriptions/18c51a87-3a69-47a8-aedc- POST https://management.azure.com/subscriptions/18c51a87-3a69-47a8-aedc- a54745f708a1/resourceGroups/RG1/providers/Microsoft.CognitiveServices/accounts/conto a54745f708a1/resourceGroups/RG1/providers/Microsoft.CognitiveServices/accounts/conto sol/regenerateKey?api-version=2017-04-18 sol/regenerateKey?api-version=2017-04-18 Body{"keyName": "Key2"} Body{"keyName": "Key2"} What is the result of the request? What is the result of the request? A. A key for Azure Cognitive Services was generated in Azure Key Vault. A. A key for Azure Cognitive Services was generated in Azure Key Vault. B. A new query key was generated. B. A new query key was generated. C. The primary subscription key and the secondary subscription key were rotated. C. The primary subscription key and the secondary subscription key were rotated. D. The secondary subscription key was reset. D. The secondary subscription key was reset. Answer: B Answer: B

More Related