Skip to contentSkip to footer
  • Community
  • Jobs
  • Companies
  • Salaries
  • For employers
      Notifications

      Loading...

      Elevate your career

      Discover your earning potential, land dream jobs, and share work-life insights anonymously.

      employer cover photo
      employer logo
      employer logo

      Atlassian

      Engaged employer

      About
      Reviews
      Pay and benefits
      Jobs
      Interviews
      Interviews
      Related searches: Atlassian reviews | Atlassian jobs | Atlassian salaries | Atlassian benefits | Atlassian conversations
      Atlassian interviewsAtlassian Principal Software Engineer interviewsAtlassian interview


      Glassdoor

      • About / Press
      • Awards
      • Blog
      • Research
      • Contact Us
      • Guides

      Employers

      • Free Employer Account
      • Employer Centre
      • Employers Blog

      Information

      • Help
      • Guidelines
      • Terms of Use
      • Privacy and Ad Choices
      • Do Not Sell Or Share My Information
      • Cookie Consent Tool
      • Security

      Work With Us

      • Advertisers
      • Careers
      Download the App

      • Browse by:
      • Companies
      • Jobs
      • Locations
      • Communities
      • Recent posts

      Copyright © 2008-2026. Glassdoor LLC. "Glassdoor," "Worklife Pro," "Bowls" and logo are proprietary trademarks of Glassdoor LLC.

      Company Bowl sample

      Want the inside scoop on your own company?

      Check out your Company Bowl for anonymous work chats.

      Bowls

      Get actionable career advice tailored to you by joining more bowls.

      Followed companies

      Stay ahead in opportunities and insider tips by following your dream companies.

      Job searches

      Get personalised job recommendations and updates by starting your searches.

      Principal Software Engineer Interview

      17 Nov 2023
      Anonymous interview candidate
      Melbourne
      No offer
      Negative experience
      Difficult interview

      Application

      I applied online. The process took 2 weeks. I interviewed at Atlassian (Melbourne) in Oct 2023

      Interview

      Screening stage is an interview with Karat. Standard format as posted in other interview feedback. 5 or so system design questions, and then a multi-part coding question where they will ask time and space complexity. Seems like you need to get the first part of the coding question done and make a start on the second part. I felt unsure about how I did afterwards, but apparently I did pretty well. I think perhaps they're pretty lenient on this one, as I was pretty unsure about at least 1 of the system design questions, and straight up said the wrong complexity for the coding question. IMO the issues start here. Atlassian's interview material for subsequent stages stresses the importance of clean code, writing tests, and communication. The Karat interview (at least the coding part) is the opposite of this, it's just get the right solution at all costs. Next stage was two coding interviews. First one was apparently 'Code design', and they give me a variant of the Knapsack problem. Honestly not really sure how this is meant to evaluate 'code design', it's a straight up recursive or DP solution that I couldn't remember in the time allotted. Brute force might have been acceptable, it's really hard to tell. Second interview was data structures and algorithms. I overcomplicated and also didn't do well at this one. I managed to communicate the right solution after the interviewer helped me realise that I was going down the right path, but didn't get much further than this. Seemed like there might be the possibility of a down-level to Senior after my interview performance, but that didn't materialize. Pros: my recruiter was really responsive and kept me informed and in the loop at every stage. Cons: I think Atlassian need to either be straight up about the fact that they're just asking Leetcode questions, or change their interview practices. My recruiter and some of their prep material IMO de-emphasised things like optimality and sort of said 'well the Karat interview is more Leetcode style, where as the interviews with Atlassian are more 'real world''. The implication was that there was a focus on writing clean code and good unit tests. I don't think this is really accurate. The questions are straight up Leetcode, they just have nice explanations to contextualize them and make them seem like 'real world' problems. Perhaps I just got the wrong impression, but you can't say 'we're more interested in clean code and good tests' and then give me a question straight out of university CS, which would have been trivial if I'd revised it in the last week and is pretty tough otherwise. To sum up, I think the process if well run, and the questions are ultimately fair questions. I might have been misleveled at Principal, but I also feel like I would have prepped harder if Atlassian just said 'we do Leetcode style interviews', where as I feel like they were trying to portray more of a 'we ask real world type questions'.

      Interview questions [2]

      Question 1

      Solve a variant of the Knapsack problem
      Answer question

      Question 2

      Take a stream of 'upvotes' and 'downvotes' on particular pieces of 'content', and then return the ID of the most 'upvoted' piece of content
      Answer question
      2

      Other Principal Software Engineer interview reviews for Atlassian

      Principal Software Engineer Interview

      14 Mar 2026
      Anonymous interview candidate
      Sydney
      No offer
      Neutral experience
      Average interview

      Application

      I interviewed at Atlassian (Sydney)

      Interview

      Standard process for a platform engineer (SRR) role, around what you have completed. Completing a coding exam on data structures for this role is unusual though. Role seemed more for application development than SRE.

      Interview questions [1]

      Question 1

      Coding exam around structures. Example of where you have encountered difficulties in role.
      Answer question

      Principal Software Engineer Interview

      28 Oct 2025
      Anonymous interview candidate
      No offer
      Positive experience
      Average interview

      Application

      I interviewed at Atlassian

      Interview

      Coding task, algorithms. It was not very difficult, all worked. But probably was not as good as it should be. Interviewer was polite and professional, task was described, we had a chat about solution steps.

      Interview questions [1]

      Question 1

      What is the computational complexity of solutions algorithm's?
      Answer question

      Principal Software Engineer Interview

      11 Nov 2025
      Anonymous interview candidate
      Bengaluru
      No offer
      Positive experience
      Difficult interview

      Application

      I applied through a recruiter. The process took 2 months. I interviewed at Atlassian (Bengaluru) in Sept 2025

      Interview

      Had a great interview experience at Atlassian. The HR of company are friendly and responsive, interviewers are knowledgeable and positive during interview. I had a total of 6 rounds of interview 1. HR - HR just asks about your experience and check skills based fitment. 2. System Design - Question - Design a Url Scarping System. I was able to solve this. However the expectation is go deep and design the core Scrapping API. Which I was able to do after the interviewer insisted. So be ready to show case your API design skills, URL, Request, Response, Data Model etc. Also be ready to provide the tech stack along with tradeoffs. 3. Leadership and Craft - Lot of questions around delivery, project management, stakeholder management, mentoring etc. I did pretty well in this. 4. Values - This is about atlassian values, HR will tell you how to prepare for this. I did pretty well. 5. Data Structure - Last Hero Problem. In an F1 race find the person who has done fastest lap in all of race. I solved it using HashMap of racer and max lap time. Later on I sorted the map and gave the last lap hero. I made a silly mistake and my test cases were failing. Hence I did not make it. 5. LLD - I dont remember the question. It was around Most Popular content. I used HashMap for storing content and frequency (thumbs up/thumbs Down)

      Interview questions [1]

      Question 1

      Design a Url Scrapping System for scrapping photos from urls. You are given a list of seed urls and then you need to expand to other sites from there
      Answer question
      1