How do you spend your free time
Developer Interview Questions
269,482 developer interview questions shared by candidates
1. What do you do to keep up with tech?
They asked me to show my previous source codes.
Do you know SOLID principles?
What technical issue did you run into and how did you resolve it.
Q: What is the principle of interface segregation?
Why do you want to work for us?
Write a function: function solution(A); that, given an array A of N integers, returns the smallest positive integer (greater than 0) that does not occur in A. For example, given A = [1, 3, 6, 4, 1, 2], the function should return 5. Given A = [1, 2, 3], the function should return 4. Given A = [−1, −3], the function should return 1. Write an efficient algorithm for the following assumptions: N is an integer within the range [1..100,000]; each element of array A is an integer within the range [−1,000,000..1,000,000].
suppose you jwt token while the http request, let assume the token has expire what you do ?
Very related to the received scores of the personality test questions
Viewing 3291 - 3300 interview questions