1) how do find out if there is a path from root to leaf whose summation= given number?
Software Development Engineer In Test Interview Questions
5,147 software development engineer in test interview questions shared by candidates
Given an array of integers and an arbitrary integer, find the number of pairs of integers in the array whose sum is equal to the arbitrary integer.
Write code in your favorite programming language that will accept two strings and return true if they are anagrams.
what was the one question you had expected ut were not asked?
merge two sorted arrays in sorted order?
Find cycle in linked list.
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?
find if string1 exists in string2, give test conditions
How do you know if three points make a triangle?
How many lines of code I wrote for the project I worked on?
Viewing 191 - 200 interview questions