I applied through other source. The process took 6 days. I interviewed at Webileapps in Feb 2025
Interview
I applied via instahyre.
HR call: Basic questions, my experience, relevant experience, NP, location, etc. He says he will schedule an interview for the next day.
Then no interview was scheduled.
4 days after I received the call again, then the interview was scheduled.
Overall, it was an "okayish" experience. When the interviewer joined, the first thing she asked for was one ID proof. I showed them the PAN card (which was immediately available) on the camera screen.
She was soft-spoken, not too familiar. I feel she was a little less interested in interviewing. Actually, she was more focused on ticking the boxes rather than doing the healthy discussions.
I was explaining the whole approach in my mind, but I was not getting any response from her side. Even the interview call has the title "Node.js interview," but no question was asked for Node.js. Only 2 DSA & 1 SQL question was asked.
But yes, every time she explained the question very well. But she was not too much interested when I asked her my doubts (her tone got changed).
In the end she did not even ask if I had some questions for her.
2nd DSA Question - Easy(or medium)
given a class, with few seats occupied, now i need to print the count of the "adjancent combinations that students can sit in class"
1 SQL Question (given the problem statement, and need to write query for that).
Question was given a table with 3 fields, id, name, managerId
managerId was self reffering field from the same table
I need to print the name, & manager name using SQL
The process took 1 week. I interviewed at Webileapps in May 2024
Interview
For me the interview process concluded within a week for few folks it took more than 2 weeks, the interview consisted of 2 technical rounds and 1 Hr round. The main objective of the interviewers were to check how a candidate approach and craft the solution.
Interview questions [1]
Question 1
Technical Rounds:
1. Javascript output based questions, gave an assignment to solve using react and had few follow up questions. Time provided for this round was 1 hour.
2. Only 1 question was asked, to create a cart functionality. The boiler code was already present just needed to add the functionalities and logic. Time provided for this round was 1.5 hours
HR Round : Typical HR round, questions on my previous organisation, my tech stack which, why do you want to join and salary negotiations etc.
I applied through a recruiter. The process took 5 days. I interviewed at Webileapps in Apr 2023
Interview
There was one hr call asked basic details about current and previous company. There would be 2 technical round and final round with manager.As of April 2023 Hybrid option was given to all employee. Technical interview. Interview was rescheduled 2 time.
Leetcode medium level question. Given an array of non negative integers, arrange them such that they form the largest number. numbers = [111, 22, 3]; output will be 322111.