Skip to content
Medium Evaluate System Design Interview Framework Multiple Choice

What pagination type should you use for an infinite-scroll social feed and why?

Evaluate — Tests ability to make judgments and justify decisions.

Answer Options

A Offset pagination — simplest to implement
B Cursor-based pagination — stable under inserts and O(1) at any position
C Keyset pagination — best for financial reports
D Page-number pagination — most familiar to users

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