The interview consisted of two Leetcode medium Questions. It is a whiteboard challenge. It does not matter which language, as long as you can explain it on paper. You will have to explain both questions withing 40 minutes.
The first interview was a one on one tech interview. The interviewer asked me to talk about a project and then there was one leetcode problem which I did not manage to solve lol
60 minutes total
15 minute resume review where he went over your background and asked me to hone in on a particular project I really liked and talk about the details, then 45 minute leetcode-style problem through hacker rank
Interview questions [1]
Question 1
Develop an add method that adds a currency relation between 2 currencies (like USD and AUD) and then a get method that gets the value of any one currency from any other currency. So you can add USD to AUD and then add AUD to EUR, then maybe you query USD to EUR and it tells you how much EUR it'd be.