Exam AB-731 Topic 2 Question 89 Discussion

Actual exam question for Microsoft's AB-731 exam
Question #: 89
Topic #: 2
- Select the answer that correctly completes the sentence.
The cost of using generative AI language models is based typically on the number of __________ processed.

Suggested Answer:


Explanation:
Most generative AI language model pricing is based on token consumption , which measures the amount of text processed by the model. Tokens are sub-word units used internally by language models (for example, parts of words, whole words, or punctuation). When you send a prompt, the model consumes input tokens (your prompt + any system instructions + retrieved grounding context). When it generates a response, it consumes output tokens (the generated completion). Costs typically scale with the total input + output tokens processed, which is why long prompts, large grounding passages, and lengthy responses increase spend. This also explains why prompt optimization, response length limits, caching, and careful grounding are common cost-control techniques in enterprise solutions.
By contrast, "documents" is too coarse (a document can be 1 page or 500 pages). "Requests" is not the primary unit for most LLM pricing models because request sizes vary dramatically. "Words" is not used because the model's actual compute unit is tokens, and tokenization differs across languages and text patterns.
Therefore, the most accurate completion is tokens .

by Pearl at Aug 20, 2026, 10:37 AM

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
Nick name: Submit Cancel
A voting comment increases the vote count for the chosen answer by one.

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.

0
0
0
10