Finished my Scale AI data scientist interview loop about three weeks ago. Sharing the breakdown because I couldn't find much when I was searching.
The loop was four rounds total. Recruiter screen, then three back-to-back on separate days.
SQL round. This was tougher than the average DS SQL screen. Not just basic aggregations. They gave me a schema that modeled something close to their tasker annotation pipeline and asked me to find quality outliers. Think: which taskers have an acceptance rate below a threshold AND have done more than N tasks in the past 30 days. Window functions came up. I stumbled on a PARTITION BY question initially and they let me recover, which was appreciated. Expected level: you should be comfortable with CTEs, window functions, and being able to explain WHY you'd use a particular join type.
Case study. This was the most interesting round. They gave a scenario where annotation quality is degrading on a specific task type (image segmentation, in my case). How do you detect it, how do you measure it, how do you fix it. They want you to think in terms of data pipelines, not just notebook analysis. I framed my answer around: detection (statistical control charts, p-charts for defect rates), diagnosis (cohort the taskers by tenure, device type, time of day), and intervention (targeted review queue, hold-out gold sets for calibration). They pushed back on my calibration idea and we had a real back-and-forth. That felt intentional.
Stats and experiment design. Fairly standard A/B testing setup but with a twist: low sample sizes. The question was basically, when should you stop an experiment early when your population is small. I talked through Bayesian approaches vs. sequential testing and they seemed to like that I knew both. They did ask one probability question that felt more like a brain teaser than practical stats. Don't overthink those.
Overall. The loop felt substantive. They're not just going through motions. The people I spoke with clearly knew the domain. Comp offer for a mid-senior DS role in SF was around $195k base with equity on top, 2026. I didn't get a detailed equity breakdown before accepting so I wish I'd pushed on that earlier.
Happy to answer questions.