Given a 2D array of 1's and 0's, find the biggest perfect square of 1's (DFS).
Software Engineer New Grad Interview Questions
3,069 software engineer new grad interview questions shared by candidates
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
Can you hear me?
Study your classic coding questions and make sure you can create code that executes on the spot
Viewing 151 - 160 interview questions