Guide interview is important!
Entry Level Software Engineer Interview Questions
2,470 entry level software engineer interview questions shared by candidates
What comes next? 2, 9, 28, 65, 126 ?
HR questions: Whats a hashtable and how fast is it? (big O)
Some logistic and Math problem, need fast reading and quick reaciton. Each question only have 2.5 minuetes to finish.
Given an integer, print it out using only putc. You cannot use any other print statements, arrays, or cast the integer to a string or character array.
Nothing was too difficult or out-there, probably because it was an entry-level position.
What is Inheritance? Describe was a CSS style sheet does.
A list of tasks, there are dependencies on them. For a given list and some dependencies, to determine if all those tasks can be finished or not.
Given an array with each array elements containing a random cost (i.e {10, 5, 2, 200, 5, 1}). You can either step through element 1 by 1 or skip by 1 element (i.e array[0] > array[2] > array[3] > array[5]). Find the lowest cost from element 0 to N.
What is an abstract class and why would you use it?
Viewing 21 - 30 interview questions