Question 31

You are reviewing the design of a chatbot. The chatbot includes a language generation file that contains the following fragment.
# Greet(user)
- ${Greeting()}, ${user.name}
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.

Question 32

You are building a natural language model.
You need to enable active learning.
What should you do?
  • Question 33

    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 develop an application to identify species of flowers by training a Custom Vision model. You receive images of new flower species.
    You need to add the new images to the classifier.
    Solution: You add the new images and labels to the existing model. You retrain the model, and then publish the model.
    Does this meet the goal?
  • Question 34

    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.

    Question 35

    You are developing an application that includes language translation.
    The application will translate text retrieved by using a function named getTextToBeTranslated. The text can be in one of many languages. The content of the text must remain within the Americas Azure geography.
    You need to develop code to translate the text to a single language.
    How should you complete the code? To answer, select the appropriate options in the answer area.
    NOTE: Each correct selection is worth one point.