Solicité el puesto a través de un captador. El proceso duró 1 semana. Acudí a una entrevista en GTropy (Gurgaon, Haryana) en jul 2024
Entrevista
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.
Preguntas de entrevista [1]
Pregunta 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.