
Ultimate access to all questions.
Deep dive into the quiz with AI chat providers.
We prepare a focused prompt with your quiz and certificate details so each AI can offer a more tailored, in-depth explanation.
If a model has a context window of 8,000 tokens, what happens when the user inputs 10,000 tokens?
A
The model automatically expands its context window
B
The model truncates or ignores excess tokens
C
The model compresses input into embeddings to fit
D
The model fails permanently
Explanation:
When a model has a fixed context window of 8,000 tokens and receives an input of 10,000 tokens, the model will truncate or ignore the excess tokens beyond its capacity. This is a standard behavior in language models where inputs exceeding the context limit are typically truncated from the beginning, end, or both to fit within the available window. The model does not automatically expand its context window (A), compress inputs into embeddings (C), or fail permanently (D).