MediumTechnical
0
145
Implement Python decorator for caching
Write a Python decorator that caches function results with configurable TTL and max size. Handle edge cases.
Microsoft
Software Engineer
Python interview questions on language fundamentals, Django/Flask, data processing, async programming, and Pythonic patterns.
2
Questions in database
Write a Python decorator that caches function results with configurable TTL and max size. Handle edge cases.
What is the Global Interpreter Lock in Python? How does it affect multi-threaded programs and what are the workarounds?