J'ai postulé en ligne. Le processus a pris 4 semaines. J'ai passé un entretien chez Atlassian (Sydney) en avr. 2025
Entretien
I gave the first coding round at Atlassian for Data Engineer role. As this role at Atlassian requires a lot of SQL and Python skills, the coding round had 3 questions for SQL (one was leading after another) and 1 Python based programming question.
Questions were pretty straight forward if you would have prepared well for it.
I am still awaiting response from them on my interview. Hope for the best!
Questions d'entretien [1]
Question 1
SQL questions:
1. First question was based on the ranking and join to get the solution
2. Second follow up question used the same database and tables. The question asked for a rolling average based on last 3 days.
3. Third question was again based on a rolling sum and then count query based on that rolling sum.
All of the SQLs required CTE statements
Lastly the Python programming question was a basic for loop to search the position of a target number. Interviewer asked for a different approach of solving it.