Query by example
New Grad Software Engineer Interview Questions
2,866 new grad software engineer interview questions shared by candidates
Build a key/value store with transactions (has add, getVal, getKey, delete, begin, rollback, and commit operations.
Print out the level order traversal on a binary tree.
BST, String, and recursion questions
Signed NDA
1. Kth largest number in an array. They do a lot of follow up. I gave him the perfect solution with min heap. Then he said if the K was large how to optimize space, I gave him solution with quickselect. Make sure to know time and space complexity well. 2. Valid binary search tree check. I have given him the solution with two range checking and recurrence. He told me to optimize with only one value.
Find the minimum window in string S which will contain all the characters in string T
Create copy of LinkedList
Describe a team project or team work
Data Structures, system design
Viewing 461 - 470 interview questions