Describe and code an algorithm that returns the first duplicate character in a string?
Software Engineer In Test Interview Questions
Software Engineer In Test Interview Questions
Software engineers in test are IT professionals who focus on building tools for software testing. They also sometimes perform the tests and assist in developing the product being tested. In a software engineer in test interview, prepare to answer advanced questions about the software testing and development process.
Top Software Engineer in Test Interview Questions & How To Answer
Question #1: Explain the difference between priority and severity.
Question #2: What is ad-hoc testing?
Question #3: Explain the difference between SDET (software development engineering in test) and manual software testing.
36,182 software engineer in test 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