Very technical questions such as : if you have to develop a POS application what are the key elements that you need to consider?
Software Engineer New Grad Interview Questions
3,069 software engineer new grad 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 161 - 170 interview questions