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

I applied via Campus Placement and was interviewed in Aug 2022. There were 2 interview rounds.

Round 1 - Coding Test 

Simple or say standard coding questions of easy to medium level

Round 2 - One-on-one 

(2 Questions)

  • Q1. Standard dsa question was asked .the question was of easy to medium level leetcode.
  • Q2. Computer science fundamental dbms, computer network, operating sysytem basic system design

Interview Preparation Tips

Interview preparation tips for other job seekers - practice 3 to 5 leetcode questions on daily basis.
Be consistent through out your placement preparation.

SDE (Software Development Engineer) Interview Questions asked at other Companies

Q1. A string is given consisting of lowercase alphabets. Write a function which returns yes if the string has all the lowercase letters appearing in it at least once. O(N) time and without using extra space
View answer (3)

SDE-2 Interview Questions & Answers

user image Anonymous

posted on 20 May 2022

I was interviewed in Mar 2022.

Round 1 - Video Call 

(1 Question)

Round duration - 60 Minutes
Round difficulty - Easy

LLD Round (but with machine coding sort of expectations in whatever that can be done in 60 mins)

  • Q1. Design a Snake game.
  • Ans. 

    Design a snake game

    • Use a 2D array to represent the game board

    • Keep track of the snake's position and direction

    • Handle user input to change the snake's direction

    • Update the snake's position and check for collisions with walls or itself

    • Add food to the board and handle eating it to grow the snake

    • Keep track of the score and display it to the player

  • Answered by AI
Round 2 - Video Call 

(1 Question)

Round duration - 60 Minutes
Round difficulty - Easy

DSA 

  • Q1. 

    K Most Frequent Words Problem Statement

    Given an array of N non-empty words and an integer K, return the K most frequent words sorted by their frequency from highest to lowest.

    Example:

    Input:
    N = 6, K...
  • Ans. 

    Given an array of words and an integer k, return the k most frequent words sorted by frequency.

    • Use a hashmap to count the frequency of each word

    • Use a priority queue to keep track of the k most frequent words

    • Sort the priority queue based on frequency and lexicographical order

  • Answered by AI
Round 3 - Video Call 

Round duration - 60 Minutes
Round difficulty - Easy

Round 4 - Video Call 

Round duration - 60 Minutes
Round difficulty - Easy

Managerial Round (Some questions on projects and general situation based questions)

Round 5 - HR 

Round duration - 45 minutes
Round difficulty - Easy

Values round

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 2 in BangaloreEligibility criteriaNot aware of any such thing as I applied as experienced person.Atlassian interview preparation:Topics to prepare for the interview - Data Structures, System Design, Low level design, Machine codingTime required to prepare for the interview - 3 MonthsInterview preparation tips for other job seekers

Tip 1 : Practised topic wise leetcode questions from basics
Tip 2 : Watched so many system design mock interviews
Tip 3 : Did mock interviews with friends for DSA and System design rounds.

Application resume tips for other job seekers

Tip 1 : Single page resume.
Tip 2 : Get it proof read by friends and professionals and take feedback.

Final outcome of the interviewSelected

Skills evaluated in this interview

SDE-2 Interview Questions asked at other Companies

Q1. Maximum Frequency Number Problem Statement Given an array of integers with numbers in random order, write a program to find and return the number which appears the most frequently in the array. If multiple elements have the same maximum fre... read more
View answer (5)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Apr 2023. There were 3 interview rounds.

Round 1 - Coding Test 

4 Coding Question given to solve in 90 mins, 2- easy , 2 - med to hard level.

Round 2 - Technical 

(1 Question)

  • Q1. Technical Interview with question of maps , and also asked about internal structures of ordered and unordered map.
Round 3 - HR 

(1 Question)

  • Q1. Managerial and situation based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare dsa properly and check the companies values before the hr round

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
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed before Jul 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Most votes by a candidate given that people can give preference vote

Round 2 - System Design 

(1 Question)

  • Q1. Design Tagging System
  • Ans. 

    Design a tagging system for organizing and categorizing data.

    • Consider the types of data to be tagged (e.g. text, images, videos)

    • Create a standardized set of tags and categories

    • Allow for multiple tags to be assigned to each piece of data

    • Implement a search function based on tags

    • Consider implementing a hierarchy of tags for more complex categorization

  • Answered by AI

Principal Engineer Interview Questions asked at other Companies

Q1. what technique did you use to understand the root cause of the problem and isolate the specific task or process that needed attention
View answer (3)

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
4
Good
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Referral and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - Coding Test 

They asked 3 easy medium leetcode coding questions

Round 2 - Technical 

(1 Question)

  • Q1. Coding interview. Snake game

Top Atlassian Software Developer Interview Questions and Answers

Q1. Structurally Unique Binary Trees of Dragon Balls Goku has ‘N’ Dragon Balls, where each Dragon Ball is unique. The ith Dragon Ball has ‘i’ stars on it, meaning the first Dragon Ball has 1 star, the second has 2 stars, and so on. Gohan needs ... read more
View answer (1)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)

Get interview-ready with Top Atlassian Interview Questions

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

I applied via Campus Placement and was interviewed before Oct 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Coding Test 

3 Questions :
1 hard, 1 medium, 1 easy

Round 3 - Technical 

(1 Question)

  • Q1. 1 DSA question. Create an API service such that we can limit the number of access of any particular user. So any user can access the function only a particular number of times in a minute. Can be solved u...
Round 4 - HR 

(1 Question)

  • Q1. This was a combined round for technical and HR. Most questions were dedicated to the HR aspect. Example of questions: 1. Have you worked in a team? 2. What challenges did you face while working in a team...

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident and have a thorough preparation for HR interview.

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)

Jobs at Atlassian

View all

Interview Questions & Answers

user image Anonymous

posted on 30 Jul 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Jul 2023. There was 1 interview round.

Round 1 - Coding Test 

Easy to Medium Question

Interview Questions & Answers

user image Anonymous

posted on 24 May 2024

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

I applied via Recruitment Consulltant and was interviewed before May 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Android fundamentals

Interview Questions & Answers

user image Router Maven

posted on 2 Mar 2024

Interview experience
3
Average
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - Aptitude Test 

Hackerrank take your time with it.

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected

I applied via Referral and was interviewed before Oct 2022. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Solution designs at my current job
  • Ans. 

    I have extensive experience in creating solution designs at my current job.

    • I have led multiple cross-functional teams to develop innovative solutions

    • I have a strong background in analyzing requirements and translating them into technical designs

    • I have successfully implemented various solutions to improve efficiency and productivity

    • I have experience in presenting and defending solution designs to stakeholders

  • Answered by AI
  • Q2. Questions on scalability
Round 2 - Values 

(1 Question)

  • Q1. Give examples around values
  • Ans. 

    Values are principles or beliefs that guide behavior and decision-making.

    • Values can include honesty, integrity, respect, and teamwork.

    • An example of values in action is a company prioritizing transparency in communication with employees.

    • Another example is an individual choosing to speak up against unethical behavior in the workplace.

    • Values can also be demonstrated through actions such as volunteering in the community or

  • Answered by AI

Engineering Manager Interview Questions asked at other Companies

Q1. System Design - how would design a trading system, what db, cloud you would consider and why? how would ensure data is real time not near real time? How would you set up devOps for this ?
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.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