3 hour proctored OA. Made me tear up my notes at the end of the OA. First 2 minutes of fairly easy math questions, then questions about an imaginary programming language (I found the syntax of some of the questions difficult to understand), then 4 leetcode questions. Easy-Medium, but the mediums were annoying
Interview questions [1]
Question 1
https://leetcode.com/problems/count-and-say/solution/
https://leetcode.com/problems/additive-number/
https://leetcode.com/problems/minimum-swaps-to-make-strings-equal/
And another one about evaluating left to right arithmetic.
Started with a call from human resources. This was followed by a LONG and annoying exam followed by a call with a software engineer. The exam wasn't straight-forward leetcode questions, so I ended up quitting halfway through.
Phone interview followed by a skills assessment test. Skills assessment test covers some basic questions in a tight time frame, learning a programming language they invented and answering questions about it, and writing some programs in whatever language without a compiler. Still waiting to hear if I'm going to the next round.
Interview questions [1]
Question 1
Given a string of numbers, find the largest prime number that is a substring of the string. E.g. 1337 has 337 as its largest prime.