Intuit OA Questions 2023: What Candidates Actually Saw
Last updated: May 2026
9+ Intuit online assessment questions reported by candidates who took the OA in 2023. Sourced from 1Point3Acres, LeetCode, Blind, Glassdoor, and Reddit. Data grows as new reports are added.
Intuit OA Format in 2023
The Intuit online assessment has followed a consistent format across multiple hiring cycles. Based on 2023 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 2023
MathWorks OA 2023 | Count total possible bitonic sequences
So the question was to count total number of bitonic sequences in array. [1,2,3,2,1], n = 5 Output will be 11 The answer could be very big so we need to print...
Intuit OA question
You are given two integers X and Y, in one move you can select an integer j(0<=j<=60) and set X=X-pow(2,j)-Y, find minimum moves to make X equal to 0, if it is...
DarwinBox OA Round
DarwinBox OA Round This was one of the question asked in the Online Round of DarwinBox for the role of Product Development Engineer Intern + Full Time Base pay: 8.0L CTC: 16.0L Intern Stipend:...
Intuit OA and video interview
First round was online assessment with 5 OOPS + DB questions, 1 Leetcode medium (valid palindrome linkedlist) Second round was video call, discussing about my work and cross questions on the...
UBS OA
This is one of the question which was appeared in Assesment. As I was not able to correctly solve it can someone provide answer / solution / intuition to this...
BNY Mellon | SDE-1 (Fresher) | Pune/Chennai | August 2023 (Selected)
Company: BNY Mellon Status: Selected Qualification: B.E. Chemical Engineering 2024 Grad (Tier - 1) Position: Software Developer 1 Location: Pune/Chennai Date of offer: August 2023 Online Assessment - (DSA) - 2 hours Platform: Hackerrank This round had 4...
Intuit OA Ques.
There is a 2D plane of size N* M. There is fire which is there at K different points in the 2D plane. From each of these K points, the...
INTUIT | OA | 2023(oncampus)
SCHEDULING TRAINING A candidate named Alice is onboarding to Intuit Intuit demands a required set of trainings to completed. There are 2 trainings for Alice to complete. Each of these trainings...
Intuit OA 2023
Q1 jimmy is a stunt master in a circus which is in shape of matrix m*n. Jimmy is preparing for new stunt where fire starts from a point (fx,fy ....
Topic Breakdown (2023 OA)
Topics reported by candidates who took the Intuit OA in 2023:
Difficulty Breakdown (2023 OA)
1
medium
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 2023 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 2023?
Based on 2023 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