Algorithm questions, design questions, test automation, projects, behavioral. I say just be yourself otherwise you come across as phoney
Software Development Engineer In Test Sdet Interview Questions
3,735 software development engineer in test sdet interview questions shared by candidates
List the different types of testing (and apply as many as you can).
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).
Given a array of integers, write code to find the max possible sum of sub-arrays. Use arithmetic progression.
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... }
How would you reverse a string?
How do you simulate the functionality of a queue using 2 stacks
Write algorithm for c compiler.
How to test a calculator?
Find the heaviest ball among 9 other similar balls using a libra
Viewing 541 - 550 interview questions