Try a Mini Assessment

Walk through a real coding assessment in 2 minutes — no signup required.

1
Read Brief
2
Explore Code
3
Ask AI
4
Run Tests
5
Scorecard

Read the Task Brief

Fix Connection Pool Exhaustion Under Load

Intermediate
30 minutesGo

A production Go service is running out of database connections under load. Users report intermittent 500 errors during peak traffic. Your job: find the root cause and fix it.

Key Files
main.gohandler/handler.godb/pool.gohandler_test.go