Intuit interview experience Real time questions & tips from candidates to crack your interview

SDE - 2

Intuit
upvote
share-icon
5 rounds | 6 Coding problems

Interview preparation journey

expand-icon
Journey
I started my interview preparation in Dec. 2021 after my CAT exam. I started preparing for DSA problems from Prateek Narang's Udemy course and in Jan I started watching Namaste Javascript videos. By Jan I started applying on career pages and Linkedin. In feb I gave lots of interviews for 1 month and got offer from Inuit by month end and joined in April.
Application story
Recruiter reached out to me on linkedin asking if I am interested for this role. I said yes and then we had a conversation on call for explaining what is this role about and asking my salary expectations. Then a week later I got my interview scheduled.
Why selected/rejected for the role?
Yes I was selected for this role as my interviews went great and I was able to solve all the given problems and answer all the questions asked very well.
Preparation
Duration: 2 months
Topics: Data Structures, System Design, Algorithms, Dynamic Programming, Frontend, Javascript, React
Tip
Tip

Tip 1 : Don't solve lot of problems for DSA, target most commonly asked questions. As myself being an interviewer I also search on last minute for DSA interview questions and ask them.
Tip 2 : Confidence is the key and that comes once you have done lot of preparation and that you can do by giving mocks

Application process
Where: Linkedin
Eligibility: No criteria
Resume Tip
Resume tip

Tip 1: Mention skills only which you are sure of
Tip 2: Don't lie in resume

Interview rounds

01
Round
Easy
Telephonic
Duration30 mins
Interview date16 Feb 2023
Coding problem1

Normal round asking 1 question only just to check if I am even interested in this role

1. Merge sort

Easy
15m average time
85% success
0/40
Asked in companies
HCL TechnologiesPayPalPaytm (One97 Communications Limited)

Given a sequence of numbers ‘ARR’. Your task is to return a sorted sequence of ‘ARR’ in non-descending order with help of the merge sort algorithm.

Example :

Merge Sort Algorithm -

Merge sort is a Divide and Conquer based Algorithm. It divides the input array into two-parts, until the size of the input array is not ‘1’. In the return part, it will merge two sorted arrays a return a whole merged sorted array.

subsequence

The above illustrates shows how merge sort works.
Note :
It is compulsory to use the ‘Merge Sort’ algorithm.
Problem approach

I explained the how algorithm works and wrote the pseudo the code for it.

Try solving now
02
Round
Easy
Assignment
Duration60 mins
Interview date20 Apr 2023
Coding problem1

1. Technical Questions

Design e-commerce website, you can mock the APIs and write unit test.
Catalog page, cart page, order page.
Asked to show my code and how file and components were structured. Checked if i covered edge cases or not.
Asked how to improve web performance and asked to change some styling during the interview

Problem approach

Tip 1: Took my time and designed properly
Tip 2: Showed my skills on multi page as I have experience with it

03
Round
Easy
Video Call
Duration45 mins
Interview date20 Apr 2023
Coding problem2

Normal interview round with 2 interviewers who were there in previous round.

1. Rotate matrix by 90 degrees

Easy
15m average time
85% success
0/40
Asked in companies
GoogleSamsungAdobe

Rotate the matrix by 90 degree

Problem approach

1. explained solution which uses space
2. optimized it and wrote the code for it and did dry run while explaining

Try solving now

2. Shortest substring with all characters

Moderate
18m average time
85% success
0/80
Asked in companies
AmazonMicrosoftCisco

You have been given a string 'S' which only consists of lowercase English-Alphabet letters.

Your task is to find the shortest(minimum length) substring of 'S' which contains all the characters of 'S' at least once. If there are many substrings with the shortest length, then find one which appears earlier in the string i.e. substring whose starting index is lowest.

For example-
If the given string is S = "abcba", then the possible substrings are "abc" and "cba". As "abc" starts with a lower index (i.e. 0, "cba" start with index 2), we will print "abc" as our shortest substring that contains all characters of 'S'.
Problem approach

1. explained brute force solution
2. optimized it and wrote the code for it and did dry run while explaining

Try solving now
04
Round
Easy
Video Call
Duration30 mins
Interview date20 Apr 2023
Coding problem1

1. Technical Questions

Asked to design and explain the system which I worked upon in my last company

Problem approach

Tip 1: As I had already worked upon it, I knew what all components were used so I explained them pretty fast
 

05
Round
Easy
HR Round
Duration30 mins
Interview date20 Apr 2023
Coding problem1

1. Basic HR Questions

Basic HR round with manager asking about my expectations and my last company experience.
Why I want to leave my last company?

Here's your problem of the day

Solving this problem will increase your chance to get selected in this company

Skill covered: Programming

How do you create a function in JavaScript?

Choose another skill to practice
Join the Discussion
1 reply
Niharika Singh 20 Mar, 2024

Hi, on which platform did you deploy your code for craft demonstration round? Were you asked to run the code as well? Or you just deployed on github and walked through your code?

0 replies
0 upvotes
Reply
Report
Similar interview experiences
company logo
SDE - 2
5 rounds | 7 problems
Interviewed by Intuit
1641 views
0 comments
0 upvotes
company logo
SDE - 2
6 rounds | 6 problems
Interviewed by Intuit
1599 views
0 comments
0 upvotes
company logo
SDE - 2
5 rounds | 6 problems
Interviewed by Intuit
714 views
0 comments
0 upvotes
company logo
SDE - 2
6 rounds | 8 problems
Interviewed by Intuit
1556 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
SDE - 2
5 rounds | 12 problems
Interviewed by Walmart
24080 views
8 comments
0 upvotes
company logo
SDE - 2
3 rounds | 5 problems
Interviewed by Amazon
5203 views
0 comments
0 upvotes
company logo
SDE - 2
6 rounds | 8 problems
Interviewed by Amazon
3707 views
0 comments
0 upvotes