Microsoft Interview Question Software Engineer / Developers
0of 0 votesImagine a bit map representation of a television screen.write code to Go to a position (x,y) on the screen and flip the bit i.e. 0 to 1 or 1 to 0? He told me that I should ask a question as to what is the length of the screen or height of the screen to implement it which i didn't.
Country: United States
Interview Type: In-Person

That is because i guess :
- Anonymous on November 08, 2011 Edit | Flag Replylength could be greater than INTEGER_MAXSIZE or something like that