Logo

Get AmbitionBox App

Faster and better experience!

AmbitionBox

AmbitionBox

Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
  • Home
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Awards 2024
  • Campus Placements
  • Practice Test
  • Compare Companies
+ Contribute
notification
notification
Login
  • Home
  • Communities
  • Companies
    • Companies

      Discover best places to work

    • Compare Companies

      Compare & find best workplace

    • Add Office Photos

      Bring your workplace to life

    • Add Company Benefits

      Highlight your company's perks

  • Reviews
    • Company reviews

      Read reviews for 6L+ companies

    • Write a review

      Rate your former or current company

  • Salaries
    • Browse salaries

      Discover salaries for 6L+ companies

    • Salary calculator

      Calculate your take home salary

    • Are you paid fairly?

      Check your market value

    • Share your salary

      Help other jobseekers

    • Gratuity calculator

      Check your gratuity amount

    • HRA calculator

      Check how much of your HRA is tax-free

    • Salary hike calculator

      Check your salary hike

  • Interviews
    • Company interviews

      Read interviews for 40K+ companies

    • Share interview questions

      Contribute your interview questions

  • Jobs
  • Awards
    pink star
    WINNERS AWAITED!
    • ABECA 2025
      WINNERS AWAITED!

      AmbitionBox Employee Choice Awards - 4th Edition

    • ABECA 2024

      AmbitionBox Employee Choice Awards - 3rd Edition

    • AmbitionBox Best Places to Work 2022

      2nd Edition

    • AmbitionBox Best Places to Work 2021

      1st Edition

For Employers
Upload Button Icon Add office photos
logo
Employer? Claim Account for FREE

Atlassian

Compare button icon Compare button icon Compare
3.4

based on 131 Reviews

Play video Play video Video summary
  • About
  • Reviews
    131
  • Salaries
    2.1k
  • Interviews
    90
  • Jobs
    53
  • Benefits
    5
  • Photos
    -
  • Posts
    2

Filter interviews by

Atlassian Interview Questions and Answers

Updated 30 Apr 2025
Popular Designations

43 Interview questions

🔥 Asked by recruiter 2 times
A Senior Engineering Manager was asked 2w ago
Q. Design a web crawler.
Ans. 

A web crawler is a program that systematically browses the web to index content for search engines or data analysis.

  • URL Queue: Maintain a queue of URLs to visit, starting with a seed URL like 'https://example.com'.

  • Fetching: Use HTTP requests to fetch the content of the web pages, handling different response codes (e.g., 200 OK, 404 Not Found).

  • Parsing: Extract useful information from the fetched HTML, such as links...

View all Senior Engineering Manager interview questions
A Senior Software Engineer was asked 4mo ago
Q. Design and implement a rate limiter.
Ans. 

Rate limiter design using token bucket algorithm

  • Use token bucket algorithm to limit the rate of requests

  • Maintain a bucket with tokens that get refilled at a constant rate

  • Each request consumes a token from the bucket, rejecting requests when no tokens are available

View all Senior Software Engineer interview questions
A Staff Engineer was asked 6mo ago
Q. Implement a method that returns total usage.
Ans. 

Implement a method to return total usage

  • Create a method that calculates the total usage by summing up individual usage values

  • Ensure the method can handle different types of usage data (e.g. integers, floats)

  • Consider implementing error handling for invalid input data

  • Test the method with sample data to verify its accuracy

View all Staff Engineer interview questions
A Staff Engineer was asked 6mo ago
Q. Given a file with a special tag called container, list the k containers with maximum usage.
Ans. 

List all containers with max usage of the special tag 'container'.

  • Identify all containers with the special tag 'container'.

  • Calculate the usage of each container.

  • Find the container(s) with the maximum usage.

View all Staff Engineer interview questions
A Product Designer was asked 7mo ago
Q. What is your approach to managing opposing directions from different leads?
Ans. 

I prioritize clear communication, seek common ground, and involve all stakeholders in decision-making.

  • Open communication with all leads to understand their perspectives

  • Identify common goals and areas of agreement

  • Involve all stakeholders in decision-making process

  • Seek compromise or alternative solutions when necessary

View all Product Designer interview questions
A Machine Learning Engineer was asked 10mo ago
Q. How can you perform 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 p...

View all Machine Learning Engineer interview questions
A Machine Learning Engineer was asked 10mo ago
Q. Train a Decision Tree based on the provided dataset.
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.

View all Machine Learning Engineer interview questions
Are these interview questions helpful?
A Senior Backend Developer was asked 11mo ago
Q. Design the Snake game.
Ans. 

Snake game is a classic arcade game where a player controls a snake to eat food and grow longer while avoiding collisions with walls and itself.

  • Create a grid-based game board where the snake can move in four directions (up, down, left, right)

  • Generate food randomly on the board for the snake to eat and grow in length

  • Implement collision detection to check if the snake hits the walls or itself

  • Update the game state co...

View all Senior Backend Developer interview questions
A Senior Data Engineer was asked 12mo ago
Q. Given a sorted array of integers, find the leftmost and rightmost index of a target element using binary search.
Ans. 

Binary search algorithm can be used to find the left and right index of an element in a sorted array.

  • Initialize left and right pointers to 0 and length-1 respectively.

  • While left <= right, calculate mid index and compare element with array[mid].

  • If element is found, update left and right pointers accordingly for left and right index.

  • If element is not found, adjust left or right pointer based on comparison with array...

View all Senior Data Engineer interview questions
A Software Engineer Intern Trainee was asked 12mo ago
Q. Explain the simple DSA problem of DFS and BFS.
Ans. 

DFS and BFS are fundamental graph traversal algorithms used to explore nodes in a graph.

  • DFS (Depth First Search) explores as far as possible along each branch before backtracking. It uses a stack to keep track of nodes.

  • BFS (Breadth First Search) explores all the neighbor nodes at the present depth prior to moving on to the nodes at the next depth. It uses a queue to keep track of nodes.

  • Example: For a graph with no...

View all Software Engineer Intern Trainee interview questions
1 2 3 4 5

Atlassian Interview Experiences

90 interviews found

Technical Support Engineer Interview Questions & Answers

user image Anonymous

posted on 26 Nov 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. How does internet works
  • Add your answer
  • Q2. HTTP codes SQL troubleshooting
  • Add your answer
Round 2 - Technical 

(1 Question)

  • Q1. SQL python java
  • Add your answer
Round 3 - HR 

(2 Questions)

  • Q1. Salary negotiations
  • Add your answer
  • Q2. Work shifts questions
  • Add your answer

Technical Support Engineer Interview Questions asked at other Companies

Q1. Admin Questions :- What is Relationships what are types of relationships
View answer (4)
Anonymous

Software Engineer Intern Interview Questions & Answers

user image Anonymous

posted on 7 Oct 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected
Round 1 - Coding Test 

Coding test on hackerrank

Questions I got were:
- -----
- -----
- -----

Round 2 - Technical 

(1 Question)

  • Q1. The coding round itself involved creating a class in python that handled the popularity of content on a fictional platform. -----
  • Add your answer
Round 3 - HR 

(1 Question)

  • Q1. Tell me a time where things didn't go as planned
  • Ans. 

    During a group project in college, our team faced unexpected technical issues that delayed our progress.

    • Our team was working on a group project in college when we encountered unexpected technical issues.

    • The issues caused delays in our progress and required us to come up with alternative solutions.

    • Despite the setbacks, we were able to troubleshoot the problems and successfully complete the project on time.

  • Answered by AI
    Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - - The interviewers help you a lot!
- I found a lot advice and prep questions before on glassdoor.com and tquest.me as well as reddit discussions which really helped

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)
Anonymous

Principal Architect Interview Questions & Answers

user image Anonymous

posted on 19 Dec 2024

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

I applied via LinkedIn and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Challenges on Leetcode that are classified as hard and can be coded using an IDE along with test cases.

Round 2 - Coding Test 

Low level design of parking lot

Round 3 - Lld 

(1 Question)

  • Q1. System design of a scalable distributed system
  • Add your answer

Principal Architect Interview Questions asked at other Companies

Q1. Have you worked on gRPC , Kafka and payment gateway ?
View answer (1)
Anonymous

Senior Software Engineer Interview Questions & Answers

user image Anonymous

posted on 15 Jan 2025

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected
Round 1 - Coding Test 

DSA round leetcode style question

Round 2 - Technical 

(1 Question)

  • Q1. Design + Coding round for rate limiter
  • Ans. 

    Rate limiter design using token bucket algorithm

    • Use token bucket algorithm to limit the rate of requests

    • Maintain a bucket with tokens that get refilled at a constant rate

    • Each request consumes a token from the bucket, rejecting requests when no tokens are available

  • Answered by AI
    Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Final round - System Design

Senior Software Engineer Interview Questions asked at other Companies

Q1. Nth Prime Number Problem Statement Find the Nth prime number given a number N. Explanation: A prime number is greater than 1 and is not the product of two smaller natural numbers. A prime number has exactly two distinct positive divisors: 1... read more
View answer (3)
Anonymous

Staff Engineer Interview Questions & Answers

user image Anonymous

posted on 5 Nov 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I appeared for an interview in Oct 2024.

Round 1 - One-on-one 

(3 Questions)

  • Q1. File system implementation question
  • Add your answer
  • Q2. Implement method which returns total usage
  • Ans. 

    Implement a method to return total usage

    • Create a method that calculates the total usage by summing up individual usage values

    • Ensure the method can handle different types of usage data (e.g. integers, floats)

    • Consider implementing error handling for invalid input data

    • Test the method with sample data to verify its accuracy

  • Answered by AI
    Add your answer
  • Q3. A file will have special tag call container , list all the k container with max usgae
  • Ans. 

    List all containers with max usage of the special tag 'container'.

    • Identify all containers with the special tag 'container'.

    • Calculate the usage of each container.

    • Find the container(s) with the maximum usage.

  • Answered by AI
    Add your answer

Skills evaluated in this interview

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
View answer (1)
Anonymous

Senior Software Engineer Interview Questions & Answers

user image Awanesh Yadav

posted on 27 Nov 2024

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

Karat Interview for next filtering the candidate

Round 2 - One-on-one 

(2 Questions)

  • Q1. Design Snake Game (Nokia based)
  • Ans. 

    Design a classic Snake game based on Nokia phones.

    • Use a 2D array to represent the game board.

    • Implement logic for snake movement and growth.

    • Include collision detection with walls and itself.

    • Add food items for the snake to eat and grow.

    • Display the game on a grid-based interface.

  • Answered by AI
    Add your answer
  • Q2. Ballot based voter
  • Add your answer

Skills evaluated in this interview

Senior Software Engineer Interview Questions asked at other Companies

Q1. Nth Prime Number Problem Statement Find the Nth prime number given a number N. Explanation: A prime number is greater than 1 and is not the product of two smaller natural numbers. A prime number has exactly two distinct positive divisors: 1... read more
View answer (3)
Anonymous

SDE Intern Interview Questions & Answers

user image Anonymous

posted on 10 Dec 2024

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

Dsa+cp type 3 questions

Round 2 - Technical 

(1 Question)

  • Q1. Dsa type with follow up like dp
  • Ans. 

    Dynamic Programming is a common type of problem in Data Structures and Algorithms.

    • DP is a method for solving complex problems by breaking them down into simpler subproblems

    • It involves storing the results of subproblems to avoid redundant calculations

    • Examples of DP problems include Fibonacci sequence, Longest Common Subsequence, and Knapsack problem

  • Answered by AI
    Add your answer
Round 3 - HR 

(1 Question)

  • Q1. Scenario based hr question
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for hr rounds and dsa for technical one.

SDE Intern Interview Questions asked at other Companies

Q1. Given a string of containing lower case letters and upper case characters. Find the number of occurrences of each character. The question was further modified to include the special characters as well. I was asked to design the test cases f... read more
View answer (2)
Anonymous

Senior Software Engineer Interview Questions & Answers

user image Anonymous

posted on 11 Jan 2025

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Design Snake game LLD

Senior Software Engineer Interview Questions asked at other Companies

Q1. Nth Prime Number Problem Statement Find the Nth prime number given a number N. Explanation: A prime number is greater than 1 and is not the product of two smaller natural numbers. A prime number has exactly two distinct positive divisors: 1... read more
View answer (3)
Anonymous

Summer Intern Interview Questions & Answers

user image Anonymous

posted on 25 Aug 2024

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

I applied via Campus Placement

Round 1 - Coding Test 

3 medium dsa questions on Hackerrank

Round 2 - Technical 

(1 Question)

  • Q1. Class based graph question of easy level implementation of oops and dsa
  • Add your answer
Round 3 - HR 

(1 Question)

  • Q1. Many situational questions about projects.
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared to tell stories about different things relating to projects done in past.

Summer Intern Interview Questions asked at other Companies

Q1. There are 8 bottles of milk, one of which is poisoned. What is the minimum number of people required to identify the poisoned bottle if a person dies within 24 hours of drinking the poison, and you only have 24 hours?
View answer (6)
Anonymous

Principal Software Engineer Interview Questions & Answers

user image RRM

posted on 27 Nov 2024

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

I applied via Recruitment Consulltant and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Coding Test 

Design a rate limiter api

Principal Software Engineer Interview Questions asked at other Companies

Q1. Codng question:For the given stream of integers, calculate the avg,print top 10 elements and bottom 10 elements. It was not clearly mentioned on the problem. After poking more on the problem only provided the details.
View answer (1)
Anonymous

Top trending discussions

View All
Salary Discussions, Hike & Promotions
6d
a product owner
Mind Blown: Asked for 26 LPA, Company Offered 30 LPA + Fully Remote!
Hey everyone, Experiencing something new in my job search and could use some collective wisdom! Quick background: I'm a Product Owner, 9 years in, currently hybrid at 18.5 LPA (17.6 fixed). I was interviewing for another hybrid role and felt 26 LPA was a reasonable ask (it was for Pune, I'm currently in Ahmedabad). I had two rounds of interviews, and they felt really good, especially the second one. Fast forward to the offer stage... they offered me 30 LPA CTC, fully remote! Don't get me wrong, I'm thrilled! But also scratching my head a bit. Why offer 4 lakhs above my asking price? * Did I lowball myself that much? * Are their internal pay scales just that high for the role/level? * Was my interview performance that strong? * Trying to preempt a counteroffer situation? Has anyone, especially recruiters, ever seen this happen? What are the likely reasons a company goes significantly above the candidate's ask? Would love to hear your theories or experiences!
Got a question about Atlassian?
Ask anonymously on communities.
More about working at Atlassian
  • HQ - Sydney,New South Wales, Australia
  • Software Product
  • 1k-5k Employees (India)
  • Internet
  • Hardware & Networking

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. What is your approach to managing opposing directions from different lea...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 Interviews By Designations

  • Atlassian Senior Software Engineer Interview Questions
  • Atlassian Software Developer Interview Questions
  • Atlassian Software Engineer Intern Interview Questions
  • Atlassian Software Developer Intern Interview Questions
  • Atlassian Technical Support Engineer Interview Questions
  • Atlassian Software Engineer Interview Questions
  • Atlassian Senior Data Engineer Interview Questions
  • Atlassian Data Engineer Interview Questions
  • Show more
  • Atlassian Data Analyst Interview Questions
  • Atlassian Engineering Manager Interview Questions

Interview Questions for Popular Designations

  • Senior Software Engineer Interview Questions
  • Software Developer Interview Questions
  • Software Developer Intern Interview Questions
  • Software Engineer Intern Interview Questions
  • Technical Support Engineer Interview Questions
  • Analyst Interview Questions
  • Software Engineer Interview Questions
  • Associate Software Engineer Interview Questions
  • Show more
  • Graduate Engineer Trainee (Get) Interview Questions
  • Data Analyst Interview Questions

Overall Interview Experience Rating

4.1/5

based on 84 interview experiences

Difficulty level

Easy 10%
Moderate 82%
Hard 8%

Duration

Less than 2 weeks 47%
2-4 weeks 30%
4-6 weeks 17%
6-8 weeks 6%
View more

Interview Questions from Similar Companies

Oracle
Oracle Interview Questions
3.7
 • 878 Interviews
Amdocs
Amdocs Interview Questions
3.7
 • 525 Interviews
Automatic Data Processing (ADP)
Automatic Data Processing (ADP) Interview Questions
4.0
 • 248 Interviews
Adobe
Adobe Interview Questions
3.9
 • 240 Interviews
Salesforce
Salesforce Interview Questions
4.0
 • 232 Interviews
Chetu
Chetu Interview Questions
3.2
 • 180 Interviews
24/7 Customer
24/7 Customer Interview Questions
3.5
 • 177 Interviews
Dassault Systemes
Dassault Systemes Interview Questions
4.0
 • 172 Interviews
AVASOFT
AVASOFT Interview Questions
2.9
 • 172 Interviews
Freshworks
Freshworks Interview Questions
3.5
 • 168 Interviews
View all

Atlassian Reviews and Ratings

based on 131 reviews

3.4/5

Rating in categories

3.1

Skill development

3.9

Work-life balance

4.1

Salary

3.0

Job security

3.3

Company culture

3.1

Promotions

3.2

Work satisfaction

Explore 131 Reviews and Ratings
Jobs at Atlassian
Atlassian
Lead Product Designer

Bangalore / Bengaluru

10-15 Yrs

Not Disclosed

Atlassian
Finance Transformation Lead

Bangalore / Bengaluru

4-9 Yrs

Not Disclosed

Atlassian
Head of Design, Customer Support & Sales Tooling

Bangalore / Bengaluru

6-12 Yrs

Not Disclosed

Explore more jobs
Atlassian Salaries in India
Software Engineer
152 salaries
unlock blur

₹16.5 L/yr - ₹60.9 L/yr

Senior Software Engineer
145 salaries
unlock blur

₹27.5 L/yr - ₹105 L/yr

Software Developer
86 salaries
unlock blur

₹22 L/yr - ₹86 L/yr

Sde1
68 salaries
unlock blur

₹26 L/yr - ₹86 L/yr

Data Engineer
58 salaries
unlock blur

₹19 L/yr - ₹55 L/yr

Explore more salaries
Compare Atlassian with
Salesforce

Salesforce

4.0
Compare
Google

Google

4.4
Compare
Amazon

Amazon

4.0
Compare
Oracle

Oracle

3.7
Compare
Popular Calculators
Are you paid fairly?
Monthly In-hand Salary Calculator
Gratuity Calculator
HRA Calculator
Salary Hike Calculator
  • Home >
  • Interviews >
  • Atlassian Interview Questions
write
Share an Interview
Stay ahead in your career. Get AmbitionBox app
Awards Banner

Helping over 1 Crore job seekers every month in choosing their right fit company

80 Lakh+

Reviews

4 Crore+

Salaries

6 Lakh+

Interviews

1 Crore+

Users/Month

Contribute
Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
Users/Jobseekers
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Practice Test
  • Compare Companies
Employers
  • Create a new company
  • Update company information
  • Respond to reviews
  • Invite employees to review
  • AmbitionBox Offering for Employers
  • AmbitionBox Employers Brochure
AmbitionBox Awards
  • ABECA 2026
  • ABECA 2025 winners awaited tag
  • ABECA 2024
  • AmbitionBox Best Places to Work 2022
  • AmbitionBox Best Places to Work 2021
  • Invite employees to rate
AmbitionBox
  • About Us
  • Email Us
  • Blog
  • FAQ
  • Credits
  • Give Feedback
Terms & Policies
  • Privacy
  • Grievances
  • Terms of Use
  • Summons/Notices
  • Community Guidelines
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2025 Info Edge (India) Ltd.

Follow Us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter