← Capital One Interview Insights

Capital One·Data Scientist·Technical Phone Screen·Intermediate

Intermediate
Jul 2026

Summary

Capital One Data Scientist interview that leaned heavily into credit card unit economics. The whole session was basically one long quantitative case with a few layers peeled back one at a time. More finance-y than I expected for a DS role.

Questions Asked (4)

Q1

Given a credit card with 1% rewards on all spend, compute the annual revenue, costs, and profit per customer assuming monthly spend of $500, a revolving balance of $2,000, 10% net interest margin, 2% interchange, $50 annual operating expense, and 3% loss rate on average balance. Based on these numbers, should the bank issue the card?

Pricing & MonetizationProduct Analytics & Metrics
Author's notes

This is the foundation question and I actually felt okay on it.

Create a free account to read the full note

AI HintsAI Generated

Suggested Approach

Start by clearly defining the revenue streams (interchange and net interest income) and cost components (rewards, operating expense, and credit losses). Calculate each item using the given assumptions, then sum to find annual profit per customer. Finally, assess whether the profit is positive and consider qualitative factors like customer lifetime value and risk.

Pro tip: Always annualize monthly figures and double-check units; a common mistake is mixing monthly and annual numbers. Also, mention that profitability should be evaluated over the customer lifetime, not just one year.

1. Identify and Calculate Revenue Streams

Compute annual interchange revenue from spend and net interest income from revolving balance. Interchange = 2% * monthly spend * 12; Net interest = 10% * average revolving balance.

2. Compute Costs

Calculate annual rewards cost (1% * monthly spend * 12), operating expense ($50), and credit losses (3% * average revolving balance).

3. Calculate Annual Profit per Customer

Subtract total costs from total revenue to get annual profit. Ensure all figures are annualized.

4. Evaluate Profitability and Make Recommendation

If profit is positive, the card is profitable on a per-customer basis; consider if it meets the bank's profitability threshold. Also discuss qualitative factors like risk, competition, and customer retention.

Key Points to Mention

  • Interchange revenue is based on total spend, not revolving balance.
  • Net interest income is calculated on the average revolving balance, not total spend.
  • Rewards cost is a direct variable cost tied to spend.
  • Credit losses are applied to the average balance (revolving debt), not spend.
  • Operating expense is a fixed annual cost per customer.
  • Profitability should be assessed over the customer lifetime, not just one year.

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

Q2

Solve for the minimum monthly spend S* that makes annual profit exactly zero, first assuming the revolving balance stays fixed at $2,000, then assuming 20% of annual purchase volume also becomes revolving balance on top of that $2,000 baseline.

Pricing & MonetizationProduct Analytics & MetricsData Modeling
Author's notes

Case (a) was fine once I set up profit as a function of S.

Create a free account to read the full note

AI HintsAI Generated

Suggested Approach

Start by clearly defining the profit equation: Profit = Revenue - Costs, where Revenue includes interest income from revolving balances and interchange fees from purchase volume, and Costs include fixed and variable expenses. Then set Profit = 0 and solve for the monthly spend S, first with a fixed revolving balance of $2,000, and then with an additional revolving balance equal to 20% of annual purchase volume. Be explicit about all assumptions and units (monthly vs annual).

Pro tip: Clarify whether the $2,000 baseline revolving balance is per customer or total, and whether the 20% of annual purchase volume becomes revolving immediately or over time; stating these assumptions upfront shows analytical rigor and prevents misinterpretation.

1. Define the profit equation

Write Profit = (Interest income from revolving balances + Interchange income from purchase volume) - (Fixed costs + Variable costs). Specify all components and their units (e.g., monthly vs annual).

2. Model Scenario 1: Fixed revolving balance

Assume revolving balance is fixed at $2,000. Express interest income as a function of the APR, and interchange income as a percentage of monthly spend S. Set Profit = 0 and solve for S*.

3. Model Scenario 2: Dynamic revolving balance

Assume 20% of annual purchase volume becomes revolving balance on top of the $2,000 baseline. Express the new revolving balance in terms of S (e.g., if S is monthly spend, annual volume = 12S, so additional revolving = 0.2 * 12S = 2.4S). Update interest income accordingly and solve for S*.

4. Solve and compare

Solve the equations for S* in both scenarios. Compare the results and discuss the sensitivity of S* to the revolving balance assumption.

5. Validate and interpret

Check that the solution makes business sense (e.g., S* is positive and realistic). Discuss how changes in APR, interchange rate, or cost structure would affect S*.

Key Points to Mention

  • Profit equation: Revenue (interest + interchange) minus costs (fixed + variable).
  • Interest income = revolving balance × APR (adjusted for time period).
  • Interchange income = purchase volume × interchange rate.
  • Scenario 1: Revolving balance fixed at $2,000; solve for S*.
  • Scenario 2: Additional revolving balance = 20% of annual purchase volume (e.g., 2.4S if S is monthly).
  • Assumptions about timing, compounding, and whether costs are fixed or variable.

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

Q3

Stress test the break-even spend calculation: if interchange drops to 1.6% and the loss rate rises to 5%, what happens to S* under both the fixed-balance and the balance-scales-with-spend scenarios?

Pricing & MonetizationProduct Analytics & MetricsA/B Testing & Experimentation
Author's notes

The stress test killed me a little.

Create a free account to read the full note

AI HintsAI Generated

Suggested Approach

First, define the break-even spend S* as the spend level where revenue from interchange equals losses from fraud/default. Then, recalculate S* under the new assumptions (interchange 1.6%, loss rate 5%) for both scenarios: fixed balance (balance independent of spend) and balance scaling with spend (balance proportional to spend). Compare the new S* to the original to assess sensitivity.

Pro tip: Clearly state your assumptions about the relationship between spend and balance, and note that in reality, higher spend might correlate with higher balances but also potentially higher risk. This shows you understand the business context beyond the math.

1. Define the break-even condition

Set up the equation: interchange revenue = loss amount. For fixed-balance, revenue = interchange rate * balance, loss = loss rate * balance. For balance-scales-with-spend, revenue = interchange rate * (k * spend), loss = loss rate * (k * spend), where k is the scaling factor.

2. Incorporate new parameters

Plug in the new interchange rate (1.6%) and loss rate (5%). Note that if loss rate exceeds interchange rate, the break-even may be unattainable (i.e., losses always exceed revenue) unless there are other revenue sources.

3. Solve for S* in fixed-balance scenario

In fixed-balance, revenue and loss are independent of spend, so break-even depends only on balance. If interchange rate < loss rate, there is no break-even spend; the product loses money regardless of spend. If equal, any spend breaks even.

4. Solve for S* in balance-scales-with-spend scenario

Here, revenue and loss both scale with spend, so the break-even condition reduces to interchange rate = loss rate. With 1.6% < 5%, losses always exceed revenue, so no finite S* achieves break-even; S* is undefined or infinite.

5. Compare and interpret

Conclude that under both scenarios, with loss rate > interchange rate, the break-even spend does not exist (or is infinite). Discuss implications: the product is unprofitable at any spend level, so other mitigations (e.g., reducing loss rate, increasing interchange) are needed.

Key Points to Mention

  • Break-even condition: interchange revenue equals loss amount.
  • Fixed-balance scenario: balance is constant, so S* is irrelevant; profitability depends solely on balance and rates.
  • Balance-scales-with-spend scenario: both revenue and loss scale linearly with spend, so break-even depends only on rates.
  • With interchange (1.6%) < loss rate (5%), the product is unprofitable at any spend level; S* does not exist.
  • Sensitivity analysis: small changes in rates can drastically affect break-even, especially when rates are close.
  • Business implication: need to either increase interchange, decrease loss rate, or introduce other revenue streams to achieve profitability.

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

Q4

In an incremental analysis for a rewards change on an existing customer, under what conditions can you ignore the outstanding balance term entirely, and what does that simplification mean for estimating the break-even level of new spend?

Pricing & MonetizationProduct Strategy
Author's notes

Blanked on this for a second.

Create a free account to read the full note

AI HintsAI Generated

Suggested Approach

Start by defining the incremental analysis framework for a rewards change, explicitly writing out the profit equation including the outstanding balance term. Then identify the conditions under which that term becomes negligible or cancels out, and explain how the break-even new spend simplifies as a result. Use a clear mathematical derivation and tie it back to business intuition.

Pro tip: Emphasize that ignoring the outstanding balance term is only valid when the rewards change does not alter the customer's existing balance behavior—e.g., if the change applies only to new spend and the balance is either zero or unaffected. This shows you understand the subtle behavioral assumptions behind the math.

1. Set up the incremental profit equation

Write the change in profit as the difference between incremental revenue from new spend and incremental rewards cost, including any effect on the outstanding balance (e.g., interest income or rewards on balance).

2. Identify when the balance term drops out

The outstanding balance term can be ignored if the rewards change does not affect the balance (e.g., balance is zero, or the change applies only to new transactions and the customer's balance behavior is unchanged).

3. Simplify the break-even condition

With the balance term removed, break-even new spend is simply the incremental rewards cost divided by the incremental margin on new spend (or the point where incremental revenue equals incremental cost).

4. Validate assumptions and business implications

Discuss whether the simplification is realistic: consider customer segments, potential balance cannibalization, and whether the rewards change might indirectly alter balance behavior.

Key Points to Mention

  • Incremental analysis compares profit with and without the rewards change, not absolute profit.
  • Outstanding balance term includes interest income, fees, and any rewards earned on existing balance.
  • Condition to ignore: rewards change is isolated to new spend and does not affect balance (e.g., no change in APR, no change in rewards on balance).
  • Break-even new spend = incremental cost / incremental margin per dollar of new spend.
  • Behavioral assumption: customer does not shift existing spend or balance in response to the change.
  • Business implication: simplification allows faster decision-making but must be stress-tested for segments where balance effects are material.

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