Hai qualche domanda che vorresti farci?
Backend Developer Interview Questions
15,493 backend developer interview questions shared by candidates
Given a Binary tree and on the last node there is a doublc circular linked list.Find the termination condition.
General HR questions
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
Fiz Bang without using division or modulo
What happens when javascript makes an ajax request in a browser
How would you improve the throughput of your take home project? How would you scale it?
For all your jobs mention who you were reporting to and how they would rate you from 0 to 10
Hackerrank algorithms with average complexity
What security issue can we face and how to solve it?
Viewing 1731 - 1740 interview questions