Various algorithm - sweep lines, coloring
Lead Software Engineer In Test Interview Questions
3,882 lead software engineer in test interview questions shared by candidates
The questions that are most difficult are the technical questions, where interviewers will ask a candidate to solve a real-life problems and write software code in the interview
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.
Array sort.
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.
Numerical array. Find a consecutive part of the array with the largest sum.
Do you know this question early?
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.
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
Viewing 3781 - 3790 interview questions