A sample interview report
This is exactly what you get after a free mock interview — an overall score, a breakdown across four dimensions, and concrete, per-question feedback.
Overall score
82/ 100
Solid
Questions
6
Completion
6/6
Duration
24 min
Scoring dimensions
Relevance88
Depth78
Clarity84
Correctness80
Strengths
- Accurate data-structure choice with clear complexity analysis.
- Thorough edge-case handling and highly readable code.
What to improve
- Add a thread-safety approach for concurrent scenarios.
- Explain the trade-offs of the eviction strategy.
Question-by-question feedback
1Behavioural
85/100Tell me about a time you disagreed with a teammate on a technical decision.
AI scoring runs after you finish all questions — just save as you go.
Clear structure and a concrete outcome. Next time, quantify the impact and say what you'd do differently.
2Technical
80/100How would you design a rate limiter for a public API?
AI scoring runs after you finish all questions — just save as you go.
Good comparison of token-bucket vs. sliding-window. Go deeper on distributed state and failure modes.
3Coding
88/100Implement an LRU cache with O(1) get and put.
AI scoring runs after you finish all questions — just save as you go.
Correct and clean. Mention thread-safety and eviction edge cases to stand out.
Ready to see your own?
Upload your resume and run a free mock interview — your tailored report is ready in minutes.