I applied through a recruiter. The process took 1 week. I interviewed at Egen in Dec 2021
Interview
The whole process took 1 week.
The first they gave was code signal assessment and then the technical interview which was also on code signal. I was asked 2 questions to live code in the technical interview.
Interview questions [1]
Question 1
Q: A question based on string functions. Check for the variable names in camelCase from the list of words and return true or false.
Q: Write a function to count the number of smaller elements on the right of each element in an array. Given an unsorted array arr[] of distinct integers, construct another array countSmaller[] such that countSmaller[i] contains the count of smaller elements on the right side of each element arr[i] in an array.