Innovaccer Software Development Engineer SDE II interview questions
Updated Jun 11, 2025
based on 4 ratings
Difficulty
Average
Experience
Very negative
How others got an interview
33%
Recruiter
Recruiter
33%
Applied online
Applied online
33%
Staffing Agency
Staffing Agency
Interview search
4 interviews
Innovaccer interviews FAQs
Candidates applying for Software Development Engineer SDE II roles take an average of 11 days to get hired, when considering 4 user submitted interviews for this role. To compare, the hiring process at Innovaccer overall takes an average of 14 days.
Common stages of the interview process at Innovaccer as a Software Development Engineer SDE II according to 4 Glassdoor interviews include:
One on one interview: 50%
Presentation: 50%
Here are the most commonly searched roles for interview reports -
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 Jul 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.