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?
Test Development Engineer Interview Questions
5,610 test development 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.
Design a keyboard, test a pen
They asks from Data structure algorithms to logic puzzles.
Write a program that multiplies 2 numbers (integers, floats, etc), without using the multiplication operator.
Alarm clock for blind people.
How would you test a wireless keyboard?
Write a function that counts words of a book based on type (noun, verb, etc)
Find out all strings from a grid and compare with a list, traversal is random
Viewing 3701 - 3710 interview questions