Q: Write a code that removes the spaces from the start and end of the string in c#.
Sr Developer Interview Questions
30,101 sr developer interview questions shared by candidates
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?
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.
Viewing 1861 - 1870 interview questions