← Capital One Interview Insights

Capital One·Data Scientist·Technical Phone Screen·Intermediate

Intermediate
May 2026

Summary

Capital One data scientist interview with a unit economics case study. The questions were more math-heavy than I expected for a DS role, basically felt like a mini finance exam wrapped in a product context.

Questions Asked (3)

Q1

Given 20 subscribers, $400 fixed cost, $5 variable cost per user, $1 per-GB pricing, and 15 GB average usage per user, calculate the monthly profit.

Pricing & MonetizationProduct Analytics & Metrics
Author's notes

Set up the revenue side first: 20 users times (15 GB at $1 each) gets you $300 in usage revenue.

Create a free account to read the full note

AI HintsAI Generated

Suggested Approach

Break down the problem into revenue and cost components, calculate each separately, then subtract costs from revenue to find profit. Show your work step-by-step and state any assumptions clearly.

Pro tip: After calculating, briefly discuss how profit would change if key variables (e.g., usage, pricing) shift, showing business acumen. This demonstrates you think beyond the arithmetic.

1. Identify Given Information

List all provided numbers: number of subscribers (20), fixed cost ($400), variable cost per user ($5), price per GB ($1), and average usage per user (15 GB).

2. Calculate Revenue

Compute total revenue by multiplying the number of subscribers, average usage per user, and price per GB: 20 * 15 * $1 = $300.

3. Calculate Total Costs

Compute total variable cost (20 * $5 = $100) and add fixed cost ($400) to get total costs: $500.

4. Compute Profit

Subtract total costs from total revenue: $300 - $500 = -$200. The monthly profit is -$200 (a loss).

5. Interpret and Discuss

Explain that the company is operating at a loss and suggest potential actions, such as increasing price, reducing costs, or growing the subscriber base.

Key Points to Mention

  • Revenue calculation: subscribers × usage × price per GB
  • Total cost calculation: fixed cost + (variable cost per user × subscribers)
  • Profit formula: revenue - total costs
  • The result is negative, indicating a loss
  • Assumptions: all subscribers have the same usage, no other costs or revenues
  • Business implication: need to adjust pricing, costs, or scale to achieve profitability

AI-generated suggestions, not part of the candidate's original notes. May be inaccurate — verify before relying on them.

Q2

If the subscriber count doubles to 40, does the company reach break-even?

Pricing & MonetizationProduct Analytics & Metrics
Author's notes

Plugged in 40 users: revenue becomes 40 times $15 = $600, costs are $400 + 40 times $5 = $600.

Create a free account to read the full note

AI HintsAI Generated

Suggested Approach

First, clarify the break-even definition and the cost structure (fixed vs. variable). Then, calculate the contribution margin per subscriber and determine the break-even subscriber count, comparing it to 40. Finally, state whether break-even is reached and discuss assumptions and sensitivity.

Pro tip: Always state your assumptions explicitly and note that the answer depends on the cost structure; this shows you think like a data scientist who understands business context.

1. Clarify break-even definition and cost structure

Ask whether break-even means covering total costs (fixed + variable) or just variable costs, and identify which costs are fixed vs. variable.

2. Calculate contribution margin per subscriber

Compute revenue per subscriber minus variable cost per subscriber to get the contribution margin that goes toward covering fixed costs.

3. Determine break-even subscriber count

Divide total fixed costs by the contribution margin per subscriber to find the minimum number of subscribers needed to break even.

4. Compare to 40 and conclude

If the break-even count is ≤ 40, then doubling to 40 reaches break-even; otherwise, it does not.

5. Discuss assumptions and sensitivity

Highlight key assumptions (e.g., constant variable cost per subscriber, no economies of scale) and how changes could affect the conclusion.

Key Points to Mention

  • Fixed costs (e.g., infrastructure, salaries) vs. variable costs (e.g., per-user fees, support)
  • Contribution margin per subscriber = price - variable cost per subscriber
  • Break-even point formula: Fixed Costs / Contribution Margin per Unit
  • Current subscriber count and revenue/cost data needed for calculation
  • Assumption of linear cost behavior and no step changes in fixed costs
  • Sensitivity analysis: how break-even changes if variable cost or price changes

AI-generated suggestions, not part of the candidate's original notes. May be inaccurate — verify before relying on them.

Q3

With a two-tier model where free users cost $1 each and paid users pay $54 with a $5 cost each, what percentage of users need to be on the paid tier for the business to break even?

Pricing & MonetizationProduct Analytics & MetricsProduct Strategy
Author's notes

This one tripped me up a bit.

Create a free account to read the full note

AI HintsAI Generated

Suggested Approach

Define the break-even condition by setting total revenue equal to total cost, then solve for the proportion of paid users. Use a simple equation with p as the fraction of paid users, and clearly state any assumptions (e.g., no other costs).

Pro tip: After solving, mention that this is a simplified model and that real-world factors like customer acquisition cost, churn, and economies of scale would affect the break-even point. This shows business acumen beyond the math.

1. Define variables and assumptions

Let p be the fraction of paid users, so (1-p) is the fraction of free users. Assume no other costs or revenues, and that each user is either free or paid.

2. Set up the break-even equation

Total revenue = 54p. Total cost = 1*(1-p) + 5p = 1 + 4p. Break-even when revenue equals cost: 54p = 1 + 4p.

3. Solve for p

Subtract 4p from both sides: 50p = 1, so p = 1/50 = 0.02 or 2%.

4. Interpret and sanity-check

2% of users need to be on the paid tier. Verify: with 100 users, 2 paid generate $108 revenue, costs: 98 free * $1 + 2 paid * $5 = $108, break-even.

5. Discuss limitations and extensions

Mention that this is a simplified model; in reality, fixed costs, variable costs, and other revenue streams would change the break-even point.

Key Points to Mention

  • Break-even analysis: revenue = cost
  • Contribution margin per paid user: $54 - $5 = $49
  • Cost per free user: $1
  • Solving the equation yields p = 2%
  • Assumption of linearity and no other costs
  • Real-world factors like CAC, churn, and scale economies

AI-generated suggestions, not part of the candidate's original notes. May be inaccurate — verify before relying on them.