AI-102 Exam Question 6

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 are building a chatbot that will use question answering in Azure Cognitive Service for Language.
You upload Doc1.pdf and train that contains a product catalogue and a price list.
During testing, users report that the chatbot responds correctly to the following question: What is the price of
< product > ?
The chatbot fails to respond to the following question: How much does < product > cost?
You need to ensure that the chatbot responds correctly to both questions.
Solution: from Language Studio, you create an entity for price, and then retrain and republish the model.
Does this meet the goal?
  • AI-102 Exam Question 7

    You are building a chatbot.
    You need to use the Content Moderator API to identify aggressive and sexually explicit language.
    Which three settings should you configure? To answer, select the appropriate settings in the answer area.
    NOTE: Each correct selection is worth one point.

    AI-102 Exam Question 8

    You build a custom Form Recognizer model.
    You receive sample files to use for training the model as shown in the following table.

    Which three files can you use to train the model? Each correct answer presents a complete solution. (Choose three.) NOTE: Each correct selection is worth one point.
  • AI-102 Exam Question 9

    You are developing a text processing solution.
    You develop the following method.

    You call the method by using the following code.
    GetKeyPhrases(textAnalyticsClient, " the cat sat on the mat " );
    For each of the following statements, select Yes if the statement is true. Otherwise, select No.
    NOTE: Each correct selection is worth one point.

    AI-102 Exam Question 10

    You are building an app that will perform speech translation by using the Azure ai Language service.
    You need to ensure that the language input to the app is supported.
    How should you complete the code? To answer, select the appropriate options in the answer area.
    NOTE; Each correct selection is worth one point.