Given a list of versions (in string format). The versions can have invalid characters (requires cleaning). Print the list in sorted order of increasing versions. Input: ["1.2.34", "$5.j8", "3.4#", "3.45"] output: 1.2, 3.4, 3.45
Senior Software Interview Questions
99,476 senior software interview questions shared by candidates
So you're not a .Net developer?
Given a project, was required to refactor it using the MVP pattern an solving hard bugs presents.
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.
Remove duplicate from contact list.
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.
Viewing 201 - 210 interview questions