HardDesign: Distributed Key-Value Store (Redis/DynamoDB)

What is a Bloom filter used for in an LSM-tree based KV store?

Tests your understanding of this concept.

Answer Options

ATo filter expired keys
BTo determine with certainty if a key exists
CTo avoid reading SSTables for keys that don't exist in that file
DTo compress SSTable data

Want to see the correct answer?

Get the answer with a detailed explanation, plus practice 22+ more Design: Distributed Key-Value Store (Redis/DynamoDB) questions with adaptive quizzes and timed interviews.

See the Answer on Guru Sishya →

This question is from the Design: Distributed Key-Value Store (Redis/DynamoDB) topic (System Design Cases).

More Design: Distributed Key-Value Store (Redis/DynamoDB) Questions