Bloomberg interview question

What do you do when your hashtable becomes exhausted?

Interview Answer

Anonymous

2 Mar 2013

Use another hash table, with the same or a different hash function or enlarge this one and use more than one hash functions. This is quite dependable.