What language(s) are you most comfortable using?
New Grad Software Engineer Interview Questions
2,866 new grad software engineer interview questions shared by candidates
Design a system for calculating and displaying a small new feature on a Yelp business page.
Given a 2D array of 1's and 0's, find the biggest perfect square of 1's (DFS).
are these two if statement the same? int j, if(j==0){} if(0==j){}
Hackerrank Challenge for for JSON Document Store
Stack pop question, present in leetcode
I was asked to find a Fibonacci number. It wasn't Fibonacci per se but very similar. It is solved the same way.
Given an array of integers, move all non-zero integers to the beginning of the array and return the number of non-zero integers. The memory can be assumed to be volatile.
Practice medium and hard questions on leetcode. I think phone interview you will get asked most likely a hard or two medium and on site its usually easy/medium questions.
Binary Tree Maximum Path Sum
Viewing 151 - 160 interview questions