Standard developer interview questions. Nothing unusual.
Senior Developer Interview Questions
30,088 senior developer interview questions shared by candidates
What’s is the way to load a big quantity of products inside react without affecting performance.
Technical problem solving with time complexity.
Q: Write a code that removes the spaces from the start and end of the string in c#.
What type of management do you like?
How much production experience do you have with NextJS version 15? (At the time of interviewing the RC had only been available for two weeks)
With the first exercise they asked me to write an algorithm to sort words in an array in some specific order, the second exercise was about recursion, I had to navigate a tree and calculate the sum of numbers.
What's the difference between == and ===?
int y[10000000000]; int main() { int x[10000000000]; x [0] = 1; y[0] = 1; printf( "X: %d Y:%d\n", x[0], y[0]); } How are x and y treated in memory?
How to investigate the OutOfMemory reason on a production instance? What are you going to do to prevent the problem in future? What approaches do you know to tune GC and JVM in terms of memory management?
Viewing 1861 - 1870 interview questions