advancedAPI Design (Expert Round)
How do you design a pagination API that's cursor-based instead of offset-based, and why is cursor-based more stable?
Tests whether you know cursor pagination stays correct even as rows are inserted or deleted mid-scroll.
This is a Pro question
Sign in, then upgrade to Pro or Power to unlock this question and the full Interview Prep bank.
How do you design a pagination API that's cursor-based instead of offset-based, and why is cursor-based more stable?