Software Engineer applicants have rated the interview process at HomeLane with 3 out of 5 (where 5 is the highest level of difficulty) and assessed their interview experience as 50% positive. To compare, the company-average is 66% positive. This is according to Glassdoor user ratings.
Here are the most commonly searched roles for interview reports -
Take home assignment where you have to create a backend service and expose an endpoint for sharing the data. Made using express framework for nodejs. Assignment to be done in one week
Very non professional hiring process. It took 2-4 weeks for hackerearth results. After the results HR contacted me to schedule an interview but i haven't received interview link that day and after that he never replied to my mails or calls. Its really unprofessional.
I applied through a recruiter. I interviewed at HomeLane
Interview
I applied on some site, got contacted by a recruiter
1st round was a online test, mostly basic mcq's (25) and one coding question
next round was interview, thought it went well, some basic js , react questions, was asked to solve a couple of questions using js array methods
Interview questions [1]
Question 1
Suppose we have a string s where each character is either "L", "R" or "?". "L" means moved one unit left, "R" means moved one unit right, and "?" means either "L" or "R". If we are at position 0, we have to find the maximum possible distance we could be from 0 by replacing "?" with "L" or "R".