I applied through university. I interviewed at Autodesk (Singapore) in Feb 2020
Interview
I got a call to arrange an interview just days after I applied. The interview was a one hour interview, consisting of a technical coding in Java section and a puzzle question. It was being done online due to coronavirus fears. For the technical coding, I was asked to code a function that returns true if a given string was a valid email address, false otherwise. For the second part a puzzle question was given. It was quite easy and even though I came close but not quite solved it yet, a small tip given by the interviewer allowed me to solve the question. Just a day after the interview, I got a call for the internship offer. Overall, the interview is pretty easy but also a valuable experience for practicing live coding (even though its not much)
Interview questions [1]
Question 1
How to code a function returning true if a given String is a valid email address.