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
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. K Largest Elements Problem Statement You are given an integer k and an array of integers that contain numbers in random order. Write a program to find the k largest numbers from the given array. You need to save them in an array and return ... read more
View answer (1)
Atlassian Interview Questions and Answers for Freshers
illustration image
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)
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)

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)

Get interview-ready with Top Atlassian Interview Questions

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)

Jobs at Atlassian

View all
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)

Software Development Engineer II Interview Questions & Answers

user image Suraj Udayashankar (Suraj Uday)

posted on 7 Aug 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Graphql implementation

Round 2 - Coding Test 

System design questions : HLD and LLD

Round 3 - HR 

(2 Questions)

  • Q1. Salary expectations
  • Q2. Strengths and weakness

Software Development Engineer II Interview Questions asked at other Companies

Q1. Given 2 large numeric comma seperated strings. You need to calculate their sum along with maintaining the correct position of commas. Example Test Case - s1 - "123,456,788" s2 - "1" output - "123,456,789" constraints - since the strings can... read more
View answer (1)
Contribute & help others!
anonymous
You can choose to be anonymous

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.

Recently Viewed

JOBS

Atlassian

No Jobs

SALARIES

Siemens EDA

INTERVIEWS

DBS Bank

No Interviews

DESIGNATION

SALARIES

AlphaSense

SALARIES

AlphaSense

INTERVIEWS

Mentor Graphics

No Interviews

INTERVIEWS

Siemens EDA

No Interviews

SALARIES

DBS Bank

LIST OF COMPANIES

Siemens EDA

Overview

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.4k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 790 Interviews
Zoho Interview Questions
4.3
 • 505 Interviews
Freshworks Interview Questions
3.5
 • 155 Interviews
View all

Atlassian Reviews and Ratings

based on 122 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 122 Reviews and Ratings
Senior Support Engineer

Bangalore / Bengaluru

8-14 Yrs

Not Disclosed

Senior Engineering Manager

Bangalore / Bengaluru

10-15 Yrs

Not Disclosed

Senior Backend Software Engineer

Remote

6-11 Yrs

Not Disclosed

Explore more jobs
Software Engineer
166 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
109 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
105 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Sde1
55 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Development Engineer II
37 salaries
unlock blur

₹0 L/yr - ₹0 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