Aller au contenuAller au pied de page
  • Emplois
  • Entreprises
  • Salaires
  • Pour les employeurs

      Boostez votre carrière

      Découvrez votre salaire potentiel, décrochez des emplois de rêve et partagez vos témoignages de manière anonyme.

      employer cover photo
      employer logo
      employer logo

      Atlassian

      Employeur impliqué

      À propos
      Avis
      Salaires et avantages
      Emplois
      Entretiens
      Entretiens
      Recherches associées: Avis sur Atlassian | Offres d’emploi chez Atlassian | Salaires chez Atlassian | Avantages sociaux chez Atlassian
      Entretiens chez AtlassianEntretiens d’embauche pour Frontend Software Engineer chez AtlassianEntretien chez Atlassian


      Glassdoor

      • À propos
      • Récompenses
      • Blog
      • Nous contacter
      • Guides

      Employeurs

      • Compte employeur gratuit
      • Centre employeur
      • Blog pour les employeurs

      Informations

      • Aide
      • Règles de la communauté
      • Conditions d'utilisation
      • Confidentialité et choix publicitaires
      • Ne pas vendre ni partager mes informations
      • Outil de consentement aux cookies

      Travailler avec nous

      • Annonceurs
      • Carrières
      Télécharger l'application

      • Parcourir par :
      • Entreprises
      • Emplois
      • Lieux

      Copyright © 2008-2026. Glassdoor LLC. « Glassdoor », son logo, « Worklife Pro » et « Bowls » sont des marques déposées de Glassdoor LLC.

      Entreprises suivies

      Tenez-vous au courant des dernières opportunités et profitez de conseils d’initiés en suivant les entreprises de vos rêves.

      Recherche d’emplois

      Obtenez des recommandations et des mises à jour personnalisées en démarrant vos recherches.

      Entretien pour Frontend Software Engineer

      30 août 2020
      Employé (anonyme)
      Mountain View, CA

      Autres retours d’entretien d’embauche pour un poste comme Frontend Software Engineer chez Atlassian

      Entretien pour Frontend Developer

      26 oct. 2025
      Employé (anonyme)
      Bengaluru
      Offre acceptée
      Expérience positive
      Offre acceptée
      Expérience positive
      Entretien moyen

      Candidature

      J'ai postulé via la recommandation d'un employé. Le processus a pris 2 semaines. J'ai passé un entretien chez Atlassian (Mountain View, CA) en août 2020

      Entretien

      I was referred by an employee, the interview process for me started and ended within 7 days after phone screen. I got an offer 5 days after my onsite interview. There's 1 initial phone call with a recruiter, 1 technical phone screen, and the onsite which consists of 5 interviews. Recruiter phone call ~ Talks about Atlassian values, questions your salary range, explains the process, and helps you schedule your phone screen. Phone screen interview ~ This interview lasts about an hour but the interviewer will give around 10 minutes at the end for questions like many other tech companies do. For me they asked questions related to JavaScript async / await & promises usage to get a better understanding of how I manage data handling. There was also a followup question that extended the previous question to get a sense of how I would handle scaling. Note that this was really the only interview that had anything related to leetcode practice, so don't think that because you leetcoded a ton means you can get by the onsite. Onsite (1 values, 1 frontend coding, 1 frontend design, 1 system design, 1 manager int) ~ The technical interviews... For me the frontend coding was similar to the phone screen with some twist. The frontend design was to replicate a ui and it's behavior with any framework of your choice. System design was to come up with a way to build a ui layout and it's features, (resembles an Atlassian product...). Previous glassdoor interview reviews didn't help me much to be honest. There wasn't clearcut alg/ds questions but rather building ui and their features that required a deep understanding of alg/ds.

      Questions d'entretien [3]

      Question 1

      Flatten List + async/await - Leetcode
      2 réponse(s)

      Question 2

      Build a custom UI and debug.
      2 réponse(s)

      Question 3

      System design high-level UI design.
      1 réponse
      12
      Entretien moyen

      Candidature

      J'ai passé un entretien chez Atlassian (Bengaluru)

      Entretien

      They mostly focus on your react and js knowledge and won't ask leetcode style data structure and algo questions. There are total 6 rounds of interview for P40 front end level.

      Questions d'entretien [1]

      Question 1

      In Karet round they ask things in plain JS and react is not allowed
      Répondre à cette question

      Entretien pour Frontend Software Engineer

      10 mars 2025
      Candidat à l'entretien anonyme
      Aucune offre
      Expérience négative
      Entretien moyen

      Candidature

      J'ai postulé via la recommandation d'un employé. J'ai passé un entretien chez Atlassian

      Entretien

      After the initial phone screen I had to setup an interview through Karat, which I had never used before. The interview is all vanilla JS. The first part is questions like "what is the expected output of this code? How would you fix it?" and you have to solve it by looking at it (you can't run it), questions like "what is the difference between bandwidth and latency", then a coding challenge in vanilla HTML and CSS (no JS) to style something (you'll get an image to use as reference), then a challenge to build a component in vanilla JS (so know how to do DOM manipulation). The Karat IDE is extremely frustrating because it does not format or autocomplete, nor will it yell at you if you forgot to close a tag, and you have to click 'run' (no hot refresh). Unlike a regular coding challenge, you can't ask the interviewer any questions and they won't help you at all, even if you get stuck on something dumb (like not closing a paragraph tag and wasting time trying to figure out what the issue was because the IDE didn't tell me anything, nor did the interviewer). The DOM manipulation part was also annoying. Is Atlassian really requiring devs to `document.appendChild()` in their code? It was a pretty impersonal experience and I think I'll avoid any future interviews with companies that use Karat.

      Questions d'entretien [1]

      Question 1

      call an API and build a todo list with vanilla JS
      Répondre à cette question
      6

      Entretien pour Frontend Developer

      8 sept. 2023
      Employé (anonyme)
      Bengaluru
      Offre acceptée
      Expérience neutre
      Entretien facile

      Candidature

      J'ai passé un entretien chez Atlassian (Bengaluru)

      Entretien

      It is about first round for Frontend Developer role that conducted on Karat. All questions they asked related to only HTML, CSS, and Javascript. 1. Can you find is there any security issue in javascript code? const data = await fetch("api") const div = document.getElementById("todo") div.innerHTML = data So in that I need to find what is that how can resolve it. 2. they gave an image url and I need to make same ui as it is. there were 6 points there I need to fulfil those. a. one title heading that need to align in center with bold b. there were one image that should be on left side with covering 30% width of viewport. c. on right side one paragraph there that should cover remaining view port as 30% covering by image. d. one metadata - "Published - 2023" that was at right end. 3. Given an API returning a list of todos, we want to fetch the list, create a separate block for each user, and display their todos in the appropriate block. Use this endpoint URL to get the todos: https://dummyjson.com/todos?limit=10&skip=80. It will return the following structure with total of 10 todos: { "todos": [ { "id": 1, "todo": "Do something nice for someone I care about", "completed": true, "userId": 26 }, ], } Each block should contain the userId as the title of the block and the list of todos.

      Questions d'entretien [1]

      Question 1

      1. Can you find is there any security issue in javascript code? const data = await fetch("api") const div = document.getElementById("todo") div.innerHTML = data So in that I need to find what is that how can resolve it. 2. they gave an image url and I need to make same ui as it is. there were 6 points there I need to fulfil those. a. one title heading that need to align in center with bold b. there were one image that should be on left side with covering 30% width of viewport. c. on right side one paragraph there that should cover remaining view port as 30% covering by image. d. one metadata - "Published - 2023" that was at right end. 3. Given an API returning a list of todos, we want to fetch the list, create a separate block for each user, and display their todos in the appropriate block. Use this endpoint URL to get the todos: https://dummyjson.com/todos?limit=10&skip=80. It will return the following structure with total of 10 todos: { "todos": [ { "id": 1, "todo": "Do something nice for someone I care about", "completed": true, "userId": 26 }, ], } Each block should contain the userId as the title of the block and the list of todos.
      Répondre à cette question
      24