Session 31 Β· Phase 5: Business & Mock Rounds

Business Problem-Solving & Banking Scenarios

The skill that separates analysts from coders: turning a vague business question into metrics, hypotheses, and a recommendation a stakeholder can act on.

⏱ ~2 hrs 🧠 Business 🎯 High priority

Learning Objectives

1. The Business Problem-Solving Framework

Every business case question follows the same five steps. Memorize them:

  1. Clarify β€” restate the business question and ask what success looks like.
  2. Define metrics β€” choose the KPIs that map to that question.
  3. Hypothesize β€” brainstorm possible causes/levers.
  4. Analyze & segment β€” test hypotheses by breaking data down.
  5. Recommend β€” state the insight and what to do.
πŸ’‘
Interview-winning habit: always restate the question and name your metric before you touch data. "Clarify β†’ metric β†’ hypothesize" is the pattern interviewers reward.

2. Metric vs KPI

MetricKPI
What it isany measurementa metric tied to a business goal
Examplenumber of loginsmonthly active users (MAU)
All KPIs are metrics, but not all metrics are KPIsβ€”β€”

A KPI is a metric you've decided matters to a goal β€” it's what you put on a dashboard.

3. "Why Did This Metric Change?" β€” the Diagnosis

This is the most common business-case prompt. Work through these four buckets in order:

  1. Data problem? β€” pipeline broken, logging change, definition changed?
  2. Natural? β€” seasonality, weekdays vs weekends, cyclical patterns?
  3. Internal? β€” price change, product change, policy, marketing?
  4. External? β€” competitor move, market shift, macro event?
⚠️
Rule #1: before you "explain" a change, confirm it's real and not a data artifact. Half the time, a "sales drop" is a broken dashboard or a definition change.

4. Banking Scenarios β€” Practice

Apply the framework to these generic banking/financial-services cases. For each, walk through the five steps.

🌐
Scenario A β€” Churn up: "Customer churn rose 2% this quarter." Clarify: which customers? Define: churn rate by segment. Hypothesize: price, product, competitor. Analyze: churn by tenure/segment/product. Recommend: retention campaign on the highest-churn segment.
🌐
Scenario B β€” Revenue down: "Revenue fell month-over-month." Diagnose: is it fewer transactions, lower average value, or a specific region/product? Segment the change to isolate the driver.
🌐
Scenario C β€” Suspicious activity: "Flag potentially fraudulent transactions." Define: what counts as anomalous (amount, frequency, location)? Analyze: compare each transaction to the customer's normal pattern.
πŸ“‹ Stable content β€” Reviewed: August 2026

5. Interview Questions (with Model Answers)

The business-case questions interviewers ask. Self-test before revealing.

IQ1. Walk me through how you'd approach a business problem with data.

Model answer: "I'd clarify the business question, define the right metric, brainstorm hypotheses, analyze by segmenting the data, then recommend an action. That keeps me from jumping to analysis before I know what the stakeholder needs."

IQ2. What's the difference between a metric and a KPI?

Model answer: "A metric is any measurement; a KPI is a metric tied to a business goal. Every KPI is a metric, but not every metric is a KPI β€” KPIs are the numbers I'd put on a dashboard."

IQ3. A key metric dropped last month β€” how do you diagnose it?

Model answer: "First I'd confirm it's real and not a data or definition issue. Then I'd check if it's seasonal, then whether an internal change (price, product, policy) or an external factor (competitor, market) caused it β€” segmenting the data to isolate the driver."

IQ4. How do you choose the right metric for a business question?

Model answer: "I map the metric to the business goal β€” what behavior or outcome reflects success? I'd choose a metric that's measurable, tied to the decision, and not easily gamed."

IQ5. What banking metrics would you track and why?

Model answer: "Customer metrics like churn rate and lifetime value, transaction metrics like volume and average value, and risk metrics like default or fraud rate. The exact set depends on the business goal."

IQ6. How do you structure a recommendation from an analysis?

Model answer: "I state the insight in one line, explain the evidence, then give a specific, actionable next step β€” with the expected impact. A recommendation should be something a stakeholder can act on."

IQ7. How do you handle a vague business request?

Model answer: "I ask clarifying questions β€” what decision is this for, who's the audience, what time frame and segments matter. Clarifying first prevents building the wrong analysis."

IQ8. Revenue fell month-over-month β€” what's your first check?

Model answer: "Whether it's fewer transactions or lower average value, and whether it's concentrated in a specific region, product, or segment. That segmentation tells me where to look next."

IQ9. In business terms, what does "correlation β‰  causation" mean?

Model answer: "Two metrics can move together without one causing the other β€” a third factor may drive both. So before recommending action, I'd check for confounders or run an experiment."

Hands-On Project: Solve a Business Case

Work through a banking case using the five-step framework.

The prompt

"Online account signups dropped 30% this month. What would you do?"

  1. Write 2 clarifying questions you'd ask.
  2. Name the metric you'd track.
  3. List 3 hypotheses.
  4. Describe how you'd segment the data to test them.
  5. Write a one-line recommendation (assuming you found a checkout bug).
View Solution / Walkthrough
  1. Clarify: "Which signup channel dropped? Is it a specific device or region?"
  2. Metric: daily new signups, segmented by channel/device/region.
  3. Hypotheses: (a) a checkout bug, (b) a marketing campaign ended, (c) a competitor launched.
  4. Segment: compare signups by channel and device; check for a sudden drop vs a gradual decline.
  5. Recommend: "The drop traces to a checkout error on mobile β€” fix it and monitor signups to confirm recovery."

Key Takeaways

1

Clarify β†’ define metric β†’ hypothesize β†’ analyze β†’ recommend.

2

A KPI is a metric tied to a goal; every KPI is a metric.

3

Confirm a metric change is real before explaining it.

4

Segment the change to isolate the driver (region/segment/product).

5

End with an actionable recommendation, not just a finding.

Objective Questions β€” Test Your Understanding

Q1. What is the FIRST step in a business case question?

Q2. What's the difference between a metric and a KPI?

Q3. When a metric drops, what should you check FIRST?

Q4. In the framework, which step comes after defining metrics?

Q5. "Sales dropped in the South" β€” the best first move is to…