How would you design a calculator for second graders?
Lead Software Engineer In Test Interview Questions
6,459 lead software engineer in test interview questions shared by candidates
Reverse a string
Write a program to find the word with maximum occurrences in a text and write a test module to verify.
N/A
Convert the roman numbers to interger values
The most difficult / unexpected question I was asked was how to optimize an algorithm for removing duplicates from a sorted list beyond O(n). It turns out that the solution was still in O(n), but involved parallelism to improve run-time.
Question Graphs
All questions were technical or problem solving. I never expected any of them to be difficult or unexpected.
There was no unexpected question. There was a lot of expectation and probing in the area of end to end scenarios and integration test strategy for the testing questions.
I was asked to count from 1 to N among M people in a loop. People counted as N will be removed and keeping counting from 1 to N until only one people left. Output the position of the last people.
Viewing 6401 - 6410 interview questions