Onsite:
There were 4 rounds of interviews. Each round was 45 mins long and a 15 mins long break after each round.
Round 1:
Given an undirected graph where each node has a string value. Find if another given string can be traversed starting from any node in the graph and visiting the neighboring nodes. A node may be visited more than once but once you have visited the node label till certain index, you can't go back in that label while matching. You can only proceed from the next index.
Round 2:
https://leetcode.com/problems/unique-paths-ii
Design REST APIs for file sharing management system (like Dropbox or Google Drive).