Someone codes and interface that consists of 3 input text boxes and a start button. When the start button is pressed a triangle will be drawn on the screen. Each side of the triangle will correspond to a length in one of the input boxes. How would you test this program?
Software Development Test Engineer Interview Questions
5,413 software development test engineer interview questions shared by candidates
We have a quadtree algorithm and we are assuming that the boxes are labeled 0 (top left), 1 (top right), 2 (bottom left), 3 (bottom right) 'n' times. Write a function that when given an array input of n size (ie. [0,0,0,0] or [0,0,0,0,0,0,0,0,0] would be the top left corner) would determine if the corresponding box has at least one side touching at least one of the outermost walls.
Design a remote control.
Half the questions were unexpected because I didn't expect to be interviewed for an SDET position.
Since this is only the first interview, everything was easy
Give the pseudocode for a function that returns the n-th value of a Fibonacci sequence. Give both the iterative and recursive solution and their run times.
Implement a single-linked list class.
About a Database of Project that i did in College. I was asked to implement that in alternate way.
Do you know this question early?
Describe how you would fix a vending machine.
Viewing 3591 - 3600 interview questions