AI-102 Exam Question 171

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 172

    You have an Azure subscription that contains an Azure OpenAI resource named All and an Azure Al Content Safety resource named CS1.
    You build a chatbot that uses All to provide generative answers to specific questions and CS1 to check input and output for objectionable content.
    You need to optimize the content filter configurations by running tests on sample questions.
    Solution: From Content Safety Studio, you use the Safety metaprompt feature to run the tests Does this meet the requirement?
  • AI-102 Exam Question 173

    You are developing an application that will use Azure Cognitive Search for internal documents.
    You need to implement document-level filtering for Azure Cognitive Search.
    Which three actions should you include in the solution? Each correct answer presents part of the solution.
    NOTE: Each correct selection is worth one point.
  • AI-102 Exam Question 174

    You are developing a service that records lectures given in English (United Kingdom).
    You have a method named AppendToTranscriptFile that takes translated text and a language identifier.
    You need to develop code that will provide transcripts of the lectures to attendees in their respective language.
    The supported languages are English, French, Spanish, and German.
    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 175

    You are building a chatbot for a Microsoft Teams channel by using the Microsoft Bot Framework SDK. The chatbot will use 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.