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 & benefits
      Jobs
      Interviews
      Interviews
      Related searches: Atlassian reviews | Atlassian jobs | Atlassian salaries | Atlassian benefits | Atlassian conversations
      Atlassian interviewsAtlassian Front End Developer interviewsAtlassian interview


      Glassdoor

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

      Employers

      • Free Employer Account
      • Employer Center
      • Employers Blog

      Information

      • Help
      • Guidelines
      • Terms of Use
      • Privacy & 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 personalized job recommendations and updates by starting your searches.

      Front End Developer Interview

      Feb 11, 2017
      Anonymous Interview Candidate
      Sydney
      No offer
      Negative experience
      Difficult interview

      Application

      I applied through a recruiter. The process took 4 days. I interviewed at Atlassian (Sydney) in Jan 2017

      Interview

      1) Plans a date in a calendar for a phone call with internal recruiter 2) 15 min conversation with recruiter (the screening) 3) You get sent a test on the site hackerrank to be completed in 90 minutes (5 questions). Based on my first experience with hackerrank, I've now decided to boycott any company that uses hackerrank. reasons: 1) The interface is absolute horrendous, very difficult to work with. 2) None of the questions are tailored to a frontend developer (as if written by a backend dev and an attempt is made to keep it as generic as possible) and using wrong wording (e.g., generic coding terminology that could mean anything in JavaScript). 3) Someone who just came out of school could possibly pass this with ease, but someone who has been working for a while, would not (I've been a dev for 15 years, a technical lead). The questions are very reminiscent of the questions we used to get in university (very unpractical, tailored to applying mathematics in coding, rather than coding itself).

      Interview questions [1]

      Question 1

      Question (1/5): We have a robot that can pick up blocks from a stash, move them horizontally, and lower them in place. There are 10 positions available to lower blocks, numbered from 0 to 9. Each position can hold up to 15 blocks. [Two diagrams with the hexidecimal axis of x-axis [0-9], and y-axis [1-F] and arbitrary placement of blocks in diagram] The robot understands the commands 'P', 'M' and 'L': P: Pickup from the stash and move to position 0 M: Move to the next position L: Lower the block The robot is safe to operate and very forgiving: • There are always blocks in the stash (Pickup will always get a block). • If the robot already holds a block, Pickup will reset the robot to position 0. • The robot will not go beyond position 9. Trying to Move it further does nothing. • Lowering a block on a pile of 15 blocks does nothing (and the robot will keep any block it holds). • Lowering without a block does nothing. • The robot ignores any command that is not 'P', 'M' or 'L' Implement a function that takes a [String] of commands for the robot. The function should output a [String] representing the number of blocks (in hexadecimal) at each position after running all the commands. This all has to be implemented in an input field below it with random data coming from the backend.
      Answer question
      26

      Other Front End Developer Interview Reviews for Atlassian

      Front End Developer Interview

      Aug 30, 2025
      Anonymous Interview Candidate
      Sydney
      No offer
      Positive experience
      Average interview

      Application

      I applied through an employee referral. I interviewed at Atlassian (Sydney)

      Interview

      First round in Karat, the interviewer accent is quite strong, and it’s divided into 3 parts. First js question, second html css, third js fetch api get data. The api data have to decode. And it allows google search but not ai

      Front End Developer Interview

      May 11, 2025
      Anonymous Interview Candidate
      Perth, Western Australia
      No offer
      Positive experience
      Easy interview

      Application

      I applied online. The process took 4 weeks. I interviewed at Atlassian (Perth, Western Australia) in Apr 2025

      Interview

      First tech screen on Karat: Online coding platform is provided. The interviewer may be changed before the appointment. Can only be rescheduled once and the updated date should be within a week range.

      Interview questions [1]

      Question 1

      Short questions about JavaScript knowledge, like promise, array methods, and generator. Implementing UI with HTML and CSS. The final JavaScript question is more about fetching data and displaying data on the browser.
      Answer question
      1

      Front End Developer Interview

      Jul 7, 2024
      Anonymous Interview Candidate
      Bengaluru
      No offer
      Positive experience
      Difficult interview

      Application

      I applied online. I interviewed at Atlassian (Bengaluru)

      Interview

      I applied for Frontend Developer job through LinkedIn. It was long interview. There were 5-6 rounds. First was karat interview and followed by other interviews. Prepare Data Structures and Algorithms questions. Practise a lot.

      Interview questions [1]

      Question 1

      What is the difference between script, script async and script defer?
      1 Answer
      4