Intensive domain knowledge. Some c++ questions. Rarely any coding problems.
Lead Software Developer Interview Questions
2,858 lead software developer interview questions shared by candidates
How to detect cycles in a undirected graph using the union-find data structure?
To finish off there was a coule of standard MS SQL questions about clustered and covering indexes.
How would you make a difference in Cloudbeds?
How many years of experience?
Tasking , Multithreading, Javascript, SQL, csharp
How do internet packets get to their destination?
/* you are given N courses, from 0 to N-1. prerequisites[i] = [ai, bi], you must complete course bi before taking course ai. Return true if you are able to complete all the tasks. Else return false. Example 1: Input: numCourses = 2, prerequisites = [[1,0]] Output: true Explanation: There are a total of 2 courses to take. To take course 1 you should have finished course 0. So it is possible. Example 2: Input: numCourses = 5, prerequisites = [[1,0], [2, 0], [4, 3]] Output: false Explanation: There are a total of 2 courses to take. To take course 1 you should have finished course 0, and to take course 0 you should also have finished course 1. So it is impossible. */
How familiar are you with CS fundamentals?
Very interesting questions - from the very basics to medium to complex. Even the CEO asked bunch of technical questions - most of them were related to data structures and algorithms. I couldn't answer some of them but I was surprised to see the CEO took the time from his busy schedule and explained each one of the algorithms and why he asked such questions. Since they are looking for experts to build a center of excellence, they are looking for the best. I hope I will get an offer.
Viewing 2611 - 2620 interview questions