The coding question was how to detect if a singularly linked-list is cyclic. Also discuss optimization of the solution and code it in any language of your choice.
Sdet Interview Questions
4,399 sdet interview questions shared by candidates
How do you simulate the functionality of a queue using 2 stacks
Given a regular phone number dial pad, write code that will list out all the possible letter combinations that can be made given three numerical digits as input. For example, the base function would look like this: function numberToChars(int *numbers) { // would return an array of different character combinations // if input was 123 // output: adg, adh, adi, bdg, etc... }
How would you reverse a string?
"qwe2rty comp1lete Qwus3tion". rearrange the words in sentence based on numerical value present in words.
Second interview more technical questions
Why do you want to work for Microsoft?
Derive the formula for a line
reverse a string in place
A,B,C Input, determine if its a triangle.
Viewing 601 - 610 interview questions