Product
Pricing
Blog
Forum
NEW
Referral
Description
Solution
Discussion
Submissions
Ask AI
AI Insights
Quick Summary
Design a stateful query system to filter transaction records by time, amount, user, and currency.
Implement pagination that returns chunks of results ordered by non-descending timestamp.
Support dynamic filter updates and handle the default case where page size is unset.
What This Tests
State management and API design
Conditional array filtering
Sorting and pagination mechanics
Performance trade-offs in data retrieval
Common Patterns
Sorting
Collapse
Hint 1
Hint 2
What Interviewers May Ask Next
Report
Report seen similar question in interview
Ask AI Assistant
Ask AI Assistant
Ask me anything about this coding question!
python
Auto
Debug
Run
Submit
Test Cases
Input
Output
Expected