Did you bring the presentation that we did not ask you to bring?
Sr Developer Interview Questions
97,963 sr developer interview questions shared by candidates
Read whatever questions you can see on Google for your profile.
Find the sqrt of a number
Write a program to find out the duplicates in the given list of objects. Explain the time complexity of your solution (Big O Notation)
Python question: what is the difference between "[x for x in range(3)]" and "(x for z in range(3))"
When was a time you were most dissatisfied in your career?
1) Update the existing map without creating another map. 2) Write code to show the deadlock. 3) Find the maximum number from the given array. 4) Write the signature of service returning all the records from the provided table. 5) Explain about the Json format.
Multiply 2 long numbers without using multiplication.
The most difficult questions are about some particular algorithms or mathematical problems that interviewer is very familiar with but the candidate has never heard of. Not only it may create a stressful situation (candidate thinks that it is something he/she is supposed to know), it is not how the people solve new problems in IT. Many people may not be able to fully understand a particular mathematical (e.g. theoretical) theorem in a matter of 10-15 minutes and without good understanding of that particular theorem it may be hard to apply it to the real-life problem presented by the interviewer. For example, the question about finding the majority number in a large input sequence.
The question was basically inorder traversal- how would I write out the nodes of a binary tree from left to right
Viewing 281 - 290 interview questions