How would you reverse a string?
Software Development Engineer In De Test Interview Questions
6,456 software development engineer in de test interview questions shared by candidates
Given a regular phone number dial pad, write code that will list out all the possible letter combinations that can be made given three numerical digits as input. For example, the base function would look like this: function numberToChars(int *numbers) { // would return an array of different character combinations // if input was 123 // output: adg, adh, adi, bdg, etc... }
Given a array of integers, write code to find the max possible sum of sub-arrays. Use arithmetic progression.
Second interview more technical questions
reverse a string in place
Write algorithm for c compiler.
How to test a calculator?
Write a program that reads in a string and prints the character once it has been found to have duplicates (2 or more). The program should only print the character once, not every time a duplicate is found. The program should be faster than O(n^2).
"How would you test the new Microsoft 'Spoon'" -- Basically they told me that microsoft was coming out with the latest and greatest in spoon technology and I was to test it. They were vague on all the questions I asked (everyone goes out of their way to tell you to ask plenty of questions, but it seemed to help absolutely nothing in this case).
Mostly related to frameworks, OOPs concepts and Selenium. They will ask question from resume.
Viewing 1061 - 1070 interview questions