Upload Button Icon Add office photos

Filter interviews by

Atlassian Interview Questions, Process, and Tips

Updated 16 Jan 2025

Top Atlassian Interview Questions and Answers

View all 62 questions

Atlassian Interview Experiences

Popular Designations

88 interviews found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a passionate software engineering student with experience in web development and a strong desire to learn and grow.

    • Currently pursuing a degree in Computer Science

    • Proficient in languages such as Java, Python, and JavaScript

    • Experience with front-end technologies like HTML, CSS, and React

    • Completed internships at tech companies like Google and Microsoft

  • Answered by AI
  • Q2. Aws related questions

Software Engineer Intern Interview Questions asked at other Companies

Q1. Check if Two Trees are Mirror Given two arbitrary binary trees, your task is to determine whether these two trees are mirrors of each other. Explanation: Two trees are considered mirror of each other if: The roots of both the trees are the... read more
Add answer

Data Engineer Interview Questions & Answers

user image Anonymous

posted on 29 Dec 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is the architecture of Spark?

Data Engineer Interview Questions asked at other Companies

Q1. Optimal Strategy for a GameYou and your friend Ninjax are playing a game of coins. Ninjax place the 'N' number of coins in a straight line. The rule of the game is as follows: 1. Each coin has a value associated with it. 2. It’s a two-playe... read more
View answer (6)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Rate Limiter with possible test cases
  • Ans. 

    Rate limiter is a mechanism to control the rate of requests sent to a server

    • Implement a sliding window algorithm to track the number of requests within a specific time frame

    • Set a limit on the number of requests allowed per unit of time

    • Return an error response when the limit is exceeded

    • Test cases: 1. Send requests below the limit - should be successful. 2. Send requests above the limit - should receive an error response

  • Answered by AI
Round 2 - One-on-one 

(1 Question)

  • Q1. Rank teams based on some criteria
Round 3 - One-on-one 

(1 Question)

  • Q1. Job scheduler system design round

Senior Software Engineer Interview Questions asked at other Companies

Q1. Find Nth PrimeYou are given a number 'N'. Your task is to find Nth prime number. A prime number is a number greater than 1 that is not a product of two smaller natural numbers. Prime numbers have only two factors – 1 and the number itself. ... read more
View answer (6)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Create a tic tac toe game taking number of boards as a parameter
  • Ans. 

    Create a tic tac toe game with customizable number of boards.

    • Accept number of boards as a parameter

    • Create a 3x3 grid for each board

    • Implement logic to check for winning combinations on each board

  • Answered by AI
  • Q2. Create a feature flag component
  • Ans. 

    Feature flag component to control feature toggling in the application

    • Create a component that accepts a feature flag name as prop

    • Check if the feature flag is enabled or disabled

    • Render the component content based on the feature flag status

  • Answered by AI

Skills evaluated in this interview

Front end Engineer Interview Questions asked at other Companies

Q1. Pair SumYou are given an integer array 'ARR' of size 'N' and an integer 'S'. Your task is to return the list of all pairs of elements such that each sum of elements of each pair equals 'S'. Note: Each pair should be sorted i.e the first val... read more
View answer (4)

Atlassian interview questions for popular designations

 Senior Software Engineer

 (9)

 Software Developer

 (6)

 Software Developer Intern

 (5)

 Software Engineer Intern

 (5)

 Technical Support Engineer

 (4)

 Data Engineer

 (3)

 Senior Data Engineer

 (3)

 Software Engineer

 (3)

P40 Interview Questions & Answers

user image Anonymous

posted on 24 May 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Queue based batch processing
Round 2 - One-on-one 

(1 Question)

  • Q1. Android fundamentals and coding

Get interview-ready with Top Atlassian Interview Questions

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

I applied via Referral and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Karet Interview :
5 back to back System design question, we don't need to explain each component but more like list as many as points. Need to finish all the question in 15min

1-2 problem solving question : It's not fency algorithm round with tough question. But true problem solving round using basic knowledge such as hashmap, heap

Round 2 - Technical 

(3 Questions)

  • Q1. Design File System : You have given file size and collection in input 1 : get total size 2 : find top k collections in size
  • Ans. 

    Design a file system to calculate total size and find top k collections in size.

    • Create a file system class with methods to add files and calculate total size.

    • Maintain a data structure to store the collections and their sizes.

    • Implement a method to find the top k collections based on size.

    • Consider using a priority queue or sorting the collections based on size.

    • Handle edge cases like empty collections or invalid input siz

  • Answered by AI
  • Q2. Find total size
  • Ans. 

    Calculate the total size of an array of strings.

    • Iterate through the array and sum the length of each string.

    • Use the `length` property of each string to get its size.

    • Handle edge cases such as empty strings or null values.

  • Answered by AI
  • Q3. Find Top k collections
  • Ans. 

    The question is asking to find the top k collections.

    • Use a sorting algorithm to sort the collections in descending order based on a specific criteria.

    • Select the top k collections from the sorted list.

    • Return the selected collections as an array of strings.

  • Answered by AI

Skills evaluated in this interview

Top Atlassian Software Developer Interview Questions and Answers

Q1. Goku and Dragon BallsGoku has ‘N’ Dragon Balls. Each Dragon Ball is unique with the ith Dragon Ball having ‘i’ stars on it. For example, the first Dragon Ball has 1 star, the second Dragon Ball has 2 stars, and so on. Goku gave a task to Go... read more
View answer (4)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)

Jobs at Atlassian

View all
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Tags management

Staff Engineer Interview Questions asked at other Companies

Q1. Swap Adjacent Bit Pairs Problem Statement Given an integer N, your task is to compute the number that results from swapping each even position bit of N's binary representation with its adjacent odd bit to the right. Consider the least signi... read more
Add answer
Interview experience
1
Bad
Difficulty level
-
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Stored procedure sql hard
  • Q2. Easy dsa problem solving

Senior Data Engineer Interview Questions asked at other Companies

Q1. Write a query to get the customer with the highest total order value for each year, month. [Note: Order table is different and Customer table is different. Order_ID and Customer_ID are the PK of the table with Oid from Customer table being ... read more
View answer (2)

Senior R&D Engineer Interview Questions & Answers

user image hemani katyal

posted on 21 Nov 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Job Portal and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Karat interview taken by a third company on scenarios based questions for system design followed by Hashmap problem

Round 2 - Coding Test 

This was a coding round with design elements

Senior R&D Engineer Interview Questions asked at other Companies

Q1. What is your experience in Software configuration management tools like TCM, RTC, Synergy, Git and Git Hub?
View answer (1)
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Not Selected

I applied via Referral and was interviewed before Dec 2023. There were 4 interview rounds.

Round 1 - Coding Test 

The first round of the coding test in JavaScript was conducted through karat.io.

Round 2 - Coding Test 

During the browser coding round, the interviewer asked to build a component using ReactJS. This exercise was designed to assess your fundamental understanding of HTML, CSS, and React state management.

Round 3 - Case Study 

The third round was conducted to evaluate your JavaScript skills. The interviewer presented a code block and requested you to retrieve and handle the data. This round aimed to assess your understanding of API fetching and promise concepts.

Round 4 - Assignment 

The fourth round was the System Design Round, during which I was tasked with designing a JIRA ticketing system.

Interview Preparation Tips

Interview preparation tips for other job seekers - The fifth round focused on Values and Ethics, during which basic work ethics were discussed. Subsequently, the Managerial Round took place, where the interviewer asked questions related to my previous experiences, such as how I handled complex issues, among others.

Senior Front end Developer Interview Questions asked at other Companies

Q1. Discuss a time when you had to refactor a large codebase. How did you approach the task, and what steps did you take to ensure that the code remained maintainable and scalable?
View answer (1)

Atlassian Interview FAQs

How many rounds are there in Atlassian interview?
Atlassian interview process usually has 2-3 rounds. The most common rounds in the Atlassian interview process are Coding Test, Technical and One-on-one Round.
How to prepare for Atlassian interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Atlassian. The most common topics and skills that interviewers at Atlassian expect are JIRA, SAN, Agile, Python and Product Management.
What are the top questions asked in Atlassian interview?

Some of the top questions asked at the Atlassian interview -

  1. Difference between git and Mercurial, How do you resolve merge conflicts, How d...read more
  2. Take any example in ticket closing and explain how will you do hypothesis testi...read more
  3. How will you optimize ticket closing proc...read more
How long is the Atlassian interview process?

The duration of Atlassian interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Atlassian Interview Process

based on 82 interviews

Interview experience

4.1
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 810 Interviews
Zoho Interview Questions
4.3
 • 516 Interviews
Freshworks Interview Questions
3.5
 • 155 Interviews
View all

Atlassian Reviews and Ratings

based on 123 reviews

3.6/5

Rating in categories

3.3

Skill development

4.0

Work-life balance

4.1

Salary

3.1

Job security

3.5

Company culture

3.2

Promotions

3.3

Work satisfaction

Explore 123 Reviews and Ratings
Senior Software Engineer, Transactional Data Platform

Bangalore / Bengaluru

6-9 Yrs

₹ 20-110 LPA

Senior Data Engineer

Bangalore / Bengaluru

8-13 Yrs

Not Disclosed

Senior Software Engineer- Reliability

Bangalore / Bengaluru

3-11 Yrs

₹ 15-76.6 LPA

Explore more jobs
Software Engineer
166 salaries
unlock blur

₹16.5 L/yr - ₹43.6 L/yr

Senior Software Engineer
109 salaries
unlock blur

₹21.7 L/yr - ₹85 L/yr

Software Developer
105 salaries
unlock blur

₹20 L/yr - ₹85 L/yr

Sde1
55 salaries
unlock blur

₹26 L/yr - ₹86 L/yr

Software Development Engineer II
37 salaries
unlock blur

₹27.2 L/yr - ₹93 L/yr

Explore more salaries
Compare Atlassian with

Salesforce

4.0
Compare

Google

4.4
Compare

Amazon

4.1
Compare

Freshworks

3.5
Compare
Did you find this page helpful?
Yes No
write
Share an Interview