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.
Software Testing Interviews
Software Testing Interview Questions
Software testers are responsible for identifying defects in software products and therefore must be well-versed in computer programming. Employers look for candidates who can learn quickly and communicate effectively to both technical and non-technical audiences. Expect to answer a lot of coding questions as well as a brainteaser to test your ability to think outside the box.
36,264 software testing interview questions shared by candidates
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).
Find all the words that you can identify associated to a telephone number.
How would you test a bottle of water
Given a linked list, swap every pair of elements (so elements 1 and 2 swap, 3 and 4 swap, etc.)
Viewing 3481 - 3490 interview questions