What problems will you point out in any products of Microsoft if you're going to improve it?
Software Engineer Testing Interview Questions
36,268 software engineer testing interview questions shared by candidates
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).
Given a linked list, swap every pair of elements (so elements 1 and 2 swap, 3 and 4 swap, etc.)
How would you test a bottle of water
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.
What is the best sorting algorithm and why?
On a Unix shell, how to find the list of files with a size greater than x Mb.
Technical: From any array of integers print only the non repeated integers.
Viewing 3461 - 3470 interview questions