I applied through an employee referral. The process took 1 week. I interviewed at Freshworks (Chennai) in Mar 2018
Interview
It consisted of three technical rounds. Questions were asked from oops, networks, dbms, data structures and algorithms. Questions were pretty basic. So anyone who have solid basics would definitely clear the interview. During prepartion see solutions for questions from glassdoor. It will give an idea of what questions to expect in the interview.
Interview questions [11]
Question 1
Given a linked list, return true if there is a loop in it
Assume there exists an employee table. An employee reports to a manager. Given such a table, how will store the data in table such that, i can get hierarchy of an employee till CEO in a single query.
For example if an employee is a software engineer. Assume his hierarchy would be upto CEO can be manager -> VP -> CEO.
Tell an efficient way to store the above data, so that hierarchy can be retrieved in a single step.