The reverse in-order traversal stumped me slightly; my solution was to do an in-order traversal, adding elements to a FIFO stack. Then after the traversal, pop off the elements of the stack.
Software Development Engineer In Test Interview Questions
6,456 software development engineer in test interview questions shared by candidates
Maximum common Subsequence
Write a function to list all documents under your C: drive.
Find the last unique character in a character string
Why do you choose to work as a tester
Remove a node from a singly linked list.
Given a numeric expression, evaluate the expression and give the result. For instance: 4-3*12+300
How to detect loops on a single linked list?
why you attend MBA?
Assume a text console where somebody is typing input. Whenever the person hits enter, we should display the string that he has entered. The string can be very very long and the program that takes the input and displays should be as fast as possible. Write such a C program
Viewing 831 - 840 interview questions