Atlassian Interview Process 2026 — Rounds, Tips & Questions

Published July 22, 2026 · Updated July 22, 2026

Everything about the Atlassian interview process: rounds, what each round tests, difficulty level, and 13 real questions asked by engineers who cleared the loop.

3 rounds
13 real questions
325 engineers asked

Interview Rounds at Atlassian

  1. Online test / phone screen
  2. Technical interview
  3. Managerial / HR round
Insider tip

Prepare well for the technical interview with questions from Atlassian's previous loops.

Real Questions Asked at Atlassian

Atlassian Medium Technical round 3–6 YearsPython

What are Airflow Sensors and when would you use a FileSensor vs an HttpSensor vs an ExternalTaskSensor?

↑ 78 upvotes · 61 engineers asked this · Data Engineer
Atlassian Medium HR round

Atlassian values "open company, no bullshit" and "play as a team". Describe a situation where you raised a concern about a technical decision that the team had already committed to. How did you raise it, and what happened?

↑ 63 upvotes · 24 engineers asked this · SDE1
Atlassian Hard System Design round Distributed SystemsPostgreSQLAWS

Design Bitbucket's code review system (Pull Requests). Multiple reviewers comment on specific lines of code. The PR is mergeable when all reviewers approve. Cover: diff computation, inline comments anchored to code lines, and what happens when new commits invalidate existing comments.

↑ 60 upvotes · 37 engineers asked this · SDE2
Atlassian Hard System Design round PostgreSQLAWSDistributed Systems

Design Confluence's page version history. Every edit creates a new version. Users can view any historical version and restore it. Cover: delta vs full-snapshot storage, efficient diff computation, and how you handle concurrent edits creating a branch.

↑ 56 upvotes · 35 engineers asked this · SDE2
Atlassian Hard System Design round Distributed SystemsWebSockets

Design Jira's real-time collaborative issue editor (multiple teammates editing the same ticket simultaneously). Cover: Operational Transformation vs CRDTs, conflict resolution, last-write-wins vs merge, and how you persist the final state while keeping latency low for users on slow connections.

↑ 45 upvotes · 44 engineers asked this · SDE2
Atlassian Medium HR round

Atlassian is fully distributed (no offices). Describe how you have successfully collaborated with engineers in different time zones. What tools and processes made it work and what broke down?

↑ 45 upvotes · 27 engineers asked this · SDE2
Atlassian Hard Technical round JavaPostgreSQL

Explain how Jira's JQL (Jira Query Language) parser works. Walk through lexing, parsing, and AST generation. How do you translate a JQL query like "assignee = currentUser() AND status = Done" into an efficient SQL query?

↑ 44 upvotes · 26 engineers asked this · SDE2
Atlassian Medium Technical round JavaPython

Given a list of Jira sprint start/end dates, find all sprints that overlap with a given date range. Implement an efficient solution using interval trees or sorted arrays with binary search.

↑ 42 upvotes · 25 engineers asked this · SDE1
Atlassian Hard System Design round 4-8 yearsSystem DesignElasticsearch

Design the search feature for a workspace tool (like Confluence) that indexes millions of documents across thousands of teams, ensuring users only see search results from spaces they have permission to view.

↑ 28 upvotes · 10 engineers asked this · Senior SDE
Atlassian Medium Technical round 2-6 yearsSQLSystem Design

Design the data model for a Kanban board (like Trello/Jira) supporting boards, columns, and cards, where cards can be reordered within and across columns efficiently without renumbering every card on each move.

↑ 26 upvotes · 13 engineers asked this · Senior SDE

Practice these questions with AI feedback

Get instant grading on your answers, identify your weak areas, and generate a personalised 14-day study plan — all free.

Build my study plan →

What Atlassian asks by topic

System Design Behavioral Domain DSA / Arrays Data Engineering / Airflow Domain / Agile Tooling JavaScript / Performance System Design / Search

Other company interview processes

Amazon Interview Process Google Interview Process Microsoft Interview Process Flipkart Interview Process Swiggy Interview Process Meta Interview Process Apple Interview Process Netflix Interview Process Uber Interview Process Airbnb Interview Process

Frequently asked questions

What is the Atlassian hiring process?
The Atlassian hiring process has 3 stages: Online test / phone screen, Technical interview, Managerial / HR round. Most candidates report 13 distinct questions across these rounds.
How many rounds does Atlassian interview have?
Atlassian typically has 3 rounds: Online test / phone screen, Technical interview, Managerial / HR round.
What happens in a Atlassian technical interview?
The technical round at Atlassian focuses on System Design, Behavioral, Domain. Prepare well for the technical interview with questions from Atlassian's previous loops.
What topics does Atlassian ask in technical rounds?
System Design, Behavioral, Domain, DSA / Arrays, Data Engineering / Airflow, Domain / Agile Tooling, JavaScript / Performance, System Design / Search. Based on 13 questions reported by engineers.
How hard is the Atlassian interview?
Difficulty ranges from Medium, Hard, Easy. Prepare well for the technical interview with questions from Atlassian's previous loops.