Module 03 Self-Test
- What does
LAG(revenue) OVER (ORDER BY month)return for the first row? transform()vsagg()— which changes the number of rows?- Poisson distribution: mean = 7. What's the variance?
- What does GAME stand for?
- What's a guardrail metric and why does it matter?
- Write CASE WHEN to compute a conversion rate from events with types 'view' and 'purchase'.
Practice Questions
Q: What does
LAG(revenue) OVER (ORDER BY month) return for the first row?
Q:
transform() vs agg() — which changes the number of rows?
Q: Poisson distribution: mean = 7. What's the variance?
Q: What does GAME stand for?
Q: What's a guardrail metric and why does it matter?
Q: Write CASE WHEN to compute a conversion rate from events with types 'view' and 'purchase'.