I applied through an employee referral. The process took 2 weeks. I interviewed at Intuit (Bengaluru) in Apr 2024
Interview
Once you apply to Intuit, you will get have a screening phone call of about 15-20 minutes to go over your application. Once the screening is complete, you will be invited for first coding round at Intuit.
First coding round was zoom call for an hour, You will get a Leet Code problem (easy/medium) for which you have to explain the logic and then code for it. Try to solve it in atmost O(n) time complexity.
Interviewer also asked about advanced .NET concepts in deep. Interviewer may also ask you to write sample code on asked topics.
I didn't get a callback post this round.
Interview questions [1]
Question 1
LeetCode problems, .NET advanced topic related to memory management, Scenario based questions related to software development.
Initial round was HR round. I was asked a lot of questions on my profile, day to day tasks, responsibilities. A very simple coding question is given to solve at the end. I felt the interviewer could have been friendlier as it is more of a discussion round. Irrespective of it, tip is to talk about entire SDE life cycle. And for coding, it's very easy to solve. What they see is if test-cases are well written
I applied through a recruiter. The process took 4 weeks. I interviewed at Intuit (Bengaluru) in Mar 2024
Interview
Very long, time consuming, unprofessional and hectic process.
Round 1: Recruiter Screening
Round 2: Online Problem Solving Assignment
Round 3: Craft Demo Take Home Assignment & Presentation
Round 4: Presentation on your assignment
Round 5: In person Problem Solving & Design Principles Round
Round 6: HLD Round with Architect
Round 7: Team Member Round
Round 8: HR Discussion
They will give you craft assignment to complete it as production ready and reject you in later rounds.
Note: Please invest your precious time and energy carefully.
Interview questions [1]
Question 1
Design a comment system for social media platform which should be scalable and support n level of comments replies, Add all sort of things like unit testing, proper REST API's and API documentation