Was asked some typical behavorial questions then https://leetcode.com/problems/word-search-ii/
I was able to solve it using trie but I ran out of time as I tried to feed in the test cases to execute the program. I am not really hopeful since I was not able to execute it in time.