AI-900 Practice Question: Describe features of generative AI workloads on Azure
What is the context window in a large language model?
⚠ Common exam trap
Test-takers frequently confuse the context window with a visual UI element or a time-based limit, when it is strictly a token-based capacity constraint inherent to the model's architecture.
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
The maximum amount of text an LLM can process in a single interaction
The context window defines the maximum number of tokens (words, subwords, or characters) that a large language model can accept as input in a single prompt or interaction. This includes both the user's input and any prior conversation history, and it directly limits how much information the model can consider when generating a response.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
The visual display area where AI responses appear in a chat interface
Why it's wrong here
The visible panel where a chat interface renders responses is purely a client-side UI component; it does not constrain or define how much text the model can ingest. The context window is instead an internal, fixed token limit—typically thousands to millions of tokens—that governs prompt plus generated output. Confusing the display area with context capacity is like confusing a monitor with a computer's RAM.
- ✓
The maximum amount of text an LLM can process in a single interaction
Why this is correct
A model's context window is the maximum number of tokens—roughly words or word fragments—that the model can accept as input and continue generating from in a single forward pass. This budget must be shared between the user prompt, including conversation history and any retrieved documents, and the model's response. If the total exceeds the context window, the model either raises an error or silently truncates earlier content, which is why a larger context window enables longer, more coherent multi-turn conversations.
- ✗
The number of seconds before a model response times out
Why it's wrong here
A response timeout is an engineering safeguard that defines how long a client (like an application or SDK) will wait for an HTTP response before abandoning the call; it has no bearing on the model's token-handling limits. A model with a 100K-token context window can still time out because generation speed, network latency, or throttling, while a fast short-context model may respond in milliseconds. Timeout is about availability and latency, whereas context window is about the transformer's fixed capacity for input plus output sequence length.
- ✗
The geographic region where the AI model is hosted
Why it's wrong here
Choosing an Azure region for deployment determines where your model runs, affecting data residency, network latency, and SLA boundaries; it does not change the model's internal context length. The context window is fixed by the model's architecture and checkpoint (e.g., GPT-4o vs. Llama variants), not by the datacenter location. A model hosted in East US and one hosted in Europe can have identical context windows, so geographic region is an infrastructure detail, not a semantic capacity.
Go deeper
Related to this question
About these practice questions
Courseiva writes every AI-900 question from scratch — 985 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or dumps. Learn why practice questions differ from exam dumps →
JA
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
This AI-900 practice question is part of Courseiva's free Microsoft certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the AI-900 exam.