This wasn't incredibly difficult, but one guy asked me to design Facebook (at a high level) and another asked me to design Twitter. I thought these were really cool questions because they tested overall design smarts instead of obscure algorithmic stuff.
Software Engineer Interview Questions
420,038 software engineer interview questions shared by candidates
Write a sql query to select the 213th highest score from a given table of student name and score.
One question that looked tough but was very easy contained four nested for loops to iterate through an array and to check which elements of the array added up to a value x.
why should i not hire you
Write a map implementation with a get function that lets you retrieve the value of a key at a particular time. t:0 A =1 t:2 A = 2 get(A, t:1) -> 1 get(A, t:3) -> 2
What is Polymorphism ?
Assuming you have a large cube shaped by small cubes together, their number is 1000 How many cubes will be visible?
1) How to reverse a string?
Find the second largest number in the array.
What will be the sizeof the following structure on a 32-bit machine: struct s { int i; char c; long d; void *p; int a[0]; };
Viewing 991 - 1000 interview questions