I was given 1 prescreening round and 2 rounds of technical interviews and last hiring round. I didn't get pass the 1st interview round but I did get a response back pretty quickly.
Interview questions [1]
Question 1
asked about work experience. got the number of islands as the technical interview question.
I applied online. The process took 2 weeks. I interviewed at Statsig (Bellevue, WA) in Jan 2025
Interview
1) Screening Video Round: I was asked to introduce myself, discuss my past projects, and elaborate on the technologies I have worked with or have experience with.
2) Coding Round – I was given two LeetCode-style problems. One was based on the sliding window technique, involving flipping 0s to 1s, while the other was related to a directed graph, where a[i] and b[i] represented jobs, and b[i] needed to be completed before a[i] could start—a problem similar to job scheduling with dependencies.
Although I didn't make it past the coding round, it was a great experience interviewing with Statsig.
Interview questions [1]
Question 1
Q: One was based on the sliding window technique, involving flipping 0s to 1s
Q: a[i] and b[i] represented jobs, and b[i] needed to be completed before a[i] could start—a problem similar to job scheduling with dependencies.