What SOLID principle is your favorite?
Backend Engineer Interview Questions
15,491 backend engineer interview questions shared by candidates
Proof of work, from previous jobs or activity in public sharing code sites, e.g GitHub or contributions to open source projects that prove your skills.
Comment traverser un array in-place poir avec une complexité o(n)
Read and write python files
Write a method to sort paragraph words by Hebrew alphabetically order
(function() { console.log(1); setTimeout(function(){console.log(2)}, 1000); setTimeout(function(){console.log(3)}, 0); console.log(4); })(); מה יהיה התוצאה?
Data structures and list sorting related along with python questions
Given a Binary tree and on the last node there is a doublc circular linked list.Find the termination condition.
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
General HR questions
Viewing 1721 - 1730 interview questions