About python and the characteristics of the language About DevOps (AWS, CI/CD, Logs) About my professional career
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
¿Como optimizarías las queries a base de datos?
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.
python data structure question. sort 2 array and reverse the array.
Live coding task: How would you analyse a file too big for memory? (+ interviewer added some complexity alongside the exercise).
When to use OOP and when to use functional programming
Peux-tu te présenter rapidement et me parler de ton parcours ?
Que recherches-tu dans ton nouveau poste ?
System design: design a product for manufacturing managers to track shipments of materials from around the world.
Viewing 21 - 30 interview questions