Estimation question

Estimate Cursor's monthly LLM API cost per Pro user.

Practice this question out loud. An AI interviewer asks it, follows up like a real interviewer would, and scores your answer. Type or speak.

Start a mock interview on this question · Mock interview from a job description

What this question tests

Estimation skill applied to LLM unit economics, including reasonable assumptions about usage volume and token pricing.

How to approach it

  1. State the goal: estimate monthly LLM API spend Cursor incurs to serve one Pro subscriber.
  2. Assume a usage pattern, for example a Pro user runs 30 working days a month with around 50 AI requests (autocomplete plus chat) per day.
  3. Assume average tokens per request, say 2,000 input tokens (code context) and 500 output tokens, since context windows for code can be large.
  4. Apply an illustrative blended API price, for example roughly 3 dollars per million input tokens and 15 dollars per million output tokens for a mid-tier model, clearly marked as an assumption.
  5. Compute: 50 requests/day times 30 days equals 1,500 requests/month; total input tokens about 3 million, output tokens about 0.75 million.
  6. Multiply out: (3M/1M times $3) + (0.75M/1M times $15) equals roughly $9 plus $11, about $20 per user per month, and compare to the known Pro price point.

What a strong answer includes

Common mistakes

Likely follow-up questions

More estimation questions

More questions from Cursor

Learn the skill behind it

Chapters of the AI PM course that teach what this question tests.

Preparing for a specific role?

Book summaries for this kind of question

Browse all 4,000+ questions in the bank