Binary tree traversal and BFS/DFS
Software Developer New Grad Interview Questions
6,139 software developer new grad interview questions shared by candidates
Signed NDA -- questions were fair
Typical interview questions like tell me about yourself, and talked about one of my projects on my resume. This took roughly 10 minutes. The coding question was implementing a cache with a timestamp for the cache to delete itself.
Both the questions were on Strings.
Technical questions based on basic data structures with a little twist.
give an array of integer, and a start point, a, end point, print out all the broken intervals. e.g. start = 1, end = 100, array = {2,3,4,6,7}, print {5, 8-100}
How do you put a list of node/edge pair into an existing tree? the list of nodes are not in particular order, and it's not guaranteed to have a pair with the existing tree.
A coding question
Was dfs, backtracking, and heap questions
I was asked to do an autocomplete algo
Viewing 3431 - 3440 interview questions