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
Atlassian
Coding Question
AI Insights
Quick Summary
Design a rating tracking system for support agents based on agent ID, score, and month.
Calculate overall and monthly average scores per agent from recorded feedback.
Return results sorted by descending average, breaking ties with lexicographical agent ID order.
What This Tests
Efficient data aggregation using hash maps
Custom multi-criteria sorting logic
String formatting and numerical precision handling
Stateful class design and method organization
Common Patterns
Hashing
Sorting
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