how to check is an integer is palindrome or not.
Software Engineer New Grad Interview Questions
2,866 software engineer new grad interview questions shared by candidates
Tell me everything the computer does from the time you press power button till you connected to google in browser.
How would you design an application to accommodate a global scale?
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.
Viewing 141 - 150 interview questions