Atlassian OA Questions 2023: What Candidates Actually Saw
Last updated: May 2026
5+ Atlassian 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.
Atlassian OA Format in 2023
The Atlassian 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 Atlassian OA Questions from 2023
Atlassian OA
given an array of n integers,make the array positive with following operation: in 1 opr select any i(0<=i<n) and x(-10e8 <=x<= 10e8) and change arr[i] to x. an array is...
ATLASSIAN OA
There is a row of two-position switches aligned in a row and numbered consecutively starting from 1. Each of the switches is initially in its "Off" position. Over some number...
Atlassian | SDE Intern 2023 | India | Nov 2022 [Selected]
About the Internship: Atlassian hired for SDE Interns for 2 months summer internship off-campus in September 2022. Internship Duration : May to July 2023 Application Process: 1. Application Form: \tThe application form asked for some...
Atlassian | OA | max number of customer satisfied
You are given a list of customers and a list of shops. Each customer has a list of items of fixed size n and each shop has a list of...
Atlassian | OA | return number of neighboring houses
There are houses on a straight line. We are given instructions to delete some houses. It is guaranteed that the instructions will be given for valid houses. Return a list...
Topic Breakdown (2023 OA)
Topics reported by candidates who took the Atlassian OA in 2023:
Difficulty Breakdown (2023 OA)
1
easy
Difficulty labels are reported by candidates or inferred from LeetCode ratings.
How to Prepare for the Atlassian OA
The Atlassian 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 Atlassian 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 Atlassian OA look like in 2023?
Based on 2023 candidate reports, the Atlassian 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 Atlassian 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 Atlassian use for the OA?
Atlassian 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 Atlassian 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 Atlassian OA Years
Related: Atlassian OA Hub · Atlassian All Questions · All OA Questions · Data Sources