I applied through other source. The process took 1 week. I interviewed at LeanTaaS in Aug 2021
Average interview
Application
I applied through an employee referral. The process took 2 weeks. I interviewed at LeanTaaS in Aug 2021
Interview
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.
Interview questions [1]
Question 1
The technical problem involved merging data in arrays.
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
Interview questions [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.