J'ai postulé via une autre source. Le processus a pris 3 semaines. J'ai passé un entretien chez Atlassian en mai 2015
Entretien
The process started me applying at their website. Once I did that I got an automated email with a link to a website where I am supposed to answer question.
There were few MCQ Qsn on Java basic, three coding exercise on Java and an optional Javascript MCQ question. You are given 5 days to complete it. I took around 2 days not because it was difficult but because I paced myself.
Once that is done, few days later a internal recruiter got in touch with me through email and asked me to do another online test in hackerrank. This is the standard algorithm question. There were five question and a time limit of 90 mins. The question increases in difficulty. I managed to answer only 4/5 but luckily for the question I completed most of the test case passed and very few failed. So my advice here is concentrate on getting more test case passed rather than trying to complete all questions.
Few days later the same recruiter got in touch with me and arranged a skype chit chat. During the skype he asked me few questions
1. Number of years of experience in Java and how I rate it
2. Number of years of experience in Concurrency and how I rate it
3. Number of years of experience in Distributed System and how I rate it
4. Number of years of experience in Amazon AWS and how I rate it
5. Number of years of experience in SASS and how I rate it
I had only experience in Java and concurrency as such he said he can only offer to Mid Level Position. I accepted it and he arranged the next round of interview. There is supposed to be three more rounds.
1. Pair Programming Interview
2. Technical/Design Knowledge Interview
3. Team Interview
Since I was applying from overseas (not based in Australia) all the interview would be held through skype.
The next interview I attended is the Pair Programming interview. I explain that in the Interview Questions section
Questions d'entretien [1]
Question 1
It is the same EventManagement System that other reviewer has mentioned. So 10 mins before the scheduled interview, the interviewer will email you the source code and a one page write up on the class design. I downloaded the source code and loaded the maven project and went through the code so as to have some idea what it is about. The interview went as follows
1. The interviewer asked me to look at the specific API and highlighted some missing feature
2. He asked me to write a unit test to show that the feature is missing (test fails)
3. I am supposed to implement the feature and make the unit test pass.
I managed to write the unit test quite quickly but I spend quite a bit of time in trying to figure out what to do. I had no idea what should I do (maybe my brain was not working fast enough). The interviewer gave me some hints on some possible option I could do and that helped me to figure out what is the solution. I implemented one of his idea and then made sure the unit test passed. That was the end of the interview.
Unfortunately, I did not pass that round. They did not like that I took so long and did not experiment anything. They did not like that I had to be give some hints. In addition maybe due to my panic mode I did forgot how to extract only values from a map (They told me I could use google at the beginning of the interview maybe I should have done that).
I am not sure I have any advice on this round maybe all I can say is that hope that your brain work faster than mine :)
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.