If I have infinite supply of water and have 5 gallons and 3 gallons of water basket, how would I measure 4 gallons of water?
Software Development Test Engineer Interview Questions
36,248 software development test engineer interview questions shared by candidates
During lunch, one interviewer asked me how I would test a pencil to prepare it for release.
Write a program that takes in a string and removes any duplicate spaces (including leading and trailing spaces – there should be none when finished). This program should not have any embedded loops, and you can only traverse the string ONCE. Should definitely be faster than O(n^2).
Given a linked list and a number k, find the k-th node from the end and return it. An example: List: A-B-C-D-E-F K K: 2 Return F:
What is Quality?
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.
All of the questions are fairly easy. Be prepared for communication skills and big oh analysis.
What problems will you point out in any products of Microsoft if you're going to improve it?
Find all the words that you can identify associated to a telephone number.
Questions around test framework development, Process improvement, build process improvement and some fundamental testing tool questions.
Viewing 3321 - 3330 interview questions