Apple OA Questions 2022: What Candidates Actually Saw
Last updated: May 2026
5+ Apple 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.
Apple OA Format in 2022
The Apple 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 Apple OA Questions from 2022
FAANG OA
Given an array of array of strings(vector<vector<string>>). Each sub array is of size 3. First element \u2013 operation (INSERT, VIEW), second element \u2013 name of item, third element \u2013 price...
LC ⊆ coding portion ⊆ full loop interview || Apple | SSE | Cupertino | May 2022 [Reject]
This memorial day, here\'s my give back to the amazing LC community! With my Apple interviewing experience would like to share that LeetCode questions are just a subset of coding portion...
Apple | Onsite | London | Reject
Status: 1 year of experience Position: ICT-3 at Apple Location: London, UK Date: June 2022 I was not able to find a lot of interview experience for Apple on leetcode. So I though I\'ll...
Apple | ICT3/4 | Hidden | Pending
Hiding the location because I dont want Apple to identify me. Round 1 Online assesement: Leetcode medium very doable as long as you have practiced Round 2: Medium question that\'s very popular in blind75 Round...
Apple | Data Engineer Intern - Summer 2022 | Mar 2022 [Reject]
Recently rejected from Apple for Data Engineer Intern for Summer 2022 after going through the phone interview, absolutely gutted. Applied on the Apple career website around September 2021. Got an email...
Topic Breakdown (2022 OA)
Topics reported by candidates who took the Apple OA in 2022:
Difficulty Breakdown (2022 OA)
2
hard
1
easy
Difficulty labels are reported by candidates or inferred from LeetCode ratings.
How to Prepare for the Apple OA
The Apple 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 Apple 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 Apple OA look like in 2022?
Based on 2022 candidate reports, the Apple 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 Apple 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 Apple use for the OA?
Apple 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 Apple 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 Apple OA Years
Related: Apple OA Hub · Apple All Questions · All OA Questions · Data Sources