twosigma | | Interview Experience
Interview Date: Not specified
Result: Not specified
Difficulty: Not specified
Interview Process
The interview process consisted of an online assessment followed by a virtual onsite interview. The online assessment included two questions: linear interpolation and NYC weather data. The virtual onsite lasted about one hour per round.
Round 1:
- Regression analysis of y~x and x~y, focusing on the relationship between coefficients and how to make them equal.
- A case study on predicting Citibike demand at a specific location in NYC.
Round 2:
- Warm-up question regarding the number of responses.
- A problem to write the smallest number of responses that is greater than a given number K.
- An algorithmic question (no coding required) involving scheduling 2n workers on two tasks to minimize total time.
There was a 30-minute break during which HR collected feedback to determine if a third round would occur. After about 20 minutes, an email was received inviting the candidate to the third round.
Technical Questions
- Regression analysis (coefficients relationship)
- Demand prediction case study
- Scheduling problem (algorithmic)
- Warm-up question on responses
- Problem on generating numbers greater than K
Tips & Insights
Focus on understanding regression concepts and be prepared to discuss case studies relevant to data prediction. Algorithmic thinking is crucial, especially for scheduling problems.