Intuit OA Questions 2022: What Candidates Actually Saw

Last updated: May 2026

15+ Intuit online assessment questions reported by candidates who took the OA in 2022. Sourced from 1Point3Acres, LeetCode, Blind, Glassdoor, and Reddit. Data grows as new reports are added.

Intuit OA Format in 2022

The Intuit online assessment has followed a consistent format across multiple hiring cycles. Based on 2022 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 2022

Intuit | OA

binary tree leetcode

There were 4 questions. I managed to solve 3, but couldn\'t solve this one. Any hints/solutions will be appreciated. # Robber on Tree! You are given a rooted tree of N nodes,...

View

Intuit | SE2 | Bangalore

easy other leetcode

YOE: 3.5 Total Rounds : 4 Round 1 : Online Assessment : 30 mins Palindrome related easy question and 5 MCQs related to computer science. Round 2 : Craft Demonstration : 60 mins Given a...

View

INTUIT OA QUESTION || 2022 NEW GRAD || HARD QUESTION

hard arrays leetcode

There was long story in the problem but to put it simply that boils down to this solve 2 query efficiently we have score defined for an array as: ...

View

Intuit | OA | Robber on Tree

binary tree leetcode

Robber on Tree! You are given a rooted tree of N nodes, numbered 1 to N, with root as 1. Each node in the tree has some number of coins denoted...

View

Intuit | Senior Software Engineer | Bangalore [Offer]

easy other leetcode

YOE: 4+ Education: Engineering (IT) from Tier-3 I was interviewed for Software Engineer-2, Java backend role. But seeing the performance in interviews, they offered SSE role. Total Rounds : 4 Round 1 : Online...

View

Intuit | fresher | Bangalore | Nov 2022 [Reject]

easy other leetcode

It was a pool drive that recently happened. Online Assessment- There were 4 questions. medium to hard. Doing two of them was enough for getting shortlisted. The shortlisitng was kind of...

View

Intuit| SDE2 | India | 2022 [Reject]

easy linked list leetcode

Online Assessment Some basic questions and one coding question . Most efficient approach of finding whether a LinkedList is palindrome . Break the linked list into 2 parts . reverse...

View

Intuit | India | SSE | OA | Palindrome Linked List

linked list leetcode

Intuit uses Glider.ai as their assessment platform. Each question has a fixed time limit & you cannot go back to previous question. There were 5 MCQ\'s which had time limit from...

View

Intuit | India | SSE | Onsite | Rejected

other leetcode

After the OA, I got the invite for the Craft Demo round. Craft Demo question: All subtrees formed once a node in a given tree is removed. Question was given a day...

View

Got this question in OA of TCS-Digital | 7.2 LPA CTC | can you solve this one?

dynamic programming leetcode

Please Guys do more leetcode, OA questions are getting tougher day by day, even for the Service Based IT Companies. So recently i gave tcs digital off campus OA exam and...

View

Total binary subarrays with ratio x:y | OA | Intuit

arrays leetcode

This question was asked in Intuit OA - Oncampus Given a binary array, find the total number of subarrays with the ratio of 0\'s and 1\'s equal to x:y. Constraints: n = arr.length 2<=n<=1e5 1<=x,y<=n Example:...

View

Intuit India | OA | LAZY CHEF II

arrays leetcode

Question 2 of 4 <hr> ### LAZY CHEF II <br> #### Description Chef enters the kitchen which consists of N linear blocks where each block contains only 1 ingredient from a list of ingredients. Chef...

View

Online Assessment Intuit

arrays leetcode

There are n servers. Ith server has requests[i] requests to serve but can serve a maximum of max_req[i] requests. In order to balance the load, a hackers reed to redirect some...

View

Intuit | OA | Match Making I

hash table leetcode

Question 1 of 4 <hr> MATCHMAKING - 1 <br> <br> #### Description Intuit receives calls from it\'s customers regarding various topics and in various languages. Intuit wants to match these customers to experts who have...

View

Intuit India | OA | Playing With 0's and 1's

arrays leetcode

Question 3 of 4 <hr> ### PLAYING WITH 0\'s and 1\'s <br> #### Description Alice is playing with numbers 0\'s and 1\'s. She decided to count the number of subarrays which satisfy the following...

View

Topic Breakdown (2022 OA)

Topics reported by candidates who took the Intuit OA in 2022:

arrays (5) linked list (2) binary tree (2) hash table (1) dynamic programming (1)

Difficulty Breakdown (2022 OA)

4

easy

1

hard

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 2022 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 2022?

Based on 2022 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