question about array
Software Development Engineer Ii Interview Questions
2,268 software development engineer ii interview questions shared by candidates
NDA. Questions were mostly based on arrays and trees.
For a given sentence, write down an effective algorithm to reverse each word in the sentence.
What's something hard you had to deal with? Convince me you can get stuff done. Other techy questions: -- Design classes and interfaces for Chess game -- How would you implement the twitter "trending now" feed
The question on SDLC process was tough to convince as there was major gap how IT in MS operates and outside market .
how to determine if a graph is bi-partitite.
Director round was a bit confusing as I was asked to track mineral water of a mineral water plant.
linked-list merge
Phone interview 1: How would you test an instant messenger system? How would you sort a large array?
a huge matrix with 1 and 0, block the block of 1. elements could be "connected" by left, right, up or down side; but no diagonal. my answer, scan one by one, after getting the first 1, use stack walking to all neighour 1 and change them into 0, count++ then the interview asked how to make it parallel, ...
Viewing 2201 - 2210 interview questions