Intuit OA Questions 2021: What Candidates Actually Saw
Last updated: May 2026
10+ Intuit online assessment questions reported by candidates who took the OA in 2021. Sourced from 1Point3Acres, LeetCode, Blind, Glassdoor, and Reddit. Data grows as new reports are added.
Intuit OA Format in 2021
The Intuit online assessment has followed a consistent format across multiple hiring cycles. Based on 2021 reports in the database, candidates typically see 2 to 3 algorithmic coding problems delivered through a proctored online platform (most commonly HackerRank). Some roles include additional behavioral or work-simulation components after the coding section.
Time limits reported by candidates range from 70 to 110 minutes for the full assessment. The coding problems are auto-graded, so edge case handling and runtime efficiency both matter. Partial credit is available on some platforms if your solution passes a subset of test cases.
Real Intuit OA Questions from 2021
Intuit Online assessment Question
Given all edges in a forest (multiple n-ary trees), print all the start vertex and end vertex combinations. Please tell me how to solve this question. I did not get this...
Intuit Glider Question:Minimum stop required to reach destination on X axis [OA]
Question statement : A plane can maximum cover a distance of k units. There are multiple airports on x- axis represented by 1 and if there are no airports it...
Hackerrank Question
Imagine there are n points along a straight trail, while a runner run sprints of intervals between those point. The training plan is an array a[], which implies the runner should...
Intuit | Online test
\tYou are given 3 arrays A, B and C. All 3 of the arrays are sorted. \tFind i, j, k such that : \tmax(abs(A[i] - B[j]), abs(B[j] - C[k]), abs(C[k] - A[i]))...
Intuit | OA | 1st Round | On Campus
There were 4 questions to solve in 90 minutes. Platform: Glider.ai 1. General Problem: Boolean Parenthesization Problem. Original Question: Given a boolean expression with following symbols. Symbols: \'T\' ---> true \'F\'...
Yugabyte | OA | Minimum Time Needed
There are N nodes labelled 1 to N and M cables (1 to M) in a network where each cable is bidirectional. Each cable between nodes Ui and Vi has...
Intuit Interview Experience | SDE
I aplied for intuit off campus, and recieved the OA link and same day intuit was coming to our campus to conduct an on campus drive and I also recieved...
Intuit | OA | Cookie Monster
How would I solve this problem? I was thinking of using Djikstra\'s but am not sure how to code it The Cookie Monster has infiltrated your cookie factory! You\u2019ve placed cookies in...
Intuit | On Campus Intern | Online Assessment Questions
There were 4 questions and time was 90 minutes. Questions were easy. 1. Given a string and q queries in the form "L R ch" return the occurrences of ch from...
Intuit | OA | SDE Intern | August 2021 | India
Intuit visited our campus and the following problems appeared in the online coding round: 1. N-Queens Problem : https://leetcode.com/problems/n-queens/ 2. A variation of Heaters problem : https://leetcode.com/problems/heaters/description/ In this problem, total number...
Topic Breakdown (2021 OA)
Topics reported by candidates who took the Intuit OA in 2021:
Difficulty Breakdown (2021 OA)
1
easy
Difficulty labels are reported by candidates or inferred from LeetCode ratings.
How to Prepare for the Intuit OA
The Intuit OA is a timed, auto-graded coding test. Preparation is different from interview prep: you need to optimize for both correctness and speed, since partial credit requires passing test cases, not just showing reasoning.
- Practice timed sessions. Set a timer for 35 to 45 minutes per problem and simulate the real constraint.
- Focus on the topic clusters that appear most in Intuit OA reports: dynamic programming, graphs, arrays, and strings make up the majority of reported problems.
- Read the problem constraints carefully before writing code. The constraints often reveal the expected time complexity and algorithm type.
- Use the LeakCode database to review 2021 OA questions from actual candidates. Pattern recognition across multiple sightings is a stronger prep signal than any single mock problem.
- If the OA includes a work simulation section, practice under realistic conditions. This section tests judgment and values alignment, not coding ability.
FAQ
What does the Intuit OA look like in 2021?
Based on 2021 candidate reports, the Intuit OA typically includes 2 to 3 coding problems and runs 70 to 110 minutes. Topics lean toward dynamic programming, graphs, arrays, and strings. Some roles include a work simulation section after the coding component.
How long is the Intuit OA?
Most candidates report 70 to 90 minutes for the coding component. Roles with additional work simulation sections extend the total time to 110 to 150 minutes. Check your invitation email for the exact time allocation for your specific role.
What platform does Intuit use for the OA?
Intuit uses HackerRank or its own proprietary platform depending on the role and hiring cycle. Your invitation will specify the platform. Both platforms support multiple languages including Python, Java, C++, and JavaScript.
Are these real Intuit OA questions?
Yes. All questions in the LeakCode database come from candidate reports on 1Point3Acres, Blind, Glassdoor, Reddit, and LeetCode. They are not AI-generated. Each question links to its source where available.
Other Intuit OA Years
Related: Intuit OA Hub · Intuit All Questions · All OA Questions · Data Sources