Mphasis interview question

Round 1 - How Hashmap works internally?

Interview Answer

Anonymous

7 Dec 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