How do you write test cases for a software application that prints out triangles? What all do you consider when writing your tests?
Software Development Engineer In Test Interview Questions
6,457 software development engineer in test interview questions shared by candidates
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
How will you manage multilingual (Hundreds of languages) testing of a Product in a very very short notice i.e. you cannot test all of them.
Write a kernel module which tests a home page and handle multiple requests from the server?
Viewing 1301 - 1310 interview questions