Why do you want to be a SDE
Software Engineer In Test Interview Questions
6,461 software engineer in test interview questions shared by candidates
why do you wan to work for Microsoft
Explain the concepts of an RDBMS to a 5 year old
How to improve performance of a web server?
Given an integer, write a function that rotates the digits to the right.
How do you sort a linked list using the most efficient algorithm?
Stack to queue
How would you test certain feature.
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, ...
He asked me how to reverse a string in C. I was a bit rusty, and the answer he was looking for was to iterate over the length of the string store one character in a temporary character, then store the end of the array in the new location. char<-str[i] str[i++]<-str[end] str[end--]<-char Something like that in pseudocode.
Viewing 6301 - 6310 interview questions