given modules and shud come up with test cases
Software Development Engineer In De Test Interview Questions
6,461 software development engineer in de test interview questions shared by candidates
What is a stack?
What is polymorphism?
insertion operation on binary trees with some restrictions.
Given an integer, write a function that rotates the digits to the right.
The most difficult question was, they gave me a puzzle and asked me to write an algorithm to solve it
In place, move the duplicates in an array to the end. [Hint: first define duplicate. Ex. 02155530. Move 55 to end, OR 55 and 55, resulting in moving 555 to end.]
Difference between Android and iOS sandbox
File contains url and time stamp from search engine(billions of lines of data). How can you retrieve the top 100 urls in a given time frame?
a huge matrix with 1 and 0, block the block of 1. elements could be "connected" by left, right, up or down side; but no diagonal. my answer, scan one by one, after getting the first 1, use stack walking to all neighour 1 and change them into 0, count++ then the interview asked how to make it parallel, ...
Viewing 6391 - 6400 interview questions