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