Upload Button Icon Add office photos

Intuit

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Intuit Sde1 Interview Questions and Answers

Updated 2 Aug 2022

Intuit Sde1 Interview Experiences

1 interview found

Sde1 Interview Questions & Answers

user image Anonymous

posted on 2 Aug 2022

I applied via LinkedIn and was interviewed in Jul 2022. There were 2 interview rounds.

Round 1 - Coding Test 

4 question, highly proctored, have to be very carefull

Round 2 - Technical 

(1 Question)

  • Q1. So we we asked to implemenent reverse linked list Find loop in linked list Remove loop from linked list

Interview Preparation Tips

Interview preparation tips for other job seekers - Thank You, for reading, practive cc for clearing OA

Interview questions from similar companies

I was interviewed before Feb 2016.

Interview Questionnaire 

2 Questions

  • Q1. The interviewer firstly asked about my internship - my role during the internship, the projects that I worked on and the completion status of the projects. Then he asked about my project- Library managemen...
  • Q2. Given two words determine the similarity between them
  • Ans. 

    The question asks to determine the similarity between two words.

    • Use a similarity metric like Levenshtein distance or cosine similarity

    • Normalize the words by converting them to lowercase and removing punctuation

    • Consider using a pre-trained word embedding model for semantic similarity

    • Implement a function that calculates the similarity score between two words

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: 3 questions were given
1. Rain water collection problem
2. Matrix DFS problem
3. DP problem
Tips: Practice all standard questions on practice.geeksforgeeks.org.
And other dp questions on Hackerearth and Hackerrank.
Duration: 1 hour 30 minutes
Total Questions: 3

Round: Group fly round
Experience: 2 questions were given
1. Convert number into words. Eg. 389 to Three hundred and eighty nine. Input 1-999999
2. A 2-D matrix nxn consisting of numbers is spirally sorted in decreasing order. So given a number we have to insert into the matrix so that the matrix is still sorted spirally. Write a function.
Tips: Also practice ad hoc questions

Round: Technical Interview
Experience: In my implementation he thought there was some scope for improvement. I implemented the date of issue and date of return both in the books entity. I then suggested to implement an borrowed_books entity and he seemed very satisfied with it.
Tips: High

Round: Technical Interview
Experience: I asked about the definition of similarity wrt the question. He replied to define it myself. So, I told him that I would find the LCS of the 2 strings and then define a threshold below/above which "we" could say them to be dissimilar/similar. There was a confusion there. I realised my mistake and stated it to be Longest Common Subsequence. He asked me to write the code. After I was done. He told me that the code was incorrect. I went through the code thrice and then I told him whether he could point out the mistakes. There were none. He was trying to see how I reacted. I didn't get too defensive. He was happy with it. Then he asked me to optimize the code. I said that for letters that didn't match in both the strings, we could define some similarity score between individual letters. He said yes it is definitely a good optimization but can you think of something simpler. I then told him that we need to normalize the LCS. He was happy that I could work on the hints he provided.
Tips: Don't get too defensive.
Listen to each and every word that the interviewer utters carefully.
Try to talk through the solution with the interviewer. Don't let a moment of awkward silence come during the interview.
Think of the interviewer as a friend with whom you are discussing a coding question. It eases out 90% of the tension.

College Name: IIT Varanasi

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Maximum element in a heap
  • Ans. 

    The maximum element in a heap can be found at the root node.

    • The maximum element in a max heap is always at the root node.

    • To find the maximum element, simply return the value at the root node.

    • In a min heap, the maximum element can be found by recursively checking the left and right child nodes.

  • Answered by AI

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Max element in heap
  • Ans. 

    To find the max element in a heap, simply return the root element.

    • The max element in a heap is always the root element.

    • No need to traverse the entire heap, just return the root element.

    • Example: If the heap is [10, 8, 5, 4, 3, 2], the max element is 10.

  • Answered by AI

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Jan 2022. There were 3 interview rounds.

Round 1 - Coding Test 

Questions based data structure,alogorithms. c/c++

Round 2 - Technical 

(2 Questions)

  • Q1. Deep Discussion on project done so far, and detailed discussion on what all features developed in the project ,roles and responsibilities and coding questions on DS.(Linked list ,strings,arrays)
  • Q2. Some are similar question on GFG.
Round 3 - Technical 

(1 Question)

  • Q1. Coding interview and project discussions.

Interview Preparation Tips

Interview preparation tips for other job seekers - be confident & positive, what all you know you can tell , practice more coding questions. build more logic. some times the way you think also get noticed.
Round 1 - Coding Test 

Easy test 2 questions

Round 2 - One-on-one 

(1 Question)

  • Q1. Just practice leetcode top 100 interview questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep practicing and have a look on archives befor interview

Sde1 Interview Questions & Answers

Accenture user image Raman kr Singh

posted on 1 Aug 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Oops questions asked, all piller of oops, DSA basics
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Java 8 features
  • Q2. Shallow copy and deep copy in java
  • Ans. 

    Shallow copy creates a new object with references to the original object's data, while deep copy creates a new object with copies of the original object's data.

    • Shallow copy only duplicates the references to the original object's data, not the data itself.

    • Deep copy creates a new object with copies of the original object's data, ensuring that changes to the copied object do not affect the original object.

    • In Java, shallow...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - good

Skills evaluated in this interview

Sde1 Interview Questions & Answers

Infosys user image Anonymous

posted on 27 Jun 2022

Round 1 - Aptitude Test 

Was good and you get questions from various topics.
Apti
Basics of cs

Round 2 - Technical 

(2 Questions)

  • Q1. Tell me about your self
  • Q2. Your strengths on technical subjects you have gine

Interview Preparation Tips

Interview preparation tips for other job seekers - Good with basics will be helpful and try to more focus in what you know and brush up your basics

Sde1 Interview Questions & Answers

TCS user image Anonymous

posted on 18 Aug 2022

Round 1 - Aptitude Test 

Per question time good amoubnt of questions

Round 2 - HR 

(1 Question)

  • Q1. Easy questions based on my resume
Round 3 - Technical 

(1 Question)

  • Q1. Bvased on javba as i mentioned java in my resume

Interview Preparation Tips

Interview preparation tips for other job seekers - focus on coding and aptitude and reasoni9ng as both are needed to crack the interview
Contribute & help others!
anonymous
You can choose to be anonymous

Intuit Interview FAQs

How many rounds are there in Intuit Sde1 interview?
Intuit interview process usually has 2 rounds. The most common rounds in the Intuit interview process are Coding Test and Technical.

Recently Viewed

SALARIES

Confluent

SALARIES

Amazon

SALARIES

Confluent

SALARIES

Google

SALARIES

Swiggy

SALARIES

Paytm

SALARIES

Adobe

INTERVIEWS

Intuit

No Interviews

SALARIES

Udaan

INTERVIEWS

Cure foods

No Interviews

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.8
 • 8.1k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
IBM Interview Questions
4.0
 • 2.3k Interviews
Oracle Interview Questions
3.7
 • 846 Interviews
SAP Interview Questions
4.2
 • 283 Interviews
CitiusTech Interview Questions
3.4
 • 269 Interviews
Adobe Interview Questions
3.9
 • 233 Interviews
View all
Intuit Sde1 Salary
based on 10 salaries
₹15 L/yr - ₹35 L/yr
9% more than the average Sde1 Salary in India
View more details
Senior Software Engineer
220 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer2
135 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
120 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Devops Engineer
45 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Staff Software Engineer
43 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Intuit with

Salesforce

4.0
Compare

Yodlee

3.8
Compare

SAP

4.2
Compare

Oracle

3.7
Compare
Did you find this page helpful?
Yes No
write
Share an Interview