Microsoft Azure AI Engineer Associate AI-102 Practice Question

You are adding spoken output to a chat application that uses the Azure OpenAI GPT-4 model to generate text replies. Users must hear the reply as soon as the first few audio bytes are available, instead of waiting for the whole sentence to be synthesized. You plan to call the Azure AI Speech SDK from a C# backend. Which implementation meets this low-latency requirement?

  • Use the Batch Synthesis REST API to submit the text and download the finished WAV file when the job completes.

  • Create a SpeechSynthesizer with a PushAudioOutputStream and forward each Synthesizing event chunk to the client for playback.

  • Route the text through the Speech Translation service so the spoken output is returned as a translated stream.

  • Call SpeechSynthesizer.SpeakTextAsync and send the resulting audio stream after the task finishes.

Microsoft Azure AI Engineer Associate AI-102
Implement natural language processing solutions
Your Score:
Settings & Objectives
Random Mixed
Questions are selected randomly from all chosen topics, with a preference for those you haven’t seen before. You may see several questions from the same objective or domain in a row.
Rotate by Objective
Questions cycle through each objective or domain in turn, helping you avoid long streaks of questions from the same area. You may see some repeat questions, but the distribution will be more balanced across topics.

Check or uncheck an objective to set which questions you will receive.

Bash, the Crucial Exams Chat Bot
AI Bot