Skip to content
Medium-Easy Understand Caching Multiple Choice

Which Redis data structure is best for implementing a real-time leaderboard?

Understand — Tests comprehension and ability to explain concepts.

Answer Options

A String
B Hash
C Sorted Set (ZSet)
D List

Want to see the correct answer?

Get the answer with a detailed explanation, plus practice 20+ more Caching questions with adaptive quizzes and timed interviews.

See the Answer on Guru Sishya →

This question is from the Caching topic (System Design).

More Caching Questions