1.How to find the nearest parent of any two nodes in a given tree. Tree has mother and father nodes.
Senior Software Interview Questions
75,489 senior software interview questions shared by candidates
Do company tagged leetcode questions.
find a loop in a list
“You have all of the prices for a given stock for the next year. You can buy once and sell once in that year. How do you determine when to buy and sell to maximize your profit?”
Given a map of integer as key and String as a value, how to efficiently get all the keys whose value consists of certain given input string as a sub-string.
what's the easiest way to access all the diagonal elements of a 3x3 matrix
Write a SQL query to find data above the average of a column.
how to add all the numbers from 1 to N
Most of the questions are basic and unpractical. The reviewers prepared a list of questions in front of them and just go through them one by one. There were a couple of writing code scenarios. Some of these questions repeated what you already discussed earlier. The eraser for the white board does not work so the white board looks very messy. Some of these questions were not appropriate for a Senior Developer position at all. There were very few questions about architecture or best practices.
if (5<6<2) { console.log(true); }
Viewing 121 - 130 interview questions