I applied through a staffing agency. The process took 1 week. I interviewed at Innovaccer (New Delhi) in Mar 2021
Interview
Its worst experience during interview.
Round 1 was hacker rank test with 3 programing questions
Round2 was technical discussion with junior resource of innovaccer
Interviewer it self not carrying good knowledge to validate some experience person knowledge. She asked good questions but she her self not much clear about the questions to move forward in-depth of it. I always try to answer questions with my experience and try to give more depth which she might not able to understand at all. She might felt I am over confident and explaining more. At time of interview, I was not aware of her experience level. I searched her profile over linkdin and found she is carrying very less experience and not explored many technology and in-depth. I am not sure about rejection but its shows problem with organization interview process and validating any candidate.
Total 3 rounds. 1st coding,2nd sys design,3rd also system design. Complete waste of time. After completing 3rd round which was manegerial got rejected which went pretty good as compared to other rounds.
R1: Basic DSA + SQL
R2: Was said to be system design but in the actual interview code related questions were asked involving 3rd parties
R1 was okay but R2 was badly set up to fail.
Interview questions [1]
Question 1
Use redis to code a cache, log levels in the logging library
I applied through a recruiter. The process took 2 weeks. I interviewed at Innovaccer (Bengaluru) in July 2021
Interview
Had 3 rounds of interviews:
1) Basic intro/discussion about previous projects and work
2) Coding round with 2 questions
3) An interview with the hiring manager with questions relating to team management/project deadline management etc
Implement a FIFO/LRU caching module to cache the output of a function in python. I was asked to implement it using two classes and having the base class re implement a python dict.