Check design routing flow using graph. BSF/DFS based questions. Binary tree traversal questions. Graph algorithm questions
Lead Software Engineer Interview Questions
2,139 lead software engineer interview questions shared by candidates
Intensive domain knowledge. Some c++ questions. Rarely any coding problems.
How to detect cycles in a undirected graph using the union-find data structure?
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?
Mostly behavioral. Some coding and design.
Viewing 1951 - 1960 interview questions