New
ML System Design & SQL tracks just landed
See what's new
×
Question Bank
Pricing
Blog
Forum
HOT
JobRadar
NEW
Referral
Description
Solution
Discussion
Submissions
Ask AI
Question Bank
Confluent
Coding Question
AI Insights
Quick Summary
Retrieve the final n lines from a potentially massive list of strings.
Handle scenarios where the total number of lines is less than n.
Optimize space usage to remain proportional only to n, not the total file size.
What This Tests
Fixed-size buffer management
Queue and deque operations
Space complexity optimization for large inputs
Edge case handling
Common Patterns
Sliding Window
Collapse
Hint 1
Hint 2
What Interviewers May Ask Next
Ask AI Assistant
Ask AI Assistant
Ask me anything about this coding question!
Qwen
Qwen3.6-Flash
0/2000
Auto
Debug
Run
Submit
Test Cases
Input
Output
Expected