AI-102 Exam Question 21

You train a Custom Vision model to identify a company's products by using the Retail domain.
You plan to deploy the model as part of an app for Android phones.
You need to prepare the model for deployment.
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.

AI-102 Exam Question 22

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

AI-102 Exam Question 23

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

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

    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.
    NOTE: Each correct selection is worth one point.