Upload Button Icon Add office photos

Intuit

Compare button icon Compare button icon Compare

Filter interviews by

Intuit Interview Questions, Process, and Tips

Updated 6 Jan 2025

Top Intuit Interview Questions and Answers

View all 92 questions

Intuit Interview Experiences

Popular Designations

77 interviews found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Coding Test 

String related problems

Round 3 - Technical 

(1 Question)

  • Q1. Questions on design patterns

Principal Software Engineer Interview Questions asked at other Companies

Q1. Codng question:For the given stream of integers, calculate the avg,print top 10 elements and bottom 10 elements. It was not clearly mentioned on the problem. After poking more on the problem only provided the details.
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Jun 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Aptitude Test 

Consist of 4 dsa problems of dynamic programming on grid , strings

Round 3 - Coding Test 

1. GIVEN 2 INTEGERS C AND S FIND MAXIMUM INTEGER i SUCH THAT C*log(i)*sqrt(i)*i<=S
2. Merge two sorted list

Interview Preparation Tips

Topics to prepare for Intuit Software Developer interview:
  • DSA
  • OS
  • System Design

Top Intuit Software Developer Interview Questions and Answers

Q1. Word Presence in Sentence Determine if a given word 'W' is present in the sentence 'S' as a complete word. The word should not merely be a substring of another word. Input: The first line contains an integer 'T', the number of test cases.Th... read more
Add answer

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (38)

Intern Interview Questions & Answers

user image Anonymous

posted on 13 Jan 2023

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Dec 2022. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Semaphore definition and a problem on in
  • Q2. Normalization in DBMS
  • Ans. 

    Normalization is the process of organizing data in a database to reduce redundancy and improve data integrity.

    • Normalization involves breaking down a table into smaller tables and establishing relationships between them.

    • There are different levels of normalization, with each level addressing a specific type of data redundancy.

    • Normalization helps to prevent data inconsistencies and anomalies, and improves database perform...

  • Answered by AI
  • Q3. Oops, inheritance and polymorphism

Interview Preparation Tips

Topics to prepare for Intuit Intern interview:
  • OS
  • DBMS
Interview preparation tips for other job seekers - it was completely on subjects, os DBMS, networking

Intern Interview Questions asked at other Companies

Q1. Case. There is a housing society “The wasteful society”, you collect all the household garbage and sell it to 5 different businesses. Determine what price you will pay to the society members in Rs/kg, given you want to make a profit of 20% ... read more
View answer (8)
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

Software Engineer2 Interview Questions asked at other Companies

Q1. - Given a water -tight orientable 2-manifold, how to find if a point is inside or outside its volume? - Given a bunch of points with their coordinates, how to merge closeby points together? - How to determine if the normals of the two trian... read more
View answer (1)

Intuit interview questions for popular designations

 Software Developer

 (18)

 Senior Software Engineer

 (11)

 Software Developer Intern

 (7)

 Software Engineer

 (6)

 Software Engineer2

 (5)

 Intern

 (2)

 SDE-2

 (2)

 Senior Software Engineer 2

 (2)

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.

Software Engineer2 Interview Questions asked at other Companies

Q1. - Given a water -tight orientable 2-manifold, how to find if a point is inside or outside its volume? - Given a bunch of points with their coordinates, how to merge closeby points together? - How to determine if the normals of the two trian... read more
View answer (1)

Get interview-ready with Top Intuit Interview Questions

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

I was interviewed before Sep 2023.

Round 1 - Coding Test 

Problem solving questions

Round 2 - Coding Test 

Check whether linked list is palindrome or not

Round 3 - Technical 

(2 Questions)

  • Q1. Implement rate limiter
  • Q2. Implementation of LRU cache
  • Ans. 

    LRU cache is a data structure that stores the most recently used items, discarding the least recently used items when full.

    • Use a doubly linked list to keep track of the order of items based on their usage.

    • Use a hash map to quickly access items in the cache.

    • When a new item is accessed, move it to the front of the linked list. If the cache is full, remove the item at the end of the list.

  • Answered by AI
Round 4 - HM 

(2 Questions)

  • Q1. How to build low latency systems
  • Ans. 

    To build low latency systems, focus on optimizing code, reducing network latency, using efficient data structures, and leveraging caching.

    • Optimize code by reducing unnecessary computations and improving algorithms

    • Reduce network latency by minimizing round trips and using efficient protocols like UDP

    • Use efficient data structures like arrays and hash maps for quick access to data

    • Leverage caching to store frequently acces

  • Answered by AI
  • Q2. How to measure and ensure to not breach SLA
  • Ans. 

    To measure and ensure not breaching SLA, track performance metrics, set alerts, prioritize tasks, and regularly review and adjust processes.

    • Track performance metrics such as response time, uptime, and error rates

    • Set up alerts for when performance metrics approach SLA thresholds

    • Prioritize tasks based on their impact on SLA compliance

    • Regularly review and adjust processes to optimize performance and prevent breaches

  • Answered by AI

Skills evaluated in this interview

Top Intuit Senior Software Engineer Interview Questions and Answers

Q1. Maximum Non-Adjacent Subsequence Sum Given an array of integers, determine the maximum sum of a subsequence without choosing adjacent elements in the original array. Input: The first line consists of an integer 'T', the number of test cases... read more
Add answer

Senior Software Engineer Interview Questions asked at other Companies

Q1. Nth Prime Number Problem Statement Find the Nth prime number given a number N. Explanation: A prime number is greater than 1 and is not the product of two smaller natural numbers. A prime number has exactly two distinct positive divisors: 1... read more
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Jul 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. I was not asked any coding question
  • Q2. I was asked to explain the design aspects considered in the current project
Round 2 - Assignment 

HLD and LLD skills were analysed in this

Top Intuit Senior Software Engineer Interview Questions and Answers

Q1. Maximum sum of non-adjacent elementsYou are given an array/list of ‘N’ integers. You are supposed to return the maximum sum of the subsequence with the constraint that no two elements are adjacent in the given array/list. Note: A subsequenc... read more
View answer (4)

Senior Software Engineer Interview Questions asked at other Companies

Q1. Find Nth PrimeYou are given a number 'N'. Your task is to find Nth prime number. A prime number is a number greater than 1 that is not a product of two smaller natural numbers. Prime numbers have only two factors – 1 and the number itself. ... read more
View answer (6)

Contractor Interview Questions & Answers

user image Anonymous

posted on 5 Nov 2024

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Nov 2023. There were 2 interview rounds.

Round 1 - Coding Test 

One Stack and other DP question

Round 2 - HR 

(2 Questions)

  • Q1. Stack , 2 arrays
  • Q2. Linked list ………

Contractor Interview Questions asked at other Companies

Q1. How to audit cash &amp; bad debt, Cash flow statement and examples of what comes under each heading
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Sep 2023. There was 1 interview round.

Round 1 - Assignment 

Write a currency calculation app that convert the currency to one another easily

Interview Preparation Tips

Interview preparation tips for other job seekers - just chill :)

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (180)
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.

Software Engineer2 Interview Questions asked at other Companies

Q1. - Given a water -tight orientable 2-manifold, how to find if a point is inside or outside its volume? - Given a bunch of points with their coordinates, how to merge closeby points together? - How to determine if the normals of the two trian... read more
View answer (1)

Intuit Interview FAQs

How many rounds are there in Intuit interview?
Intuit interview process usually has 2-3 rounds. The most common rounds in the Intuit interview process are Technical, Coding Test and One-on-one Round.
How to prepare for Intuit 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, AWS, Python, Software Development and Agile Development.
What are the top questions asked in Intuit interview?

Some of the top questions asked at the Intuit interview -

  1. How do you design a website which displays say top 1000 products with product r...read more
  2. Given an array of n elements which contains elements from 0 to n­1, with any o...read more
  3. Given a word and dictionary, write a program to calculate the total number of v...read more
How long is the Intuit interview process?

The duration of Intuit interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Intuit Interview Process

based on 57 interviews

Interview experience

4.1
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
Oracle Interview Questions
3.7
 • 902 Interviews
SAP Interview Questions
4.2
 • 308 Interviews
Salesforce Interview Questions
4.0
 • 272 Interviews
Adobe Interview Questions
3.9
 • 251 Interviews
View all

Intuit Reviews and Ratings

based on 164 reviews

3.5/5

Rating in categories

3.2

Skill development

3.5

Work-life balance

4.2

Salary

3.0

Job security

3.3

Company culture

3.1

Promotions

3.0

Work satisfaction

Explore 164 Reviews and Ratings
Senior Software Engineer
219 salaries
unlock blur

₹20.9 L/yr - ₹76.4 L/yr

Software Engineer2
146 salaries
unlock blur

₹20 L/yr - ₹60 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