Intensive domain knowledge. Some c++ questions. Rarely any coding problems.
Lead Developer Interview Questions
3,687 lead developer interview questions shared by candidates
How to detect cycles in a undirected graph using the union-find data structure?
Explanation of the project and process improvements
What projects I worked on Asked about multi threading and schedulers.
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?
Viewing 3381 - 3390 interview questions