Reverse a link list. Try to do it recursively as well.
Software Development Engineer In Test Sdet Interview Questions
3,746 software development engineer in test sdet interview questions shared by candidates
Evaluate postfix expression
I was asked to write a method which takes an integer as an input parameter and returned a string as the output variable. The string's value was to be the written format of the integer. For example, if the input was, "1,550,225" the output was, "One million, five hundred and fifty thousand, two hundred and twenty five"
I was asked a variant of the Single Source Shortest Path Problem on a general tree.
Why do you want to work for Microsoft?
Why Microsoft and not some company like Honeywell?
Write the kernel of the OS of a stopwatch
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?
Viewing 521 - 530 interview questions