AI-102 Exam Question 101

You 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?
  • AI-102 Exam Question 102

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

    AI-102 Exam Question 103

    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 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 enable customer-managed key (CMK) encryption.
    Does this meet the goal?