Sort an array of integers with only 1s and 0s. Then sort an array of integers with numbers between 0 and 99.
Software Developer New Grad Interview Questions
711,190 software developer new grad interview questions shared by candidates
Create a simple console drawing application (preferably in Scala)
Dynamic programming questions
Implement a reverse hash table
Implement integer division
Given the upper left and lower right coordinates of two rectangles, determine if they overlap
Give a 2D rectangular array represented as a 1D arrary in row-major form, rotate the array by 90 degrees
How will you check to see if two integer arrays have any common elements?
How would you find a duplicate number in a very large unsorted array of ints.
You have a list of sentences/words. How to find out the sub list that consists of a specific prefix? Ex: input: prefix="he", list = ["hello", "world", "hello world", "hey dude", "galaxy"....] output: ["hello", "hello world", "hey dude"]
Viewing 1251 - 1260 interview questions