The first part of the process was a video interview, ie. filming myself answering prerecorded questions. The first three or four were competency based and introductory questions. And there were two technical questions, one coding and one hardware design. It was a strange experience as I'd never done this kind of interview, but I went on to the final round and am yet to go to their facilities for the second interview.
Interview questions [1]
Question 1
Write a piece of code in Perl, C++ or Python that takes in a string stream of three numbers separated by commas. Convert the first number to binary and compare the bits of the first number to indicated by the other two number to each other, if they are the same output true, if they are not output false.