Given 2D array of grid values for each row and a maximum value, find the max size square where the sum of the values is less than or equal to the maximum value. Ex: Given [ [1, 1, 1], [2, 2, 2], [ 3, 3, 3] ] and max value of 27, what is max size square?
New Grad Software Engineer Interview Questions
2,844 new grad software engineer interview questions shared by candidates
Build a robot that can get over a sand pit and through branches
Tell something about yourself that's not on your resume.
Dungeoneering
There was resume discussion, 2 behavioral questions, and 2 leet code easy-difficult questions on each of the two interviews. Resume discussion was lengthy
Leetcode problems
Leetcode Medium (not too bad)
What's 2^10. This guy had tons of questions that he expected quick answers to. None of your answers are good enough for him.
Rotate the diagonals of a matrix.
System Design Question: Develop a job scheduler that would take in cron job requests and do the neccessary processing and report back the success/failures of these processes to the user, failing if timeout occurred.
Viewing 361 - 370 interview questions