given two sorted linked list, merge them into one linked list.
Senior Software Development Engineer In Test Sdet Interview Questions
3,736 senior software development engineer in test sdet interview questions shared by candidates
find mirror of a binary tree
Evaluate postfix expression
Reverse a link list. Try to do it recursively as well.
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"
Why Microsoft and not some company like Honeywell?
Write the kernel of the OS of a stopwatch
Implement a function that turns a string into a number with sign.
given three integers, determine whether they can form a triangle? example 1: 3, 4, 5 --> yes example 1: 3, 4, 15 --> no
A,B,C Input, determine if its a triangle.
Viewing 531 - 540 interview questions