The interview process consisted of a take-home coding assignment focused on data structures. I was provided with a text file containing a dictionary of words and asked to design an efficient solution to retrieve related words based on a search query. I implemented the solution using a Trie data structure to enable fast prefix-based lookups. The approach was accepted, and I was shortlisted for the final interview round.