Intuit’s loop mixes a Glider-based online assessment with standard technical rounds, then adds a live Craft Demo where SDE-2+ candidates extend a real codebase instead of solving a fresh whiteboard problem.
Profile: B.Tech CSE, ~4 years experience, applied off-campus after a referral, comfortable with mid-level DSA
Recruiter screen
30-minute call: current role, why Intuit, comp band, and notice period. No coding.
Online Assessment
Glider platform, 75 minutes, 3 problems: a matrix traversal, an O(1) insert/delete/getRandom data-structure design question, and a string-decoding problem.
Fully-passing solutions on the two easier problems mattered more than a half-finished attempt at the hardest one.
Technical rounds
Round 1: delete a node from a binary tree and return the remaining forest as an array - DFS with a visited set.
Round 2: OOPs (runtime vs compile-time polymorphism with a real example) and DBMS (ACID properties, when to add an index).
Project deep-dive: architecture choices, the hardest production bug, and what they’d rebuild.
Craft Demo
Emailed a small GitHub repo 48 hours ahead: a partially built expense-tracking service.
In the session, implemented one new user story (a filter endpoint) live in front of three interviewers, then added unit tests and handled a null-input edge case they raised on the spot.
Follow-up: “How would you check that this feature actually solves the user’s problem?” - answered with a Design for Delight framing (small experiment before full rollout).
Hiring manager / HR
A time they advocated for the customer even when it meant pushing back internally.
Notice period and relocation flexibility.
Result: Selected
What helped: Narrating trade-offs out loud during the Craft Demo instead of coding in silence, and tying the follow-up answer explicitly to Design for Delight.
Treat the Craft Demo like a real code review, not a LeetCode round: read the existing style before you write a line, and narrate why you’re structuring the change the way you are.
Have one Design for Delight story ready - a time you tested an idea cheaply with real users before committing to build it.
OOPs and DBMS fundamentals still open a lot of Intuit panels. Do not skip the basics assuming they only ask hard DSA.
For system design, a scoped, concrete answer (photo storage, notifications) beats an open-ended “design a big platform” pitch.
If you do not know something, say so and outline how you would find out - Intuit’s Craft Demo rewards that more than a confident guess.
After technical rounds, Intuit closes with a hiring-manager/HR conversation that checks fit against its five operating values - Integrity without Compromise, Courage, Customer Obsession, Stronger Together, and We Care and Give Back - alongside location, compensation, and notice period. Prepare those answers on the dedicated page rather than cramming them into this hub.