AI-102 Exam Question 71

You are building a Language Understanding model for an e-commerce platform. You need to construct an entity to capture billing addresses.
Which entity type should you use for the billing address?
  • AI-102 Exam Question 72

    You are developing the smart e-commerce project.
    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 solution. (Choose three.) NOTE: Each correct selection is worth one point.
  • AI-102 Exam Question 73

    You are building a Language Understanding model for purchasing tickets.
    You have the following utterance for an intent named PurchaseAndSendTickets.
    Purchase [2 audit business] tickets to [Paris] [next Monday] and send tickets to [[email protected]] You need to select the entity types. The solution must use built-in entity types to minimize training data whenever possible.
    Which entity type should you use for each label? To answer, drag the appropriate entity types to the correct labels. Each entity type 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.

    AI-102 Exam Question 74

    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 to a new virtual network, and you configure Azure Private Link.
    Does this meet the goal?
  • AI-102 Exam Question 75

    You build a language model by using Conversational Language Understanding. The language model is used to search for information on a contact list by using an intent named Findcontact. A conversational expert provides you with the following list of phrases to use for training
    * Find contacts in London.
    * Who do I know in Seattle?
    * Search for contacts m Ukraine.
    You need to implement the phrase list in Conversational Language Understanding.
    Solution: You create a new utterance for each phrase in the FindContact intent.