Skip to content
Medium Evaluate System Design Interview Framework Multiple Choice

Why is it better to use cursor-based pagination than offset pagination for a social media timeline?

Evaluate — Tests ability to make judgments and justify decisions.

Answer Options

A Cursor pagination is faster to implement
B Offset pagination skips or duplicates items when new content is inserted between pages
C Cursor pagination works with any database type
D Offset pagination does not support filtering

Want to see the correct answer?

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

See the Answer on Guru Sishya →

This question is from the System Design Interview Framework topic (System Design).

More System Design Interview Framework Questions