Le processus a pris 2 semaines. J'ai passé un entretien chez Aster Data Systems (Boston, MA) en oct. 2011
Entretien
C++ implementation of Dictionary without using any STL funtions. The functionalities in order of importance are as follows :
Inserting a word and its definition
Retrieving all words that start with a given prefix
Retrieving the definition of a given word
Deleting a word from the dictionary
Questions d'entretien [1]
Question 1
Coding of the Dictionary Task in CPP without using STL functions.
Everything should be coded.