level by level print BST
Software Development Engineer In Test Sdet Interview Questions
3,724 software development engineer in test sdet interview questions shared by candidates
If I give you a can of coke / pepsi (unopened), how would you test it?
Given an array of integers in random order from 1 to 100, but one number was missing, name 3 ways you can find out which number was missing.
Write a method (in a language that you are comfortable with) that determines whether one given string is a substring of another given string.
Are you familiar with setting up computer hardware? If so, what does __(computer component)___ do? Why would we choose to use a SSD over an HHD.
The reverse in-order traversal stumped me slightly; my solution was to do an in-order traversal, adding elements to a FIFO stack. Then after the traversal, pop off the elements of the stack.
Inorder tree traversal + a logic question
Test conditions and code to test whether 2 circles on a place intersect.
Reverse a string without using a buffer?
to write a tree traversal algorithm side to side
Viewing 411 - 420 interview questions