how to test a certain electric device.
Software Development Engineer In Test Sdet Interview Questions
3,735 software development engineer in test sdet interview questions shared by candidates
A Maze is given as N*N binary matrix of blocks where source block is the upper left most block i.e., maze[0][0] and destination block is lower rightmost block i.e., maze[N-1][N-1]. A rat starts from source and has to reach destination. The rat can move only in two directions: forward and down. In the maze matrix, 0 means the block is dead end and 1 means the block can be used in the path from source to destination. Note that this is a simple version of the typical Maze problem. For example, a more complex version can be that the rat can move in 4 directions and a more complex version can be with limited number of moves.
java : oops concept , array program , string program
First Round : The interviewer is very unprofessional. the interviewer asked all c++ questions for a api testing interview. Interviewer always try to proof himself correct for wrong answers also.
Data structures and algorithms along with a few design questions
How many ballons would fit in the room you are currently in?
Puzzle about horses and races. Find min number of races to find the fastest horse (see web).
Given a series of numbers, replace each number with its nearest possible nuumber
backtrack problem, the max or min sum of a matrix.
Suppose you have a dictionary of words design an algorithm that would scan all words and determine all words that are anagrams. Your algorithm should be efficient and NOT O (n square).
Viewing 1231 - 1240 interview questions