All the questions asked in the interview where coding questions as I had applied for a SDE position.
Test Development Engineer Interview Questions
5,610 test development engineer interview questions shared by candidates
Random objects were held up, and I was asked how I would test them.
None..basic programming questions
Pretty standard questions. The first interview is designed to be easy (fib. sequence) and throughout the day, they'll get more complicated, mostly involving one or more data structures.
Just be thorough with the data structures (trees, strings, recursion etc) and practise a lot. Most of the questions are similar to programming questions found in a book, and if you practise enough, you will be confident for all the questions. Also, testing questions are always unique (like test a vending machine), and make sure you cover all the test cases.
Describe how you would fix a vending machine.
Given m memory blocks. memory filling rate is a blocks per unit time. memory emptying rate is b blocks per unit time. Question: Related to rate and memory
No difficult question. Some questions are tricky.
Given any number break it down into a multiplication of all prime numbers ie 8 => 2 x 2 x 2. Shift an array by x spots in place. Design and test a file backup system.
Nothing really out of the ordinary. If you practice with cracking the coding interview and similar books (practice with, mind you, not learn from) you should be golden.
Viewing 3761 - 3770 interview questions