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

SDE - 2

Intuit
upvote
share-icon
6 rounds | 6 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 3 months
Topics: Data Structures and Algorithms, System Design, LLD, DBMS, OS, My projects
Tip
Tip

Tip 1 : Explain your projects as the STAR approach(Situation, Task, Action, and Result).
Tip 2 : Practice coding questions and prepare for the best approaches.
Tip 3 : Be Confident about behavioral questions and scenario-based questions.

Application process
Where: Referral
Eligibility: No
Resume Tip
Resume tip

Tip 1 : Have some projects on your resume.
Tip 2 : Do not put wrong things on your resume.
Tip 3 : It is better if it is a single page.

Interview rounds

01
Round
Easy
Online Coding Interview
Duration30 Minutes
Interview date1 Jun 2022
Coding problem1

It contains 5 MCQs and 2 coding questions. The level of the questions was leetcode medium.

1. Min Jumps

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

You live in a Ninja town which is in the form of a N * M grid. In this town, people travel from one place to another by jumping over the buildings which are present in each cell of the grid. It is Christmas eve, and Santa wants to give gifts and chocolates to the kids who live in the building which is present at the cell (N - 1, M - 1). Initially, Santa is present on cell (0, 0). Since Santa is in a hurry, help him find a path from starting point to the endpoint with the least amount of time.

The Santa may go only from one building to any of its adjacent buildings which is present either to the right or to the bottom or bottom right cell i.e. if the current position is (x, y), he may go to (x + 1, y + 1) or (x + 1, y) or (x, y + 1) given that the new coordinates are in the grid. The time taken to reach from one building to another is equal to the absolute difference between the heights of buildings.

Note:

1. The heights of the buildings are positive.
2. Santa starts from the cell (0, 0) and he has to reach the building (N - 1, M - 1).
3. Santa cannot leave the grid at any point of time.
Problem approach

Standard DP question

Try solving now
02
Round
Easy
Video Call
Duration60 Minutes
Interview date6 Jun 2022
Coding problem1

It was 1 hr of technical discussion asking about previous company project work, questions regarding your projects, and 1 coding question.

1. Longest Substring Without Repeating Characters

Moderate
30m average time
65% success
0/80
Asked in companies
AdobeInformaticaIntuit

Given a string input of length n, find the length of the longest substring without repeating characters i.e return a substring that does not have any repeating characters.

Substring is the continuous sub-part of the string formed by removing zero or more characters from both ends.

Problem approach

Solved the best approach. It was good enough

Try solving now
03
Round
Easy
Assignment
Duration60 minutes
Interview date16 Jun 2022
Coding problem1

1. System Design Question

An app similar to a URL shortener

Problem approach

Tip 1: The code should be working.
Tip 2: Unit test cases should be there
Tip 3: Proper explanation of the approach

04
Round
Easy
Video Call
Duration60 Minutes
Interview date16 Jun 2022
Coding problem1

It was a system design round. The interviewer asked me to design an app like BookMyShow. Post that the team asked about a backtracking problem 

1. System Design Question

Book My Show

Problem approach

Tip 1: Design LLD properly
Tip 2: Explain all the components

05
Round
Easy
Video Call
Duration60 minutes
Interview date16 Jun 2022
Coding problem1

It is a team member round. The interviewer asked me to write code/ design APIs for the BookMyShow followed by SQL queries. Post that , again a coding question was asked .

1. Intersection of Two Linked Lists

Easy
25m average time
73% success
0/40
Asked in companies
OracleThought WorksIBM

You are given two Singly Linked Lists of integers, which may have an intersection point.

Your task is to return the first intersection node. If there is no intersection, return NULL.


Example:-
The Linked Lists, where a1, a2, c1, c2, c3 is the first linked list and b1, b2, b3, c1, c2, c3 is the second linked list, merging at node c1.

alt.txt

Problem approach

Solved with multiple approaches

Try solving now
06
Round
Medium
HR Round
Duration60 minutes
Interview date16 Jun 2022
Coding problem1

This was a normal Behavioural round, we had a long discussion on my past projects, and some scenario-based questions.

1. Basic HR Questions

1. Where do you see yourself after 5 years?

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 remove whitespace from the start of a string?

Choose another skill to practice
Similar interview experiences
company logo
SDE - 2
5 rounds | 7 problems
Interviewed by Intuit
2519 views
0 comments
0 upvotes
company logo
SDE - 2
5 rounds | 6 problems
Interviewed by Intuit
1198 views
0 comments
0 upvotes
company logo
SDE - 2
5 rounds | 6 problems
Interviewed by Intuit
5302 views
1 comments
0 upvotes
company logo
SDE - 2
6 rounds | 8 problems
Interviewed by Intuit
2320 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
SDE - 2
5 rounds | 12 problems
Interviewed by Walmart
29891 views
8 comments
0 upvotes
company logo
SDE - 2
3 rounds | 5 problems
Interviewed by Amazon
6765 views
1 comments
0 upvotes
company logo
SDE - 2
6 rounds | 8 problems
Interviewed by Amazon
5280 views
0 comments
0 upvotes