AI-102 Exam Question 6

You run the following command.

For each of the following statements, select Yes if the statement is true. Otherwise, select No.

AI-102 Exam Question 7

You are developing a method for an application that uses the Translator API.
The method will receive the content of a webpage, and then translate the content into Greek (el). The result will also contain a transliteration that uses the Roman alphabet.
You need to create the URI for the call to the Translator API. You have the following URI.
https://api.cognitive.microsofttranslator.com/translate?api-version=3.0 Which three additional query parameters should you include in the URI? Each correct answer presents part of the solution. (Choose three.) NOTE: Each correct selection is worth one point.
  • AI-102 Exam Question 8

    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 9

    You deploy a web app that is used as a management portal for indexing in Azure Cognitive Search. The app is configured to use the primary admin key.
    During a security review, you discover unauthorized changes to the search index. You suspect that the primary access key is compromised.
    You need to prevent unauthorized access to the index management endpoint. The solution must minimize downtime.
    What should you do next?
  • AI-102 Exam Question 10

    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 build a language model by using a Language Understanding service. The language model is used to search for information on a contact list by using an intent named FindContact.
    A conversational expert provides you with the following list of phrases to use for training.
    Find contacts in London.
    Who do I know in Seattle? Search for contacts in Ukraine.
    You need to implement the phrase list in Language Understanding.
    Solution: You create a new entity for the domain.
    Does this meet the goal?