Data Analyst interview
The five things they actually test, the questions that come up, and the answers worth having ready.
The five things they actually test, the questions that come up, and the answers worth having ready.
They are not testing whether you know SQL. They are testing whether you can be trusted with a number.
Inner vs left is the easy half. The half they are listening for: a join can duplicate your rows, and if you did not notice, every number downstream is wrong.
INNER
Only rows that match on both sides
Silently drops what does not
Use when a missing match means "not relevant"
LEFT
Every row on the left, matched or not
Nulls where there was no match
Use when a missing match is itself the finding
0.05
The p-value everyone quotes
And the one they will ask you to defend. "Significant" means the result is unlikely under the null — not that it matters, and not that it is big.
sql
select o.id, o.total, i.sku from orders o join items i on i.order_id = o.id -- One order, four items → four rows. -- sum(o.total) is now 4x the truth.
Number, so what, recommendation. Every single time.
— The shape of every good analyst answer
Your join made total revenue four times bigger. What happened?
One order with four items becomes four rows, and every sum over the order table is now counted four times. Aggregate before you join, or join to something already at one row per order.
What does "statistically significant" actually promise?
Only that a result this extreme is unlikely if nothing were going on. It says nothing about the size of the effect, and nothing about whether it is worth acting on.
How do you know a dashboard is being used? · Who owns a metric when it breaks? · What was the last analysis that changed a decision? · How much of the job is cleaning? · What does good look like at six months?
Paste your own job description and Claude writes the deck on your phone.
The five things they actually test, the questions that come up, and the answers worth having ready.
Built from A real Data Analyst job description, pasted into Claude.
Quiz answers, audio and your progress live in the app — where the AI adapts the deck to your own situation.
$12.99 once. No subscription.
See how it is made →