permutation
Testing Interview Questions
36,268 testing interview questions shared by candidates
how do you test a remote control?
Given a string, I was asked to return all of the unique characters in the order of the original string.
Code a solution to rotate bitmap by 90 degrees given a structure definition representing the bitmap and a function prototype for the function to do the rotation.
Write a program that acts as an application scheduler that runs executables at given times.
How to test a calculator?
What problems will you point out in any products of Microsoft if you're going to improve it?
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.
What would be your ideal job?
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).
Viewing 3291 - 3300 interview questions