What was one thing that you observed in your past experiences that you would not implement and one thing that you would implement? (Doesn't have to be technical, it can be organizational)
Backend Software Interview Questions
15,496 backend software interview questions shared by candidates
Questions based Databases, NodeJs, Message Queue
Explain the challenge of multithreading in Python.
I was actually stopped in the first interview. There is a so call code challenge test, after that, it was asking me to write a logic for word count in java and some word check on js.
Write a function that checks if a word is a palindrome.
Draw a process that reacts to webhooks and asynchronically handle the data in the body of the webhook.
requested HOURS worth of code "homework" assignments BEFORE reviewing my resume and deciding it wasn't a fit.
Fibonacci algorithm. write a method which will return the result by given index. for example : index- value 0-0 1-1 2-1 3-2 4-3 5-5 6-8 7-13 ... for example: when the method receives the index 6 it'll return the value: 8 the second step was to complete it by recursion. also, describe each solution complexity and running time.
If you had more time, what would you improve or add?
I was asked how to sort 100,000 items that started with different letters but had some repetitions in an SQL table
Viewing 2071 - 2080 interview questions