what was the one question you had expected ut were not asked?
Software Testing Interviews
Software Testing Interview Questions
Software testers are responsible for identifying defects in software products and therefore must be well-versed in computer programming. Employers look for candidates who can learn quickly and communicate effectively to both technical and non-technical audiences. Expect to answer a lot of coding questions as well as a brainteaser to test your ability to think outside the box.
36,204 software testing interview questions shared by candidates
merge two sorted arrays in sorted order?
Suppose you have a C++ base class and several classes that inherit from it. What might happen if you do not write a virtual destructor for the base class?
How do you know if three points make a triangle?
find if string1 exists in string2, give test conditions
Given an array of positive and negative numbers, give an algorithm that would find the sequence of numbers that give the largest sum. The numbers have to be in sequential order.
How many lines of code I wrote for the project I worked on?
Can a function return multiple values? If yes, then in which case?
Write a method to output the Fibonacci sequence.
What is testing pyramid ?
Viewing 601 - 610 interview questions