Question 4 of 10Pro Only
How would you design a distributed caching system?
Sample answer preview
A distributed cache stores frequently accessed data across multiple nodes, reducing database load and improving response times. Define requirements first. What data will be cached? What is the expected read-to-write ratio? What latency is acceptable?
consistent hashingvirtual nodescache-asidecache stampedehot keysLRU