I applied through university. I interviewed at WiseTech Global (Rānchī) in Dec 2023
Interview
It was in 2 stages.
1 st round was tech and 2 nd one eas HR.
1st round there was questions based on Cs fundamentals and some coding questions to test OOPs concept.
Interview questions [1]
Question 1
Virtual Function
Implementation of OOPS concepts
DBMS
Basic knowledge on supply chain and logistics
Puzzles
I applied online. The process took 1 week. I interviewed at WiseTech Global (Sydney) in July 2018
Interview
Applied in my final year of uni for an associate developer role beginning the next year. They flew me over to Sydney and covered accommodation. There was a standard HR interview and a full-day coding test. The entire process was quite prompt; less than 2 weeks from initial application to offer, with minimal delays in between.
The coding test didn't take me half as long as they allowed; they supposedly factor in how long you take to complete it when scoring (though I checked my feedback a while after joining and it doesn't seem like the scorers even checked). You choose the language, and it's a series of 3 reasonably simple challenges relating to Roman numerals.
They lowballed me with the offer until I negotiated it up.
Interview questions [1]
Question 1
1. Given a number, print out an English representation i.e. 425 would result in "Four hundred and twenty five"
2. Given a number, print out the Roman numeral equivalent i.e. 425 -> CDXXV (but there was some maximum limit to what number you'd be given).
3. The reverse of 2 i.e. given a Roman numeral, print out the decimal number (again, there's a maximum limit).
Pretty simple stuff. Bonus points for writing unit tests (though they won't tell you that). They tell you to explain anything you wish in a readme file, but none of the developers reviewing your solution will actually open it.
I believe you have about 7 hours to complete the test.