Practise the standard verbs for designing stable, well-documented pagination.
0 / 5 completed
1 / 5
Fill in: 'We ___ cursor-based pagination so results stay stable even as rows are inserted.'
We 'use' cursor pagination — the standard, simple collocation for adopting a technique. The other options are less idiomatic here.
2 / 5
Fill in: 'We ___ a maximum page size so a client can't request the entire table at once.'
We 'enforce' a maximum — the standard collocation for applying a hard limit. The other options aren't idiomatic here.
3 / 5
Fill in: 'Offset pagination can ___ duplicate or skipped rows once the underlying data shifts.'
We say offset pagination will 'produce' inconsistent results — the standard collocation for an unwanted side effect. The other options aren't idiomatic here.
4 / 5
Fill in: 'We ___ the next cursor in every response so clients never construct it themselves.'
We 'return' a cursor — the standard, simple collocation for including it in the payload. The other options are less idiomatic here.
5 / 5
Fill in: 'We ___ pagination behaviour clearly in the docs so integrators don't guess at page limits.'
We 'document' behaviour — the standard collocation for recording it for consumers. The other options aren't idiomatic here.