Upload Button Icon Add office photos

Filter interviews by

Atlassian Interview Questions and Answers

Updated 24 Mar 2025

Atlassian Interview Experiences

Popular Designations

89 interviews found

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Coding Test 

Basic data structure coding.

Senior Machine Learning Engineer Interview Questions asked at other Companies

Q1. Data formats in big Data, why each format.
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Jun 2024. There were 4 interview rounds.

Round 1 - Coding Test 

This was Karat round. Involving System Design and OOPs based 2 problems in 1hr

Round 2 - Coding Test 

Ranking based question

Round 3 - Coding Test 

LLD round around basic questions

Round 4 - Technical 

(2 Questions)

  • Q1. OOPs concepts, Multithreading
  • Q2. Scaling large scale apps

Senior Software Engineer Interview Questions asked at other Companies

Q1. Tell me about yourself. What technology are you using? What is a Collection? What are the different types of collection there? What is the difference between ArrayList and LinkedList What are the basic building blocks of Stream operators, s... read more
View answer (2)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

3rd party interview, by Karet

Round 2 - Coding Test 

Browser coding round

Round 3 - Coding Test 

Javascript coding round

Round 4 - One-on-one 

(1 Question)

  • Q1. System design: JIRA board

Senior Front End Engineer Interview Questions asked at other Companies

Q1. Pipe vs Directives. Explain the difference
View answer (1)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Hackerrank 3 questions were given of binary search dp and a math coding question

Round 2 - Technical 

(2 Questions)

  • Q1. Heap hard question
  • Q2. Nothing only one question was asked

Interview Preparation Tips

Interview preparation tips for other job seekers - I was not up to the mark

Top Atlassian Software Developer Intern Interview Questions and Answers

Q1. Ninja and His Meetings Problem Statement Ninja has started a new startup with a single conference room available for meetings. Given an array/list MEETINGS of consecutive appointment requests, Ninja must decide which meetings to accept. Sin... read more
View answer (1)

Software Developer Intern Interview Questions asked at other Companies

Q1. Sum of Maximum and Minimum Elements Problem Statement Given an array ARR of size N, your objective is to determine the sum of the largest and smallest elements within the array. Follow Up: Can you achieve the above task using the least numb... read more
View answer (5)

Atlassian interview questions for popular designations

 Senior Software Engineer

 (9)

 Software Developer

 (6)

 Software Engineer Intern

 (5)

 Software Developer Intern

 (5)

 Technical Support Engineer

 (4)

 Software Engineer

 (3)

 Senior Data Engineer

 (3)

 Data Engineer

 (3)

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Company Website and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Querstions related to rest ai
  • Q2. What happen when u click google.com
  • Ans. 

    When you click google.com, you are directed to the Google search engine homepage.

    • Redirects to Google search engine homepage

    • Allows you to search for information

    • Access to various Google services like Gmail, Maps, and Drive

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Update query in sql
  • Ans. 

    An update query in SQL is used to modify existing records in a database.

    • Use the UPDATE keyword followed by the table name

    • Set the column(s) to be updated using SET

    • Specify the new values for the columns

    • Add a WHERE clause to specify which records to update

  • Answered by AI
  • Q2. Linux telnet, ping commands

Skills evaluated in this interview

Technical Support Engineer Interview Questions asked at other Companies

Q1. Admin Questions :- What is Relationships what are types of relationships
View answer (4)
Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
-

I appeared for an interview in Feb 2025, where I was asked the following questions.

  • Q1. Browser Coding Round: Implement nested file structure (React)
  • Q2. Javascript Roud: write a function that returns a value of a feature flag.

Senior Frontend Web Developer Interview Questions asked at other Companies

Q1. What are the basic concepts of JavaScript, including the event loop, variable hoisting, and closures?
View answer (1)

Jobs at Atlassian

View all
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Basic questions about work experience ,salary
  • Q2. Also some tech questions related to network,api ,Linux,sql
Round 2 - Technical 

(2 Questions)

  • Q1. Java troubleshooting question,stack trace ,exceptions,SQL query ,indexing,SSL cert
  • Q2. Networking -HAR logs,html,css ,java script basic

Support Engineer Interview Questions asked at other Companies

Q1. How to handle escalations/ your approach to solve any issues/ why do you want to join support when already you are working on development
View answer (2)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Train a Decision Tree based on dataset provided?
  • Ans. 

    Train a Decision Tree based on provided dataset.

    • Preprocess the dataset by handling missing values and encoding categorical variables.

    • Split the dataset into training and testing sets.

    • Train the Decision Tree model on the training set.

    • Evaluate the model's performance on the testing set using metrics like accuracy or F1 score.

  • Answered by AI
  • Q2. How can you do feature selection?
  • Ans. 

    Feature selection can be done using techniques like filter methods, wrapper methods, and embedded methods.

    • Filter methods involve selecting features based on statistical measures like correlation, chi-squared test, etc.

    • Wrapper methods use a specific machine learning algorithm to evaluate the importance of features through iterative selection.

    • Embedded methods incorporate feature selection within the model training proces...

  • Answered by AI

Skills evaluated in this interview

Machine Learning Engineer Interview Questions asked at other Companies

Q1. Find Permutation Problem Statement Given an integer N, determine an array of size 2 * N that satisfies the following conditions: Each number from 1 to N appears exactly twice in the array. The distance between the second and first occurren... read more
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - Coding Test 

It has 4 coding questions ranging from easy to hard.

Round 2 - Technical 

(1 Question)

  • Q1. The question was to design a rate limiter where a user can make a maximum of 5 api calls per minute, if the api calls exceeded return false otherwise true. More variations like premium membership etc were ...
Round 3 - HR 

(1 Question)

  • Q1. Atlassian has 5 values and they preach them regularly. They ask situation based questions and expect answers to have those values.

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
View answer (1)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. What is the most challenging project you have handled in your career?
  • Q2. How do you deal with low performer?
Round 2 - One-on-one 

(1 Question)

  • Q1. How do you measure project success?
  • Ans. 

    Project success can be measured by meeting project goals, staying within budget and timeline, and receiving positive feedback from stakeholders.

    • Meeting project goals and objectives

    • Staying within budget and timeline

    • Receiving positive feedback from stakeholders

    • Achieving desired outcomes and deliverables

    • Maintaining high team morale and engagement

  • Answered by AI

Senior Engineering Manager Interview Questions asked at other Companies

Q1. How do you ensure a payment does get credited to wrong employee account?
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 83 interviews

Interview experience

4.1
  
Good
View more

Interview Questions from Similar Companies

Oracle Interview Questions
3.7
 • 857 Interviews
Amdocs Interview Questions
3.7
 • 515 Interviews
Adobe Interview Questions
3.9
 • 234 Interviews
Salesforce Interview Questions
4.0
 • 226 Interviews
24/7 Customer Interview Questions
3.5
 • 176 Interviews
Chetu Interview Questions
3.3
 • 174 Interviews
Dassault Systemes Interview Questions
4.0
 • 162 Interviews
AVASOFT Interview Questions
3.6
 • 162 Interviews
Freshworks Interview Questions
3.5
 • 161 Interviews
View all

Atlassian Reviews and Ratings

based on 126 reviews

3.5/5

Rating in categories

3.2

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 126 Reviews and Ratings
Senior Machine Learning engineer

Bangalore / Bengaluru

8-13 Yrs

Not Disclosed

Support Engineer

Bangalore / Bengaluru

3-11 Yrs

Not Disclosed

Machine Learning Engineer

Bangalore / Bengaluru

1-4 Yrs

Not Disclosed

Explore more jobs
Software Engineer
189 salaries
unlock blur

₹16.5 L/yr - ₹64.2 L/yr

Software Developer
112 salaries
unlock blur

₹20 L/yr - ₹85 L/yr

Senior Software Engineer
106 salaries
unlock blur

₹25 L/yr - ₹91.5 L/yr

Sde1
57 salaries
unlock blur

₹28 L/yr - ₹86 L/yr

Software Development Engineer II
43 salaries
unlock blur

₹25 L/yr - ₹96 L/yr

Explore more salaries
Compare Atlassian with

Salesforce

4.0
Compare

Google

4.4
Compare

Amazon

4.0
Compare

Oracle

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