J'ai postulé via un recruteur. Le processus a pris 4 semaines. J'ai passé un entretien chez Atlassian (Sydney) en mars 2020
Entretien
I have mixed feelings about this interview. I have received call out of the blue and technical recruiter asked me if I'm interested. He was polite and explained what they were looking for and asked me that there are multiple roles available. He asked me to focus on design patterns and concurrency since my experience is 11 years.
I have asked for 20 days to prepare which he agreed. I was bit spectacle that the process will be smooth since I asked them to wait for 20 days. I have read a lot of interview experiences on this site which suggests that their followup and feedback process is not very efficient. Luckily for me it was not the case, the interview as well as feedback was quite effective and within acceptable time limits.
Ok, so as for interview, I was asked to look at code repository and correct/write test cases. Which I found bit overwhelming since understanding the code repository and problem and then find place in code to fix the issue is bit difficult (specially when someone is continuously watching your screen). It was suppose to be peer programming but interviewer was no where close to being a peer programmer. He was criticising each time you fix something in code. I know may be he was trying to understand my thought process but he should consider the code repository size and pressure which the candidate is in during interview and guide the person.
I have suggested him to discuss all the questions so that if I can not fix them all at least he gets my thought process which he declined and said let's finish the current problem. Which is not a great thing to do. Candidate can find for example problem 2 difficult but problem 3 easy to solve (which he never got a chance to talk about, since he was stuck on problem 2).
Also, fixing code in that repository should not be the only thing to check. Interviewee could spare some time 10-15 mins to talk about design pattern, concurrency, Java features, TDD etc. If interviewee doesn't ask any questions other than fixing code in that repo, then there is hardly enough you can do to prove that you are worth hiring for.
Prepare for TDD, writing test cases and make yourself use keyboard shortcuts so that you can move around the code quickly.
Questions d'entretien [1]
Question 1
Question was on why did you fix problem x using this approach A why not approach B. I would suggest before saying that you have fixed the problem, take some time and see if you can improve it.
J'ai postulé en ligne. Le processus a pris 2 semaines. J'ai passé un entretien chez Atlassian en juil. 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.