In-Memory KV Cache with WAL Log
Design a low-latency in-memory key-value cache that supports GET, PUT, and DELETE, but unlike a typical best-effort cache, it must also provide durability for acknowledged writes using a Write-Ahead Log (WAL).
Check more interview questions and experiences about Databricks
