J'ai passé un entretien chez Atlassian (Sydney) en mars 2014
Entretien
The interview process starts with an online written test. The test comprises of a few MCQ's followed by 4 problem solving algorithmic questions and finally a composition writing on 2 titles. The mcq's were easy, however the coding section was a bit tricky especially the question on flattening a multi child tree.
The next hurdle is the peer programming round where you are judged on your TDD skills. This is the round which is the toughest and to be honest ridiculous.
The interviewer sends me an email 15min before the peer programming interview with a document explaining the design of the class and the eclipse project where TDD was to be done. The question was on fixing a test case wrt an EventManager system. I had very limited time in understanding the problem and like others who have similarly described it - it was very very confusing. Its actually not hard if you were given the time to peacefully think.
To my bad luck, the interviewer was a french and his english was extremely difficult to understand, i literally got confused as to what was the requirement, added to that he was not letting me think and debug the problem since he was watching and commenting - this actually bothered me a lot during the process.
I could have passed the interview process if this round hadn't been there and instead a technical interview was kept. This can seriously eliminate you from progressing to the other rounds.
J'ai postulé en ligne. Le processus a pris 2 semaines. J'ai passé un entretien chez Atlassian en juill. 2022
Entretien
Seven interview stages basically:
1) Recruiter call
2) Technical screening on HackerRank
3) Code design
4) Algorithms and data structures
5) System design
6) Values interview
7) Manager's interview
All rounds were remote ones.
I have an impression that I did great on a system design interview and DSA session, but on code design I was unable to save enough time for advanced tasks and made few code mistakes. As a result, system design was my last interview round.
Interviewers and recruiter were really nice and positive, can't say anything bad, except that feedback was just like "sorry, you just not fit this position".
Questions d'entretien [4]
Question 1
Set of questions on HackerRank for 75 mins. 3 small coding tasks and about 30 theoretical. You need to pass at least 50%.
Interview isn't hard, they start with a very simple problem and then build it up slowly.
leetcode easy is enough to prepare
I found recruiter isn't very responsive and disappears for weeks after promising to call.
Questions d'entretien [1]
Question 1
I was asked to find a winner of a contest on the basis of votes supplied.
J'ai passé un entretien chez Atlassian (New York, NY)
Entretien
I got interviewed for Atlassian Bangalore recently. First round was code pairing round. Here you will be given a Atlassian codebase and you have to fix bugs/add features to it. I could solve most of the questions but got a rejection because they were expecting me to use a predefined function which I didn't remember at that point of time so I gave alternate solution which works pretty well. Bad experience overall!!
Questions d'entretien [1]
Question 1
Code base consists of Classes for User, Groups and their relationship.