All of the questions are fairly easy. Be prepared for communication skills and big oh analysis.
Software Development Engineer In De Test Interview Questions
5,155 software development engineer in de test 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).
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.)
How would you test a bottle of water
Coding question: Write an interface that takes a list of prices and finds the floor/ceiling of each price so adjusted subtotals sum to rounded totals
How to test a calculator?
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.
Viewing 511 - 520 interview questions