Problem solving question: You have a list of numbers from 1 to 1000000 and one number is missing, but you don't know what it is. If you can only go through the numbers once, how do you find the missing number.
Engineer Software Testing Interview Questions
36,264 engineer software testing interview questions shared by candidates
Given an eBay type service with multiple front-end applications, user information is being truncated when sent back to the user (Name was 'Andrew' but shows 'And'). Discuss your strategy on debugging this issue.
During lunch, one interviewer asked me how I would test a pencil to prepare it for release.
Find all the words that you can identify associated to a telephone number.
Why is the sky blue? What color do you get when you mix yellow and blue?
Given a singly linked list, swap the kth node and the kth node from the end. Don't check for size.
Given a Stack with n elements, write a method that always keeps the max of the stack?
Reverse a linked list
Given a matrix of n x n dimensions, write an algorithm such that each number (from 1 to n) appears only once in a column and a row. (Look up magic square for an example)
Implement LRU Cache
Viewing 3491 - 3500 interview questions