Give reasons....why did a particular bug made it to a shipped title.
Lead Software Test Engineer Interview Questions
26,577 lead software test engineer interview questions shared by candidates
Implement a reverse hash table
In a sequence of alphabets (like aaabbddaabbcc) write a program to find the number of the consecutive alphabets in and print the alphabet and number. example :if input is aaabbddaabbcc then output should be 3a, 2b, 2d, 2a, 2b, 2c
According to you what is a good code?
Code to reverse a string
Was given various challenges to write scripts that test different programs and data.
Cut a cake where only 3 cuts are allowed but we have to get 6 pieces
There are 3 baskets. one of them have apples, one has oranges only and the other has mixture of apples and oranges. The labels on their baskets always lie. (i.e. if the label says oranges, you are sure that it doesn't have oranges only,it could be a mixture) The task is to pick one basket and pick only one fruit from it and then correctly label all the three baskets.
Given a sorted array of integers, write a function to remove any duplicates. Give algorithm, then code and finally list how you would test your program.
Find the max and second largest max in an array of integers. What is run time? How to test function?
Viewing 51 - 60 interview questions