describe one project you worked on that was challenging.
Software Developer New Grad Interview Questions
2,866 software developer new grad interview questions shared by candidates
It wasn't a leetcode question/anything that I could find on leetcode.
Binary tree traversal and BFS/DFS
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
Viewing 1631 - 1640 interview questions