Upload Button Icon Add office photos

Intuit

Compare button icon Compare button icon Compare

Filter interviews by

Intuit Software Engineer2 Interview Questions and Answers

Updated 14 Oct 2024

Intuit Software Engineer2 Interview Experiences

5 interviews found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Jul 2023. There were 4 interview rounds.

Round 1 - Case Study 

It was a case study question given 1h before interview to have the code ready & then discuss regarding the further optimisations on top of them, and some of my past experiences

Round 2 - One-on-one 

(2 Questions)

  • Q1. Number of minimum platforms required
  • Ans. 

    Minimum platforms required to avoid train collisions

    • Calculate the number of trains arriving and departing at each time slot

    • Find the maximum number of trains present at any given time

    • The minimum platforms required will be the maximum number of trains present at any given time

  • Answered by AI
  • Q2. Basic SQL queries & LLD's & past exp
Round 3 - One-on-one 

(2 Questions)

  • Q1. Valid Binary Search Tree
  • Ans. 

    A valid binary search tree is a binary tree where the left subtree of a node contains only nodes with keys less than the node's key, and the right subtree only nodes with keys greater than the node's key.

    • Nodes in the left subtree of a node must have keys less than the node's key.

    • Nodes in the right subtree of a node must have keys greater than the node's key.

    • In-order traversal of the tree should result in a sorted list

  • Answered by AI
  • Q2. Some Low level design questions & past exp
Round 4 - One-on-one 

(1 Question)

  • Q1. Manager round - So behavioural & culture round

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Sep 2023. There were 5 interview rounds.

Round 1 - Coding Test 

2 DSA questions. Medium level.

Round 2 - Technical 

(1 Question)

  • Q1. System Design focused round with a panel.
Round 3 - One-on-one 

(1 Question)

  • Q1. DSA round with 2 Medium-Hard DSA questions.
Round 4 - One-on-one 

(1 Question)

  • Q1. 1 Medium DSA question
Round 5 - Behavioral 

(1 Question)

  • Q1. Managerial questions based on previous experiences.

Software Engineer2 Interview Questions Asked at Other Companies

Q1. - Given a water -tight orientable 2-manifold, how to find if a po ... read more
asked in Wayfair
Q2. Design a Order and Cart Page in iOS. The user should be able to o ... read more
Q3. How to process large amount of data? Which tool would you prefer?
asked in PayPal
Q4. Can you describe the system design for the checkout feature on Am ... read more
Q5. Given an integer array , and a target k , we need to find the pai ... read more
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Coding Test 

Glider test coding round on javascript and react basics

Interview experience
3
Average
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Jul 2023. There were 4 interview rounds.

Round 1 - Coding Test 

Easy level questions only in java. basically to see if the application can code in java. really simple data structures.

Round 2 - Assignment 

1 week advance assignment was given. was required to prepare apis for it. for me it was url shortener

Round 3 - Assignment 

Assignment given in the first round was discussed again in detail. Was given scenarios slightly different from original to see how the applicant tackles it.

Round 4 - Behavioral 

(2 Questions)

  • Q1. Check the fit for the company
  • Q2. Check the fit for team, how one would work in the team

Interview Preparation Tips

Topics to prepare for Intuit Software Engineer2 interview:
  • Java
  • Spring Boot
  • Data Structures
Interview preparation tips for other job seekers - Really simple questions if you know the basics. Prompt responses from interviewers and hrs.

Intuit interview questions for designations

 Software Developer

 (19)

 Software Engineer

 (9)

 Software Intern

 (1)

 Senior Software Engineer

 (11)

 Software Developer Intern

 (7)

 Software Engineer Trainee

 (1)

 Principal Software Engineer

 (1)

 Software Engineer Intern

 (1)

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Referral and was interviewed before Oct 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Coding test on hacker rank

Round 2 - Group Discussion 

Craft Demo round on ingestion pipelines

Interview Preparation Tips

Interview preparation tips for other job seekers - It was a great discussion. Work more on fundamentals.

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Java basics mostly on collections and streams
  • Q2. DSA questions based on recursion
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(2 Questions)

  • Q1. What is the internal working of a hashmap?
  • Q2. Design a Least Recently Used (LRU) cache.
Round 2 - Technical 

(2 Questions)

  • Q1. What are the SOLID principles in software engineering?
  • Q2. What design patterns have you worked with?
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Data structure was more and it was difficult round

Round 2 - Technical 

(1 Question)

  • Q1. It will depend on interviewer
Round 3 - Behavioral 

(1 Question)

  • Q1. It will be depending on Manager who is taking interview
Round 4 - HR 

(1 Question)

  • Q1. It will be very smooth

Interview Preparation Tips

Interview preparation tips for other job seekers - It's a very good company overall I had very good learning and experience
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Logical reasoning, grammar, and coding: two basic level questions.

Round 2 - Technical 

(3 Questions)

  • Q1. Question on core Java
  • Q2. Question on SQL and PLSQL
  • Q3. Resume based question and on project
Round 3 - HR 

(2 Questions)

  • Q1. Resume and project based question
  • Q2. What do you like about your current company, and why do you want to join our organization?
  • Ans. 

    I appreciate the collaborative team environment and innovative projects at my current company, and I am excited about the opportunities for growth and learning at your organization.

    • Collaborative team environment fosters creativity and productivity

    • Innovative projects challenge me to learn and grow

    • Excited about the opportunities for growth and learning at your organization

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Oct 2024. There were 4 interview rounds.

Round 1 - Coding Test 

Prepare well with basic and advanced JavaScript concepts and logical questions. They will ask you to implement all the topics using code.

Round 2 - Technical 

(2 Questions)

  • Q1. Explain your previous project and work experience.
  • Q2. Provided a use case to demonstrate your front-end skills and system design knowledge.
Round 3 - One-on-one 

(1 Question)

  • Q1. Questions related to domain related.
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well with the core concepts and basic DSA questions.

Intuit Interview FAQs

How many rounds are there in Intuit Software Engineer2 interview?
Intuit interview process usually has 3-4 rounds. The most common rounds in the Intuit interview process are One-on-one Round, Coding Test and Behavioral.
How to prepare for Intuit Software Engineer2 interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Intuit. The most common topics and skills that interviewers at Intuit expect are Java, OOD, J2Ee, Python and SQL.
What are the top questions asked in Intuit Software Engineer2 interview?

Some of the top questions asked at the Intuit Software Engineer2 interview -

  1. Number of minimum platforms requi...read more
  2. Valid Binary Search T...read more
  3. Some Low level design questions & past ...read more

Tell us how to improve this page.

Intuit Software Engineer2 Interview Process

based on 5 interviews

1 Interview rounds

  • Coding Test Round
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
Oracle Interview Questions
3.7
 • 897 Interviews
SAP Interview Questions
4.2
 • 308 Interviews
Salesforce Interview Questions
4.1
 • 272 Interviews
CitiusTech Interview Questions
3.4
 • 268 Interviews
View all
Intuit Software Engineer2 Salary
based on 146 salaries
₹20 L/yr - ₹61 L/yr
100% more than the average Software Engineer2 Salary in India
View more details

Intuit Software Engineer2 Reviews and Ratings

based on 15 reviews

3.4/5

Rating in categories

3.3

Skill development

4.1

Work-life balance

3.9

Salary

3.1

Job security

3.3

Company culture

2.6

Promotions

3.0

Work satisfaction

Explore 15 Reviews and Ratings
Senior Software Engineer
226 salaries
unlock blur

₹21 L/yr - ₹80 L/yr

Software Engineer2
146 salaries
unlock blur

₹20 L/yr - ₹61 L/yr

Software Engineer
126 salaries
unlock blur

₹14 L/yr - ₹43.8 L/yr

Devops Engineer
45 salaries
unlock blur

₹4.2 L/yr - ₹16 L/yr

Staff Software Engineer
43 salaries
unlock blur

₹32 L/yr - ₹97 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