08Write SQL for a signup → activation → purchase funnel, broken down by weekly signup cohort.▼mediumMetaSnowflakeRetool1 repliesunlockedThe product-analytics staple that quietly tests event ordering, conditional aggregation, and cohort logic at once. Most candidates compute a funnel that double-counts, here's the version that survives interviewer scrutiny.Open full answer →
09Build a cohort retention matrix in SQL: % of each monthly signup cohort still active N months later.▼mediumMetaDatabricksSnowflake1 repliesunlockedThe triangle-shaped retention table every PM asks for, and a two-join SQL pattern interviewers love because it exposes grain mistakes instantly. Includes the right-censoring caveat that separates analysts from engineers.Open full answer →