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.
Senior Software Engineer Php Interview Questions
95,740 senior software engineer php interview questions shared by candidates
The question was basically inorder traversal- how would I write out the nodes of a binary tree from left to right
solve a live coding challenge in one hour using C# and visual studio. Free to use google.
How does ping work?
How would you troubleshoot slow loading web pages and poorly performing stored procedures?
Can you explain the 5 basic principals for object oriented programming?
Hardest Q was: Here's a binary tree: find the longest path within it. So, find a path between any two leaf nodes, where the path is the longest.
serialize binary tree
How do you implement a HashMap in java if suppose there was no java.util.HashMap class available.
Design a Cache Control in java specifying what would be exposed in an interface and what would contribute to an abstract class
Viewing 281 - 290 interview questions