I applied online. The process took 3 days. I interviewed at Turo (New York, NY) in Jul 2022
Interview
The interview process involved a technical code screen, a hiring manager behavioral interview, a technical code interview focusing on data structures / algorithms, and a domain specific interview. Was also scheduled for both a 5 minute kickoff and wrap-up but neither of the people scheduled for those showed up.
Interview questions [1]
Question 1
Series of data structure + algorithm questions centered around finding prime numbers.
1) A function to determine if a given number is prime.
2) A function to return all the primes up to a given number.
3) A function to return the prime factorization of a given number.