Given a 2D matrix, on every "0" appearance cell, you need to zero all the cells in the same column/row.
Engineer Senior Interview Questions
101,962 engineer senior interview questions shared by candidates
You have been given two pieces of flammable rope. The speed at which each individual rope can burn is inconsistent, but if you light the end with a match, the short rope will take 30 minutes to burn and the long rope takes an hour. How can you used the ropes to determine when 45 minutes have passed?
A software application to be designed for the financial client
There are 5 bowls with 100 candies each. In 4 bowls, all of the candies are 10 grams each. In 1 bowl, all the candies are 9 grams each. Using a digital scale, how can you determine which bowl has the 9 gram candies by using only 1 weighing?
try to get a pattern out of string or json. ask you to translate numbers from 1 to 100 to names of numbers ( for example 34 translated to thirty-four). you need to come with a solution within 10 seconds, I am able to get it done within 2 minutes. That's not fast enough.
Common javascript question: Difference between === and == when evaluating conditional statements.
What is SFINAE in C++
Write a routine to find the square root of a number. Then make it faster.
What is mutex.
How did you deal with handling various ppl within the team
Viewing 421 - 430 interview questions