DeepFrontend
Learning Paths
Practice
System Design & DS
Design Studio
Data Structures Curriculum
Real-World Case Studies
Careers
Job Board
Resume Builder
Blog
Sign in
Search
⌘K
Go Pro
Loading compiler resources...
API Development Quiz Practice
Active Recall Drill Session
← Exit Session
Question 1 of 1
medium
API Development
When is offset pagination still a reasonable choice, per this topic?
A
Never — it should always be avoided entirely
B
When genuine random-page-jump access is a real product requirement (e.g. an admin table with page numbers), especially on smaller or less frequently-mutated data
C
Only for real-time chat applications
D
Only when no database index exists
Check Answer