the quiz
Engineer Senior Interview Questions
138,152 engineer senior interview questions shared by candidates
Given a 2D matrix, on every "0" appearance cell, you need to zero all the cells in the same column/row.
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
I was asked to defend why I didn't believe in drag & drop development. Seriously?!
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?
when working different threat than main threat which androi api do you use ?
there will be two array like below, merge and sort them. arr1 = {1,5} arr2={3,6,_,_} result = 1,3,5,6
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.
Viewing 551 - 560 interview questions