I applied online. The process took 2 weeks. I interviewed at Xero (Sydney) in Mar 2021
Interview
I passed the Hacker-rank Challenge Test, and I am awaiting a video interview.
There were 6 different questions in total, all rather simple.
You had 60 minutes to complete them, however the difficulty ranged.
Q1-4 were simple coding questions. (e.g. Python/C)
Q5,6 were database questions. (e.g. SQL)
Interview questions [4]
Question 1
Q1: Convert a decimal number into binary, and print it as a string.
Q6: You were given two tables, one {games, playtime}, another with {consoles, games}, you needed to find the total number of games with less than x hours playtime and group them by console.