Reverse a linked list
Software Development Engineer In Test Interview Questions
6,459 software development engineer in test interview questions shared by candidates
Create an algorithm for sorting a peculiar arrays. If your fundamentals are strong (from K&R) and also from interview questions you will find on the net, and if you do at least a 100 of them, you should be able to hold your ground.
Given a string, I was asked to return all of the unique characters in the order of the original string.
how do you test a remote control?
All of the questions are fairly easy. Be prepared for communication skills and big oh analysis.
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.
Given a linked list, swap every pair of elements (so elements 1 and 2 swap, 3 and 4 swap, etc.)
Viewing 641 - 650 interview questions