Status: Final year student, Tier2 college
Position offered: SDE Intern at Intuit
Location: Bangalore, India
Date: August 2021
Round 1: Online coding
- FInd maximum number possible after doing k swaps
- Given a boolean expression with &, |, ^ symbols. Count the number of ways to parenthesize the expression such that the value of expression evaluates to true.
- Partition a set into 2 subsets such that the difference of subset sums is minimum.
- A medium level DP question
Round 2: Technical Interview of 30mins, with a Senior engineer
- Question related to DSU algo
The question was of medium level, initially it was related to linked list+hashing concept, gave a brute force solution, later the interviewer gave a followup question that had an application of DSU algo. After brainstorming and giving an optimal soluition, 5mins was left, coded the main logic.
Round 3: Technical Interview of 1hour, with a senior engineering manager and a engineer
- Grilled heavily on OS related concepts like IPC messaging, threads, system calls, did pair programming on OS concepts.
- Merge overlapping intervals, only the logic was required
- A BFS related question, it can be termed as a easy-medium question, had to code it
- Since time was left, again grilled on Pointers.
Also, I had to discuss about few things in my resume like projects, hackathons etc.
Luckily aced the interview an got the offer after few days.
I would suggest everyone to go thrrough CS fundamentals before appearing for Intuit's interview.
Hope this experience helps the community.