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.
Software Development Test Engineer Interview Questions
5,411 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.
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).
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.
Test an Function that converts string to integer. String here can be of any length!
Coding test was to write code to get all palindromes in a string. Test a refrigerator. Code to make diagonal elements 0 in a matrix.
weakness
Given a Stack with n elements, write a method that always keeps the max of the stack?
Viewing 541 - 550 interview questions