Parsing and evaluate a given string which represent a line of code in a hypothetical programming language. I was given the rules of the language like what the syntax would be like and how different symbols are to be understood. And discuss testing the program in different ways
New Grad Software Engineer Interview Questions
2,906 new grad software engineer interview questions shared by candidates
The coding test questions can be found on LeetCode. Medium to Hard difficulty.
I agreed not to disclose the specific questions I was asked, but they covered core data structure and algorithms and were moderately difficult. Each question allowed the interviewers to expand the problem if the initial task had been completed (i.e. how would you run this algorithm utilizing multiple threads / machines). My problems covered string parsing, online algorithms, bfs/dfs and memoized search
Assign values from a set to indices in a matrix such that a value isn't repeated 3 times in a row/column.
Validation Problems
NDA but it doesn't matter because it varies.
1st round: googlyness (behavioral). One question I remember 2nd round: recursion + dynamic programming question with strings 3rd round: ambiguous question to design a function that calculates the toll costs for cars/license plates on a highway. 4th round: linked list question
Question on linked lists, to add a node etc
Due to NDA, I cannot mention it, however, Leetcode helps.
atoi (phone interview)
Viewing 721 - 730 interview questions