AI-102 Exam Question 21

You have the following C# method.

You need to deploy an Azure resource to the East US Azure region. The resource will be used to perform sentiment analysis.
How should you call the method?
  • AI-102 Exam Question 22

    You are developing the smart e-commerce project.
    You need to design the skillset to include the contents of PDFs in searches.
    How should you complete the skillset design diagram? To answer, drag the appropriate services to the correct stages. Each service 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.
    NOTE: Each correct selection is worth one point.

    AI-102 Exam Question 23

    You are developing an application that includes language translation.
    The application will translate text retrieved by using a function named get_text_to_be_translated. 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.

    AI-102 Exam Question 24

    You are developing an application that will use the Computer Vision client library. The application has the following code.

    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 25

    You are building a chatbot by using the Microsoft Bot Framework SDK.
    You use an object named UserProfile to store user profile information and an object named ConversationData to store information related to a conversation.
    You create the following state accessors to store both objects in state.
    var userStateAccessors = _userState.CreateProperty<UserProfile>(nameof(UserProfile)); var conversationStateAccessors = _conversationState.CreateProperty<ConversationData>(nameof(ConversationData)); The state storage mechanism is set to Memory Storage.
    For each of the following statements, select Yes if the statement is true. Otherwise, select No.
    NOTE: Each correct selection is worth one point.