Interview Prep
Real questions for real interviews. C#, Python, Go, SQL. Junior → System Design.
Quiz me →Python
Mid-level
- What is the GIL in CPython and when does it limit performance?
- Implement a memoization decorator in Python
- What are context managers in Python and how do you implement one with __enter__ and __exit__?
- Implement a retry decorator with configurable attempts and exponential backoff
- Tell me about a time you optimised a slow Python service in production
- Design a Python service for processing real-time user activity events with rate limiting