Interview Prep
Real questions for real interviews. C#, Python, Go, SQL. Junior → System Design.
Quiz me →Python
Junior
- What is the difference between a list and a tuple in Python, and when would you use each?
- Write a generator function that yields Fibonacci numbers indefinitely
- What are *args and **kwargs in Python, and when do you use them?
- What is a list comprehension in Python, and how does it differ from a generator expression?
- Two Sum in Python — return indices of two numbers that add to a target
- Tell me about a bug that was hard to find and how you debugged it