Given a string of brackets, and determine whether it is valid
Software Engineer New Grad Interview Questions
2,940 software engineer new grad interview questions shared by candidates
Given a BST, implement a Sibling member variable and initialize them: struct Node { int data; Node* left; Node* right; Node* sibling; }; Such that all Nodes at the same depth point to the one to the right: 5 / \ 3 -> 7 / \ / \ 1 -> 4 -> 6 -> 9
Given a number of children, and a number of turns for each round. Figure out which student wins
Find the root of the tree given a dictionary of all parent-child nodes.
Phone: 1. BST in min-max fashion Onsite: 1. Variation of Insert Delete GetRandom O(1) on a different class (OOP style) 2. System Design on browser history
Leetcode easy Question. Something with arrays and hashmap
Find permutations, max sums
The first assessment is a 20 minutes debugging session where there are 7 methods/functions and you need to find the only error in each. The second was two large hackerrank style questions. The last is the workplace simmulation.
Part 1 was several debugging questions
15 min behavioral for each interview. 1 easy, 1 hard, 1 medium
Viewing 391 - 400 interview questions