Me postulé a través de una recomendación de un empleado. El proceso tomó 4 semanas. Acudí a una entrevista en Atlassian (Sídney) en dic 2023
Entrevista
Hr Screening and Karat interview.
I don't think they are hiring for the level advertised. They are guaging your level based on how you perform in the interviews. I fished this info during the HR screening.
I like atlassian, the only problem I have with their process is the Karat round. You have 20 minutes of system design questions and 30 minutes of coding round. 10 minutes of intro and explanation. The problem I see with this is the 30 minute coding interview. When you have the interviewer taking anywhere from 7-10 minutes describing the problem and test cases, 20 minutes isnt sufficient enough to humanely solve something when provided with a next-to-shite coding environment. Let's accept, nobody is going to code in that environment without looking up for libs or have a syntax error while compiling and running it. It is very hard to guage someone in that kind of an intimidating environment. So my advise is, they wont recruit you as a principal, this round is a way to level you down from a principal to a senior or even lower. BTW, beware, the guys from Karat boast that they have taken 1500/2500 interviews before they get into the round which I felt a bit funny.
Preguntas de entrevista [1]
Pregunta 1
System design Qs on
* Photo storage service
* Game machine with payment system
Standard process for a platform engineer (SRR) role, around what you have completed. Completing a coding exam on data structures for this role is unusual though. Role seemed more for application development than SRE.
Preguntas de entrevista [1]
Pregunta 1
Coding exam around structures. Example of where you have encountered difficulties in role.
Coding task, algorithms. It was not very difficult, all worked. But probably was not as good as it should be. Interviewer was polite and professional, task was described, we had a chat about solution steps.
Preguntas de entrevista [1]
Pregunta 1
What is the computational complexity of solutions algorithm's?
Me postulé a través de un reclutador. El proceso tomó 2 meses. Acudí a una entrevista en Atlassian (Bengaluru) en sept 2025
Entrevista
Had a great interview experience at Atlassian. The HR of company are friendly and responsive, interviewers are knowledgeable and positive during interview. I had a total of 6 rounds of interview
1. HR - HR just asks about your experience and check skills based fitment.
2. System Design - Question - Design a Url Scarping System. I was able to solve this. However the expectation is go deep and design the core Scrapping API. Which I was able to do after the interviewer insisted. So be ready to show case your API design skills, URL, Request, Response, Data Model etc. Also be ready to provide the tech stack along with tradeoffs.
3. Leadership and Craft - Lot of questions around delivery, project management, stakeholder management, mentoring etc. I did pretty well in this.
4. Values - This is about atlassian values, HR will tell you how to prepare for this. I did pretty well.
5. Data Structure - Last Hero Problem. In an F1 race find the person who has done fastest lap in all of race. I solved it using HashMap of racer and max lap time. Later on I sorted the map and gave the last lap hero. I made a silly mistake and my test cases were failing. Hence I did not make it.
5. LLD - I dont remember the question. It was around Most Popular content. I used HashMap for storing content and frequency (thumbs up/thumbs Down)
Preguntas de entrevista [1]
Pregunta 1
Design a Url Scrapping System for scrapping photos from urls. You are given a list of seed urls and then you need to expand to other sites from there