Microsoft Certified Azure AI Engineer Associate · Free Practice Question Easy
Question 12
You have an Azure subscription that contains an Azure OpenAI resource.
You configure a model that has the following settings:
• Temperature: 1
• Top probabilities: 0.5
• Max response tokens: 100
You ask the model a question and receive the following response.

Statement: Text Completion was truncated because the Max response tokens value was exceeded ?
-
A
True
-
B
False
Reveal correct answer
Correct answer: B
B.
The Max response tokens were set to 100, and the completion used 86 tokens. The text completion was not truncated because the response did not exceed the maximum allowed tokens.
Discussion
Think the marked answer is wrong, or have a better explanation? Share it below — comments appear after review.
