J'ai postulé via la recommandation d'un employé. Le processus a pris 2 semaines. J'ai passé un entretien chez LeanTaaS en août 2021
Entretien
The first round was a 30 min phone interview with recruiter and the second round was a 60 min technical with an engineer. Both rounds were fairly easy, but did not advance to the onsite.
Questions d'entretien [1]
Question 1
The technical problem involved merging data in arrays.
J'ai postulé via une autre source. Le processus a pris 1 semaine. J'ai passé un entretien chez LeanTaaS en août 2021
Entretien
The recruiter reached out to me on hired and setup an interview. The first interview it self was very fast. The interviewer was not ready to listen to me and was rude. She asked me random questions here and there
Questions d'entretien [1]
Question 1
/*
# Meeting Rooms
# Schedule meetings. we can schedule multiple meetings in one room.
# 1. Design classes and data structures to save room and meeting information
# 2. Given a room - print out all the meetings in the room sorted by start time
# Format: “Meeting Name, Start Time, End Time”
# 3. Given a room, write a function to check whether the given meeting can be scheduled, return true if the meeting can be added to that room successfully without causing a double booking with existing meetings.