I applied online. The process took 1 day. I interviewed at Freshworks (Chennai) in Aug 2020
Interview
I applied online and got a call from HR the next day. She explained each rounds in details and shared the JD. Totally there were 3 rounds. First round is technical round consisting of problem solvings, oops related questions, Automation related questions, api testing related qns.
Second round is manual test case scenario. Third round is bar raiser round, where once again problem solving would be asked.
Interview questions [7]
Question 1
1. longest substring palindrome in O(N^2) time complexity.
you are given a string array. print the longest common prefix in all the elements of a string array. The array size is not fixed. your answer should work for array containing n number of elements.
api related qns like the different types of http methods, what do u test in a postman. explain headers, different types of parameters, Authorization techniques