Exam AI-103 Topic 4 Question 28 Discussion
Actual exam question for Microsoft's AI-103 exam
Question #: 28
Topic #: 4
Question #: 28
Topic #: 4
You are building a customer support web app named App1 in Microsoft Foundry that uses a GPT realtime model.
App1 must support:
- Live, low-latency voice conversations that use Azure OpenAI
- Streaming audio input from users and playback audio responses
You need to configure a connection method that supports real-time audio streaming in client application and targets approximately 100 ms latency.
Which connection method should you use?
App1 must support:
- Live, low-latency voice conversations that use Azure OpenAI
- Streaming audio input from users and playback audio responses
You need to configure a connection method that supports real-time audio streaming in client application and targets approximately 100 ms latency.
Which connection method should you use?
Suggested Answer: D Vote an answer
WebSockets is the best connection method for this application because it enables full-duplex, bi- directional streaming over a single TCP connection, meeting the strict ~100 ms latency requirement for real-time audio.
Reference:
https://www.chat-data.com/blog/implement-openai-realtime-api-for-chatgpt-voice
Reference:
https://www.chat-data.com/blog/implement-openai-realtime-api-for-chatgpt-voice
by nkmineinkzoatftfzd at Aug 20, 2026, 12:14 AM
0
0
0
10
Comments
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Report Comment
Commenting
You can sign-up / login (it's free).