First took an online assessment, about 21 minutes and just 7 basic programming debugging questions. You just need to change one or two lines of code to get the expected output. Manage your time wisely. Then I got a phone interview a week later with one of the software engineer, he asked me some basic data structure questions such as How to implement a queue, how to implement a linked list, what's the insert, search runtime for max/min heap etc. Then he threw me two questions, one is reverse a singly linked list and the other one is binary tree level order traversal. I coded my answer on an online coding board. The process is very smooth I think and the engineer that I was talking to is patient and willing to answer questions.