Cracking Two Sigma’s Virtual Onsite: Palindrome Numbers & Predictive Algorithms

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:

  1. Regression analysis of y~x and x~y, focusing on the relationship between coefficients and how to make them equal.
  2. A case study on predicting Citibike demand at a specific location in NYC.

Round 2:

  1. Warm-up question regarding the number of responses.
  2. A problem to write the smallest number of responses that is greater than a given number K.
  3. 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

  1. Regression analysis (coefficients relationship)
  2. Demand prediction case study
  3. Scheduling problem (algorithmic)
  4. Warm-up question on responses
  5. 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.