So you're not a .Net developer?
Senior Software Interview Questions
75,502 senior software 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?
What would you do if senior management demanded delivery of software in an impossible deadline?
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.
Tell me the difference between C# and C++
Develop an online Auctioning/Bidding system, with services such as putting item on an auction, placing bids, multiple bids should also be allowed, show top 5 bidders of a particular item, notify bidders about new item in place.
How can you tell if a linked list is circular (goes on forever because it connects to a previous node)?
Viewing 171 - 180 interview questions