How would you design a hotel reservation system?
Software Development Engineer In Test Interview Questions
6,461 software development engineer in test interview questions shared by candidates
How would you add two linked lists which represent a number, they have one of the digits among 0-9 in there data field
How do you write test cases for a software application that prints out triangles? What all do you consider when writing your tests?
check for palindrome
Given a string say "ABCD". Now create a new string with duplicates of each character in the original string and to it append the reverse of the same string (with duplicates) excluding the last character. First iteration: AABBCCCCBBAA Second iteration: AABBBBAA Third iteration: AAAAA
how to find if two rectangles intersect
How would you sort an array of 5+ random chars?
How would you test a pen?
I was asked about the most challenging project in my past experience. I talked about one project I accomplished, but I supplemented (which I really shouldn't have done so) an unsuccessful research project which I didn't put on the resume. That project was too hard for me to finish in a few months, so I eventually abandoned it. It is not uncommon that a research-oriented project fails in the end, but the interviewer might think you are a loser.
Given a running sequence of numbers and u know that one number occurs more than 50% of the times, find that number. Do it in O(1) space
Viewing 1301 - 1310 interview questions