I applied through a recruiter. The process took 1 week. I interviewed at GTropy (Gurgaon, Haryana) in Jul 2024
Interview
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.
Interview questions [1]
Question 1
They asked me to write code that, given a dictionary of words stored in a text file, could efficiently return related or matching words based on an input query.