16 Technical Google Interview Questions for Software Engineers

Page 9 of 17

9. Static set

Design a distributed system for storing a static set of (key, value) pairs which will behave like a hash table, the user will provide you a key and the system will return value.

Page 9 of 17