Pagination & Filtering interview questions

12 real Pagination & Filtering questions from the REST API bank, as asked in Indian campus drives and tech interviews. Every question has a verified answer and an AI-tutor explanation on placd — free to start.

1. What is Offset Pagination?

Mid
  1. A.a paging strategy using a skip count and limit, which is simple but degrades on deep pages and can skip or repeat rows when data shifts
  2. B.selecting which attributes a response includes so clients can request a sparse subset and reduce payload size
  3. C.the query parameter that caps how many items a single page response returns
  4. D.a paging strategy that returns an opaque pointer to the last seen item, giving stable, efficient navigation through large, changing datasets
Reveal the answer + AI explanation — free account

2. Which term means: "a paging strategy using a skip count and limit, which is simple but degrades on deep pages and can skip or repeat rows when data shifts"?

Mid
  1. A.Limit Parameter
  2. B.Field Filtering
  3. C.Cursor Pagination
  4. D.Offset Pagination
Reveal the answer + AI explanation — free account

3. Which statement is correct?

Mid
  1. A.Offset Pagination — the query parameter that caps how many items a single page response returns
  2. B.Offset Pagination — selecting which attributes a response includes so clients can request a sparse subset and reduce payload size
  3. C.Offset Pagination — a paging strategy that returns an opaque pointer to the last seen item, giving stable, efficient navigation through large, changing datasets
  4. D.Offset Pagination — a paging strategy using a skip count and limit, which is simple but degrades on deep pages and can skip or repeat rows when data shifts
Reveal the answer + AI explanation — free account

4. What is Cursor Pagination?

Mid
  1. A.a paging strategy using a skip count and limit, which is simple but degrades on deep pages and can skip or repeat rows when data shifts
  2. B.the query parameter that caps how many items a single page response returns
  3. C.selecting which attributes a response includes so clients can request a sparse subset and reduce payload size
  4. D.a paging strategy that returns an opaque pointer to the last seen item, giving stable, efficient navigation through large, changing datasets
Reveal the answer + AI explanation — free account

5. Which term means: "a paging strategy that returns an opaque pointer to the last seen item, giving stable, efficient navigation through large, changing datasets"?

Mid
  1. A.Field Filtering
  2. B.Offset Pagination
  3. C.Cursor Pagination
  4. D.Limit Parameter
Reveal the answer + AI explanation — free account

6. Which statement is correct?

Mid
  1. A.Cursor Pagination — selecting which attributes a response includes so clients can request a sparse subset and reduce payload size
  2. B.Cursor Pagination — the query parameter that caps how many items a single page response returns
  3. C.Cursor Pagination — a paging strategy using a skip count and limit, which is simple but degrades on deep pages and can skip or repeat rows when data shifts
  4. D.Cursor Pagination — a paging strategy that returns an opaque pointer to the last seen item, giving stable, efficient navigation through large, changing datasets
Reveal the answer + AI explanation — free account

7. What is Limit Parameter?

Junior
  1. A.a paging strategy that returns an opaque pointer to the last seen item, giving stable, efficient navigation through large, changing datasets
  2. B.the query parameter that caps how many items a single page response returns
  3. C.a paging strategy using a skip count and limit, which is simple but degrades on deep pages and can skip or repeat rows when data shifts
  4. D.selecting which attributes a response includes so clients can request a sparse subset and reduce payload size
Reveal the answer + AI explanation — free account

9. Which statement is correct?

Junior
  1. A.Limit Parameter — the query parameter that caps how many items a single page response returns
  2. B.Limit Parameter — a paging strategy using a skip count and limit, which is simple but degrades on deep pages and can skip or repeat rows when data shifts
  3. C.Limit Parameter — a paging strategy that returns an opaque pointer to the last seen item, giving stable, efficient navigation through large, changing datasets
  4. D.Limit Parameter — selecting which attributes a response includes so clients can request a sparse subset and reduce payload size
Reveal the answer + AI explanation — free account

10. What is Field Filtering?

Mid
  1. A.selecting which attributes a response includes so clients can request a sparse subset and reduce payload size
  2. B.a paging strategy using a skip count and limit, which is simple but degrades on deep pages and can skip or repeat rows when data shifts
  3. C.a paging strategy that returns an opaque pointer to the last seen item, giving stable, efficient navigation through large, changing datasets
  4. D.the query parameter that caps how many items a single page response returns
Reveal the answer + AI explanation — free account

11. Which term means: "selecting which attributes a response includes so clients can request a sparse subset and reduce payload size"?

Mid
  1. A.Field Filtering
  2. B.Limit Parameter
  3. C.Cursor Pagination
  4. D.Offset Pagination
Reveal the answer + AI explanation — free account

12. Which statement is correct?

Mid
  1. A.Field Filtering — selecting which attributes a response includes so clients can request a sparse subset and reduce payload size
  2. B.Field Filtering — a paging strategy using a skip count and limit, which is simple but degrades on deep pages and can skip or repeat rows when data shifts
  3. C.Field Filtering — a paging strategy that returns an opaque pointer to the last seen item, giving stable, efficient navigation through large, changing datasets
  4. D.Field Filtering — the query parameter that caps how many items a single page response returns
Reveal the answer + AI explanation — free account

Free to start

Answers, AI explanations, and a scored voice mock interview

Sign up free to check your answers with explanations, ask the AI tutor anything on any question, and take one full AI mock interview — scored like a real panel.

Practice Pagination & Filtering free