Intuit | SDE Intern | India | Oncampus | Accepted
Anonymous User
1958

Status: Final year student, Tier2 college
Position offered: SDE Intern at Intuit
Location: Bangalore, India
Date: August 2021

Round 1: Online coding

  1. FInd maximum number possible after doing k swaps
  2. Given a boolean expression with &, |, ^ symbols. Count the number of ways to parenthesize the expression such that the value of expression evaluates to true.
  3. Partition a set into 2 subsets such that the difference of subset sums is minimum.
  4. A medium level DP question

Round 2: Technical Interview of 30mins, with a Senior engineer

  1. 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

  1. Grilled heavily on OS related concepts like IPC messaging, threads, system calls, did pair programming on OS concepts.
  2. Merge overlapping intervals, only the logic was required
  3. A BFS related question, it can be termed as a easy-medium question, had to code it
  4. 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.

Comments (0)