I was referred to this position so didn't have to go through online round.
Round 1
Divide 2 numbers without using / operator.
This round went fine. https://leetcode.com/problems/divide-two-integers/
Round 2
How will you store a Linked List across multiple servers. Implement insertAtBeginning() and Delete() similar to how it works in normal LinkedList. This Linked List can be extremely huge so we can't store it only on 1 server. It will span across multiple servers
This went really bad. I was interviewing for Android Developer role. I'm not sure how distributed system or server functioning makes sense for a Mobile developer. I have never seen such problem so had no idea how to go about it.
Got a reject mail after the second round.