Was asked 2 simple algorithmic questions. Was able to use Google and work with the interviewer to come up with the optimal solution. Afterwards, had a few rounds with some PMs and the hiring manager.
Ik heb via een recruiter gesolliciteerd. De procedure duurde 3 dagen. Ik heb gesolliciteerd bij Grove Collaborative (San Francisco, CA) in jan 2018
Sollicitatiegesprek
The candidate is given a take-home programming assignment that is to be completed along with unit tests in about a day . It tests the candidate's knowledge of frontend programming skills (or backend if you apply for a backend engineer position), use of programming language constructs, object oriented programming and knowledge of algorithms and data structures.
After the take-home assignment is completed, if selected, you get called for an on-site interview. The on-site interview questions were very easy. They test communication skills, general design skills.
Sollicitatievragen [1]
Vraag 1
Given a list of stores with their latitude and longitude in the US, find the "crow flying distance" to store nearest to an arbitrary US address. Use Google's Geocoding API if necessary to convert an address to a latitude/longitude.