Status / Position: Software Intern (Intern), MS CS
Location: Austin, TX (Remote)
Date: October 2021
Final Result: Reject
The interview was super competitive, but here's the gist:
Networking Questions
Operating System Questions
Coding Question
Write a program to find if a number is a power of 2. The processor/microcontroller you are working with does not have the division operator, nor the math.pow() library
This problem is a bit of a bit hack, the solution is here
https://stackoverflow.com/questions/1053582/how-does-this-bitwise-operation-check-for-a-power-of-2/1053594
I hope it helps someone else!