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)
Senior Developer Interview Questions
29,187 senior developer interview questions shared by candidates
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?
Describe how you should write thread-safe singleton with lazy initialization.
SQL joins
Interview with a Oracle Guru specialist for more than 2 hours. A lot of questions about my experience and technical questions about Oracle databases.
1 algorithmic question (which can be medium difficulty Level on Leetcode) Loads of questions about Core Java, clean code writing and Spring Core.
Generally the 'Top interview questions for Java', they have standard questions and rarely go beyond that, not much thinking or algorithms. Technical clients did expand the questions for instance more with css/js etc. or you DID NOT here the same question for the n-th time [like in my investment banking case] In investment banking the Luxoft teams were really focused on TDD,clean code (or later on DDD) so basically so then you have to exagerate and say hwo Clean Code change your life, and how you start writing a program with thinking about test first.
Viewing 1821 - 1830 interview questions