The process took 2 weeks. I interviewed at Aster Data Systems (Boston, MA) in Oct 2011
Interview
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
Interview questions [1]
Question 1
Coding of the Dictionary Task in CPP without using STL functions.
Everything should be coded.