Question.11 HOTSPOT You are developing a service that records lectures given in English (United Kingdom). You have a method named append_to_transcript_file 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. ![]() |
11. Click here to View Answer
Answer:

Question.12 HOTSPOT You develop a test method to verify the results retrieved from a call to the Computer Vision API. The call is used to analyze the existence of company logos in images. The call returns a collection of brands named brands. You have the following code segment. ![]() For each of the following statements, select Yes if the statement is true. Otherwise, select No. NOTE: Each correct selection is worth one point. Hot Area: ![]() |
12. Click here to View Answer
Answer:

Box 1: Yes –
Box 2: Yes –
Coordinates of a rectangle in the API refer to the top left corner.
Box 3: No –
Reference:
https://docs.microsoft.com/en-us/azure/cognitive-services/computer-vision/concept-brand-detection
Question.13 You have an Azure OpenAI model named AI1. You are building a web app named App1 by using the Azure OpenAI SDK. You need to configure App1 to connect to AI1. What information must you provide? A. the endpoint, key, and model name B. the deployment name, key, and model name C. the deployment name, endpoint, and key D. the endpoint, key, and model type |
13. Click here to View Answer
Answer: C
Question.14 You have a chatbot that was built by using the Microsoft Bot Framework. You need to debug the chatbot endpoint remotely. Which two tools should you install on a local computer? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point. A. Fiddler B. Bot Framework Composer C. Bot Framework Emulator D. Bot Framework CLI E. ngrok F. nginx |
14. Click here to View Answer
Answer: CE
Bot Framework Emulator is a desktop application that allows bot developers to test and debug bots, either locally or remotely. ngrok is a cross-platform application that allows you to expose a web server running on your local machine to the internet. Essentially, what we’ll be doing is using ngrok to forward messages from external channels on the web directly to our local machine to allow debugging, as opposed to the standard messaging endpoint configured in the Azure portal.
Reference:
https://docs.microsoft.com/en-us/azure/bot-service/bot-service-debug-emulator
Question.15 You have an Azure subscription that contains an Azure Cognitive Service for Language resource. You need to identify the URL of the REST interface for the Language service. Which blade should you use in the Azure portal? A. Identity B. Keys and Endpoint C. Networking D. Properties |
15. Click here to View Answer
Answer: B