AI Cohort Analysis Specialist
An AI Cohort Analysis Specialist leverages machine learning models, LLMs, and advanced analytics platforms to segment users into b…
Skill Guide
The advanced SQL discipline of performing stateful, row-context-aware calculations via window functions, managing complex data dependencies with Common Table Expressions (CTEs), and structuring temporal data for pattern recognition and forecasting.
Scenario
Given a transactional dataset of customer orders, assign a sequential order number per customer and calculate a running total of their spending.
Scenario
Build a single query that extracts weekly sales, compares it to the previous week, and calculates the percentage growth, all while handling missing weeks (weeks with zero sales).
Scenario
Analyze a raw clickstream log to group user events into sessions (defined by inactivity gaps), then compute funnel conversion rates for each step in a user journey.
Choose the platform based on your data ecosystem. All support the core syntax, but BigQuery's TIMESTAMP functions and Snowflake's QUALIFY clause are particularly powerful for time-series and windowed filtering respectively.
The fundamental building blocks. NTILE is critical for percentile analysis, FIRST_VALUE/LAST_VALUE for anchor-point comparisons, and CTEs are essential for query modularity and recursion.
1 career found
Try a different search term.