Intuit Interview Questions (May 2026)
119 questions · 49 experiences · LeetCode (118) · 1p3a_oj (26) · GeeksforGeeks (14) · 1p3a (5) · Reddit (4) · InterviewDB (1)
Browse by role
Top topics
168 entries
1/7Intuit SWE-2 Onsite Interview Experience and Preparation Process
Intuit Fulltime SDE Tech Phone Screen Interview Experience
Intuit Interview | Set 4 (For SSE)
Intuit Interview Experience for Internship (On-Campus)
Intuit Interview Experience | Set 10 (On-Campus For Internship + FTE For Devops)
Intuit Interview | Set 5 (On-Campus for Internship)
Intuit Interview Experience | On-Campus-2021
Intuit Interview Experience for SDE1 | On-Campus 2021
Intuit Interview Experience for SWE (Summer Internship)
Max Score Brackets
Flipkart | SDE 2 Machine Coding
Flipkart Machine Coding 28 Nov - SDE2
Intuit SDE 2 | Interview Experience | Selected
INTUIT | OA | SDE2
INTUIT| Off-Campus | Co-op Intern(6 months ) | Banglore | Jan2025-July2025 [Result :Selected]
Intuit | SSE | US
Part 3: Top 17 OS interview questions with answers
INTUIT||SWE-2025 intern|| ONCAMPUS
A very weird math question from Intuit OA
Intuit | SDE2 | Bengaluru | Rejected
Intuit MailChimp CDP Senior SWE
Requesting Intuit Craft Demo Preparation guidance | US
Nielsen | SWE Internship | Hybrid (Bangalore) | June 2024 [Offer Accepted]
Kotak | SDE 1 | Bengaluru | April 2024 | Offer
Intuit Senior SWE- Android
Intuit SWE-2 Onsite Interview Experience and Preparation Process
Question Details
Candidate Profile: Software Development Engineer at a MAANG company (2.3 years of experience). Applied via LinkedIn referral.
**
Round 0 Technical Phone Interview (90 minutes)** The session combined Data Structures and Algorithms with high-level system design concepts. *
DSA Problem 1: Plus One (with variations). *
DSA Problem 2: Validate IP Address. *
System Design & AI: Discussed strategies to ensure zero downtime for APIs and reviewed models used in current trending AI applications.
**
Round 1 Craft Demonstration (90 minutes)** The candidate presented a pre-prepared introduction deck before executing a live coding task within a provided repository. The tech stack included Python, Flask, and Docker for a localized LLM. *
Task: Implement a new API endpoint in the existing repository. *
Execution: The process involved discussing the design approach, writing the code, handling edge cases/exceptions, and verifying functionality via Postman. *
Optimization: The session concluded with a discussion on code efficiency improvements.
**
Round 2 Assessor (60 minutes)** This round focused on database architecture and algorithmic problem-solving. *
Database Design: The interviewer requested schema extensions for the Round 1 project. The candidate defined entity relationships, discussed normalization, and wrote SQL commands. *
Graph Database: The candidate demonstrated how to transform the relational schema and joins into a Graph database node structure. *
Coding Problem: Edit Distance. *
Solution: The candidate implemented a Brute Force solution followed by an optimized Dynamic Programming approach using C++.
**
Round 3 AI & Quality Assurance (30 minutes)** *
Testing: The discussion covered unit testing strategies (positive and negative cases), End-to-End (E2E) testing, and production monitoring metrics for the API built in Round 1. *
AI Concepts: The interviewer probed knowledge on Retrieval-Augmented Generation (RAG), system prompts, and the definition and impact of temperature in LLMs.
**
Round 4 Hiring Manager (30 minutes)** This session focused on behavioral questions and fit. *
Topics: Review of the project presented in the introduction, strategies for managing work pressure, and the rationale behind seeking a new role.
Verdict: Selected
Topics
More from Intuit
Intuit Interview Process Overview
The Intuit interview process typically includes a recruiter screen, one to two technical phone screens, and a 4-6 round on-site or virtual on-site loop. Each round serves a distinct calibration purpose: coding rounds measure correctness, code quality, and complexity reasoning; system design rounds measure architectural judgment at the appropriate level; behavioral rounds measure ownership, leadership scope, and collaboration. Reports tagged on LeakCode from 2024-2026 show Intuit runs a calibrated process consistent with industry norms for companies of its tier.
Difficulty calibration: Intuit coding rounds typically run medium difficulty with follow-up depth as the senior discriminator. System design rounds expect production-grade trade-off articulation at L4+ levels. Behavioral rounds expect quantified outcomes ("reduced p99 latency from 800ms to 120ms") rather than vague impact claims. The candidates who advance consistently demonstrate clear thinking out loud rather than perfect final answers.
How To Use Intuit Question Reports
Real candidate-reported interview questions are a calibration tool, not a memorization target. Intuit updates its question pool every 2-4 months; memorizing exact problems risks misleading you when the interviewer uses a variant. The high-leverage approach: identify the patterns that appear repeatedly in Intuit reports, practice those patterns on similar (not identical) problems, and use the reports to understand the interviewer's typical follow-up depth.
Filter the questions above by round type, difficulty, and recency. Focus first on reports from the past 6-12 months; older reports may reference questions that have since rotated out of Intuit's pool. Reports tagged with quantified difficulty and explicit round type are higher-signal than reports without those tags. The metadata filters help you build a focused study plan in 1-2 hours rather than 8-10 hours of unstructured browsing.
Common Intuit Interview Mistakes
Reports tagged "no hire" at Intuit consistently surface a few patterns: jumping into code without clarifying requirements, coding silently for extended periods, missing edge cases (empty input, single element, large input, overflow), producing working code the candidate cannot refactor when probed, and behavioral stories that use "we" instead of "I" diluting individual signal. Strong candidates explicitly avoid these patterns by following a consistent round template.
The single most predictive failure mode in recent reports: not asking clarifying questions. Interviewers are explicitly trained to weight this dimension. Strong candidates ask 3-5 clarifying questions even on problems that look obvious; weak candidates dive into implementation immediately. Strong candidates also verbalize their approach before writing code; weak candidates code in silence and lose the communication dimension of the round's calibration.