List the different types of testing (and apply as many as you can).
Software Development Engineer In Test Interview Questions
6,457 software development engineer in test interview questions shared by candidates
Write a program that reads in a string and prints the character once it has been found to have duplicates (2 or more). The program should only print the character once, not every time a duplicate is found. The program should be faster than O(n^2).
Find the heaviest ball among 9 other similar balls using a libra
No. all of the question are basic concept and normal coding and testing questions.
"How would you test the new Microsoft 'Spoon'" -- Basically they told me that microsoft was coming out with the latest and greatest in spoon technology and I was to test it. They were vague on all the questions I asked (everyone goes out of their way to tell you to ask plenty of questions, but it seemed to help absolutely nothing in this case).
There was a question about delimiters that was tough.
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.
Find an element in the array in O(log n). Array is circular, shifted by k units, and sorted (before shift).
given three integers, determine whether they can form a triangle? example 1: 3, 4, 5 --> yes example 1: 3, 4, 15 --> no
Derive the formula for a line
Viewing 1071 - 1080 interview questions