What would be your ideal job?
Test Development Engineer Interview Questions
5,608 test development engineer interview questions shared by candidates
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?
Given a singly linked list, swap the kth node and the kth node from the end. Don't check for size.
Nothing really difficult when compared to rest of the industry
Viewing 551 - 560 interview questions