J'ai postulé via un recruteur. Le processus a pris 1 semaine. J'ai passé un entretien chez GTropy (Gurgaon, Haryana) en juil. 2024
Entretien
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.
Questions d'entretien [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.