Upload Button Icon Add office photos

Filter interviews by

Atlassian Software Engineer Intern Interview Questions and Answers

Updated 7 Oct 2024

Atlassian Software Engineer Intern Interview Experiences

5 interviews found

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.
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. -----
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

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, y ... read more
Q2. Connecting Ropes with Minimum Cost You are given 'N' ropes, each ... read more
Q3. Zero Matrix Problem Statement You are given a matrix MATRIX of di ... read more
Q4. Similar Strings Problem Statement Determine whether two given str ... read more
Q5. Partition Array Minimizing Subset Sum Difference Given an array c ... read more
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
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
No response

I applied via Referral and was interviewed in Feb 2023. 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 

Hackerrank 4 questions, 90 minutes

Round 3 - Coding Test 

Live coding with Atlassian software engineer

Round 4 - values 

(2 Questions)

  • Q1. Discuss a time you faced criticism?
  • Q2. What are you strengths
  • Ans. What parts of software I enjoy most
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare leetcode, medium/easy. do interview matrix for behavioural

Atlassian interview questions for designations

 Software Developer Intern

 (5)

 Software Engineer Intern Trainee

 (1)

 Software Engineer

 (3)

 SDE Intern

 (1)

 Senior Software Engineer

 (9)

 Principal Software Engineer

 (2)

 Intern

 (1)

 Software Development Engineer II

 (1)

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

I applied via campus placement at Motilal Nehru Institute National Institute of Technology (NIT), Allahabad 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

Interview questions from similar companies

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

Coding questions were easy and aptitude questions were a bit hard

Round 2 - Technical 

(2 Questions)

  • Q1. Binary search based on 2 eggs
  • Q2. Two candles which were of random size, and what is the time to burn one candle completely
  • Ans. 

    The time to burn one candle completely depends on the size of the candles and the rate at which they burn.

    • The time to burn one candle completely is directly proportional to the size of the candle.

    • The rate at which a candle burns can vary based on factors like the material of the candle, the wick, and the environment.

    • For example, a larger candle may take longer to burn completely compared to a smaller candle, even if th

  • Answered by AI

Skills evaluated in this interview

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

(2 Questions)

  • Q1. What was your most impactful project?
  • Q2. What was an obstacle you faced?
Round 2 - Coding Test 

Behavioral, then DSA

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

I applied via LinkedIn and was interviewed before May 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

2 dsa questions
1st is based on strings (easy)
2nd one ie based on hashmaps (medium)

Round 2 - Technical 

(2 Questions)

  • Q1. IP address validation dsa
  • Q2. Oops question SQL query on employee database
Round 3 - One-on-one 

(1 Question)

  • Q1. Managerial round With questions about Linux commands Behavioral questions Questions about past projects

Interview Preparation Tips

Topics to prepare for NCR Voyix Software Engineer Intern interview:
  • DSA
  • SQL
  • Java
  • OOPS

I applied via Referral and was interviewed in Dec 2021. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Tell me about yourself?
  • Q2. Explain how did you build your projects?
  • Q3. Write a Program to print all Prime Numbers up to the number provided as input. (Prime Sieve Algorithm)
  • Ans. 

    Program to print all Prime Numbers up to the input number using Prime Sieve Algorithm.

    • Create a boolean array of size n+1 and initialize all values as true.

    • Loop through the array starting from 2 and mark all multiples of each prime number as false.

    • Print all the numbers that are still marked as true in the array.

  • Answered by AI
  • Q4. Puzzle 34 from Geeks For Geeks

Interview Preparation Tips

Interview preparation tips for other job seekers - I prepared a lot on CS subjects mainly OS, DBMS, CN, OOPs. They did not ask me a single question from there. I did not think they can ask for puzzles in the technical interview.
Always expect the unexpected and have a look at everything that's available.

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed before Nov 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Arrays,strings,Linkedlist

Round 2 - One-on-one 

(2 Questions)

  • Q1. Implementation of trees ,stacks .
  • Ans. 

    Trees and stacks are fundamental data structures used in software engineering for organizing and storing data efficiently.

    • Trees are hierarchical data structures with nodes connected by edges. Examples include binary trees, AVL trees, and B-trees.

    • Stacks are linear data structures that follow the Last In First Out (LIFO) principle. Examples include function call stack and undo/redo stack.

  • Answered by AI
  • Q2. Dbms(Acid properties), reverse words in a String.

Skills evaluated in this interview

Atlassian Interview FAQs

How many rounds are there in Atlassian Software Engineer Intern interview?
Atlassian interview process usually has 2-3 rounds. The most common rounds in the Atlassian interview process are Coding Test, Technical and HR.
What are the top questions asked in Atlassian Software Engineer Intern interview?

Some of the top questions asked at the Atlassian Software Engineer Intern interview -

  1. The question was to design a rate limiter where a user can make a maximum of 5 ...read more
  2. The coding round itself involved creating a class in python that handled the po...read more
  3. Atlassian has 5 values and they preach them regularly. They ask situation based...read more

Tell us how to improve this page.

Atlassian Software Engineer Intern Interview Process

based on 5 interviews

3 Interview rounds

  • Coding Test Round
  • Technical Round
  • HR Round
View more

Atlassian Software Engineer Intern Reviews and Ratings

based on 3 reviews

5.0/5

Rating in categories

4.7

Skill development

5.0

Work-life balance

5.0

Salary

3.8

Job security

4.7

Company culture

4.7

Promotions

4.7

Work satisfaction

Explore 3 Reviews and Ratings
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