Backend Python Developer Interview Questions

157 backend python developer interview questions shared by candidates

what I do in my current organization? the next set of questions were related to python and computer science concepts. 1. what is GIL(global interpreter lock) in python. 2. what is deep copy and shallow copy with example on an online editor 3. which code works faster? 1. with open("input.txt") as f: data = f.readlines() for line in data: process(line) -------------------------------- 2. with open("input.txt") as f: for line in f: process(line) 4. iterator,generator,event loop 5. set ,dict tuple 6. mutable and immutable what are these data types 7. what is lazy eval 8. concurrency vs parallelism 9. memory allocation in python
avatar

Backend Developer (Python)

Interviewed at Fynd

3.7
Jun 25, 2021

what I do in my current organization? the next set of questions were related to python and computer science concepts. 1. what is GIL(global interpreter lock) in python. 2. what is deep copy and shallow copy with example on an online editor 3. which code works faster? 1. with open("input.txt") as f: data = f.readlines() for line in data: process(line) -------------------------------- 2. with open("input.txt") as f: for line in f: process(line) 4. iterator,generator,event loop 5. set ,dict tuple 6. mutable and immutable what are these data types 7. what is lazy eval 8. concurrency vs parallelism 9. memory allocation in python

I won't specify with the respect to the company's hiring processes. The 2 questions were "easy". After multiple requests to specify the context of the question (because based on that your answer can vary a lot), got nothing back but the repeated same question without any more details.
avatar

Python Senior Backend Engineer

Interviewed at Y42

4.1
Apr 20, 2023

I won't specify with the respect to the company's hiring processes. The 2 questions were "easy". After multiple requests to specify the context of the question (because based on that your answer can vary a lot), got nothing back but the repeated same question without any more details.

Viewing 21 - 30 interview questions

Glassdoor has 157 interview questions and reports from Backend python developer interviews. Prepare for your interview. Get hired. Love your job.