Describe and code an algorithm that returns the first duplicate character in a string?
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,182 software testing interview questions shared by candidates
In a given sorted array of integers remove all the duplicates.
Write a method to decide if the given binary tree is a binary search tree or not.
how can a particular application be tested apart from testing its functionality
What would you do if management asks you to approve a release with critical defects?
Given a string (understood to be a sentence), reverse the order of the words. "Hello world" becomes "world Hello"
Write code in your favorite programming language that will accept two strings and return true if they are anagrams.
how would you move mount fuji?
Given a number find it is one less than the power of two.
Given a set of numbers -50 to 50, find all pairs that add up to a certain sum that is passed in. What's the O notation for what you just wrote? Can you make it faster? Can you find an O(n) solution? Implement the O(n) solution
Viewing 1 - 10 interview questions