Should we ship the product that has known bugs and issues?
Senior Software Engineer In Test Interview Questions
6,462 senior software engineer in test interview questions shared by candidates
The reverse in-order traversal stumped me slightly; my solution was to do an in-order traversal, adding elements to a FIFO stack. Then after the traversal, pop off the elements of the stack.
Why do you choose to work as a tester
Write a program to find anagrams of a string
Given an array filled with 'n' random numbers, each number may or may not be repeated again in the array, (mix of duplicates and unique numbers) shift all non-duplicates to the start of the array. for example, if array is {4,2,17,2,56,2,4} output should be {4,2,17,56...} the remaining part of array can be modified to anything, doesnt matter
Find longest common substring.
1. Data structure 2.Logic 2.Performcane Testing
Test conditions and code to test whether 2 circles on a place intersect.
Basic query around java, selenium, rest assured.
to write a tree traversal algorithm side to side
Viewing 861 - 870 interview questions