La procedura ha richiesto 2 settimane. Ho sostenuto un colloquio presso Aster Data Systems (Boston, MA) nel mese di ott 2011
Colloquio
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
Domande di colloquio [1]
Domanda 1
Coding of the Dictionary Task in CPP without using STL functions.
Everything should be coded.