Mphasis interview question

Round 1 - How Hashmap works internally?

Interview Answer

Anonymous

Dec 7, 2018

It uses hash function to trim the data and uses key value to store it. Also it uses Linked list inside the nodes.

1