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

SDE - 1

Intuit
upvote
share-icon
2 rounds | 3 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 6 Months
Topics: Data Structre,OOPS,Low level Design,DBMS,Data Science
Tip
Tip

Tip 1 : Prepare DSA well from Leetcode or GFG and practice a lot. Try to practice Medium and hard level questions.
Tip 2 : Prepare some good projects, donot copy-paste from online sources. 
Tip 3 : Learn to present yourself by taking at least 10 mock interviews with friends or sites like pramp

Application process
Where: Leetcode
Eligibility: 7 CGPA
Resume Tip
Resume tip

Tip 1 : Be to the point and according to JD. keep it one paged.
Tip 2 : Start the sentences with action words like developed, implemented etc.

Interview rounds

01
Round
Medium
Online Coding Test
Duration90 Minutes
Interview date2 Sep 2021
Coding problem2

Timing - 6PM,
Mode - online, from home.
Coding questions on Segment tree, Dynamic Programming & Arrays

1. Inplace rotate matrix 90 degree

Easy
12m average time
80% success
0/40
Asked in companies
OLX GroupSalesforceUrban Company (UrbanClap)

You are given a square matrix of non-negative integers of size 'N x N'. Your task is to rotate that array by 90 degrees in an anti-clockwise direction without using any extra space.

For example:

For given 2D array :

    [    [ 1,  2,  3 ],
         [ 4,  5,  6 ],
         [ 7,  8,  9 ]  ]

After 90 degree rotation in anti clockwise direction, it will become:

    [   [ 3,  6,  9 ],
        [ 2,  5,  8 ],
        [ 1,  4,  7 ]   ]
Try solving now

2. Minimum Swaps

Moderate
10m average time
90% success
0/80
Asked in companies
IntuitThought WorksEPAM Systems

During Endgame Natasha(Black Widow) sacrificed her life for the soul stone.

Hulk wants to bring Natasha back. So, he came to Goku for help. Goku told him he will help Hulk if he can solve the task given by him. Hulk accepts the challenge of Goku.

Goku gave Hulk a list of ‘N’ numbers and a number ‘K’. The task is to rearrange the elements of the list such that all elements less than or equal to ‘K’ become adjacent to each other. Hulk can only swap any two elements of the array/list multiple times. Goku wants Hulk to do the task using the minimum number of swaps.

As Hulk is not good at maths so he called you to solve the task given by Goku to save Natasha.The fate of Natasha lies in your hand.

Try solving now
02
Round
Easy
Video Call
Duration90 minutes
Interview date16 Oct 2021
Coding problem1

Timing - 10PM
Interview was online through G-Meet

1. System Design Question

Design a Least Recently Used Cache using OOPS

Problem approach

Tip 1: Clear problem statement if any doubts. 
Tip 2: Try to implement optimal solution and also try to give alternate approach and reason for not going with that approach 
Tip 3: Practice structured thinking

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 - 1
2 rounds | 4 problems
Interviewed by Intuit
1230 views
0 comments
0 upvotes
company logo
SDE - 1
1 rounds | 2 problems
Interviewed by Intuit
1310 views
0 comments
0 upvotes
company logo
SDE - 1
3 rounds | 6 problems
Interviewed by Intuit
1451 views
0 comments
0 upvotes
company logo
SDE - 1
2 rounds | 4 problems
Interviewed by Intuit
162 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
SDE - 1
5 rounds | 12 problems
Interviewed by Amazon
115097 views
24 comments
0 upvotes
company logo
SDE - 1
4 rounds | 5 problems
Interviewed by Microsoft
58238 views
5 comments
0 upvotes
company logo
SDE - 1
3 rounds | 7 problems
Interviewed by Amazon
35147 views
7 comments
0 upvotes