Implementing a max stack
New Grad Software Engineer Interview Questions
2,906 new grad software engineer interview questions shared by candidates
Check if an array of String (words) is sorted based on a given dictionary (this could be anything, not a real dictionary)
Verify if parentheses [ "(", ")" ] were used correctly in a string.
Find the length of the longest increasing subsequence (with gaps allowed) in a list
Regex String Matching.
This was literally the question: https://leetcode.com/problems/path-sum-iii/. Phone screens or online screens can usually be found on leetcode or hackerrank.
palindrome leetcode word break but with backtracking
1. Implement next() and hasNext() function of the iterator; 2. find the max value of each layer in a binary tree
If there is an important project set by upper management that is high priority, and another internal project that has a sooner deadline within the team that is not really known to upper management, what would you work on first??
coding question 2: given an array of integers, minimum no of operations needed to make all the elements equal. While doing each increment, any one of the elements in kept fixed.
Viewing 321 - 330 interview questions