So you're not a .Net developer?
Engineer Senior Interview Questions
113,895 engineer senior interview questions shared by candidates
Brain teaser #1: Given 8 balls and a balance, how many weighings would it take to find one ball that does not weigh the same as the other 7. Brain teaser #2: Two boys enter a tunnel. When they are 1/3 of the way through, they hear a train coming. If the boys run in opposite directions at the same speed, and narrowly miss getting hit by the train at their respective end of the tunnel, how fast was the train traveling compared to the 2 boys?
given a large array of int return the length of the longest increasing(non-necessarily-adjacent) sub-sequence
Coding the fibonacci algorithm.
Given an array and a sum, determine if any of the items add up to sum. Do a linear space solution and constant time solution.
The number of paths in a m x n grid to a given cell? (After looking it up I noticed the interviewer actually asked the question incorrectly). So, always ask for more details if things are unclear.
Easy
What format are plist files in?
Tell me the difference between C# and C++
A quick programming question. Count from 1 to 100 and write 'X' if the current number can be divided by 3 or 'Y' if by 5 and 'Z' if both.
Viewing 201 - 210 interview questions