Python Software Engineer Interview Questions

5,379 python software engineer interview questions shared by candidates

Technical/Conceptual Questions 9. How does the internet work? (Describe what happens when you type a URL and press Enter.) 10. Is the DNS lookup process the same for well-known and niche websites? 11. What is Docker? How does it differ from a virtual machine? 12. What’s the difference between a Python list and a tuple? 13. If you have a mutable object inside a tuple, can it be changed? 14. What is a decorator in Python? 15. What’s the difference between a process and a thread? 16. What is the GIL (Global Interpreter Lock) and why is it important in Python threading? 17. What’s the difference between async IO and threads in Python? 18. What’s the difference between “is” and “==” in Python? 19. Does a Python list have a fixed capacity? How are lists implemented in other languages? 20. When you append to a list in Python, what is the time complexity? Coding Challenge 21. Implement a stemming algorithm that removes certain suffixes from words (live coding in HackerRank). 22. How would you optimize your code if more suffixes needed to be added? 23. What’s the time complexity and space complexity of your stemming solution? 24. Can appending to a list ever be O(n) instead of O(1)? Under what circumstances?
avatar

Python Developer Intern

Interviewed at Squarepoint Capital

3.9
Oct 20, 2025

Technical/Conceptual Questions 9. How does the internet work? (Describe what happens when you type a URL and press Enter.) 10. Is the DNS lookup process the same for well-known and niche websites? 11. What is Docker? How does it differ from a virtual machine? 12. What’s the difference between a Python list and a tuple? 13. If you have a mutable object inside a tuple, can it be changed? 14. What is a decorator in Python? 15. What’s the difference between a process and a thread? 16. What is the GIL (Global Interpreter Lock) and why is it important in Python threading? 17. What’s the difference between async IO and threads in Python? 18. What’s the difference between “is” and “==” in Python? 19. Does a Python list have a fixed capacity? How are lists implemented in other languages? 20. When you append to a list in Python, what is the time complexity? Coding Challenge 21. Implement a stemming algorithm that removes certain suffixes from words (live coding in HackerRank). 22. How would you optimize your code if more suffixes needed to be added? 23. What’s the time complexity and space complexity of your stemming solution? 24. Can appending to a list ever be O(n) instead of O(1)? Under what circumstances?

Viewing 5191 - 5200 interview questions

Glassdoor has 5,379 interview questions and reports from Python software engineer interviews. Prepare for your interview. Get hired. Love your job.