Recruiter call to phone screen. Phone screen was with someone on a different team so just basic LC. did not move forward. it was a standard type of dfs/bfs type question.
Interview questions [1]
Question 1
Some dfs/bfs type question. pretty standard one too
Thank you for taking the time to leave a review about your interview experience. We greatly appreciate it. We wish you nothing but the most success in your career search and future endeavors. If you see another position of interest, please don't hesitate to apply.
I applied online. I interviewed at Lime in Jan 2021
Interview
Had an initial phone call with a recruiter. Followed by two coding challenges with an engineer on different dates using a coder pad via HackerRank. The second coding challenge was hard.
Interview questions [1]
Question 1
The question had to do with Recursion in a Two-Dimensional Array
This is the worst, most hostile and aggressive company ever. This company is a joke... there seems to be all sort of shady things going on here. Both recruiters and engineers were terrible people. I had to educate the engineer on a few things during an interview because that person was not able to follow along on an easy technical approach.
1 recruiter phone call
2 phone screens over the span of 1 month
1 recruiter phone call(change of recruiters)
1 onsite interview
Interview questions [2]
Question 1
Implement an auto complete function.
Similar to what your phone or Google does when you start typing out a word it gives you possible suggestions. For example: lime might yield - ‘limebike’ 'limelight', 'limer', 'limes', 'limestone', ‘limewash’, etc.
Write a function that takes an input and returns possible autocomplete suggestions for the given input.
func autocomplete(prefix: String) -> [String] {
}
Write a function isPossible(targetReservation, currentReservations), output if target reservation can be made given current list of reservations. Reservations include start and end time