AI-102 Exam Question 1

You use the Microsoft Bot Framework Composer to build a chatbot that enables users to purchase items.
You need to ensure that the users can cancel in-progress transactions. The solution must minimize development effort.
What should you add to the bot?
  • AI-102 Exam Question 2

    You have a collection of press releases stored as PDF files.
    You need to extract text from the files and perform sentiment analysis.
    Which service should you use for each task? To answer, select the appropriate options in the answer area.
    NOTE: Each correct selection is worth one point.

    AI-102 Exam Question 3

    Select the answer that correctly completes the sentence.

    AI-102 Exam Question 4

    You are building a chatbot by using the Microsoft Bot Framework Composer as shown in the exhibit. (Click the Exhibit tab.)

    The chatbot contains a dialog named GetUserDetails. GetUserDetails contains a TextInput control that prompts users for their name.
    The user input will be stored in a property named name.
    You need to ensure that you can dispose of the property when the last active dialog ends.
    Which scope should you assign to name?
  • AI-102 Exam Question 5

    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.