Questions regarding Algorithms used for development.
Software Development Test Engineer Interview Questions
5,414 software development test engineer interview questions shared by candidates
Questions were mainly related to my past experience, OS concepts, synchronization issues, and so forth. There was less emphasis on algorithms and more on architecture.
One of the difficult question was about solving a puzzle with good algorithm and coding it up as well. I don't recall the puzzle's name now, but the solution involved using linked list (circular), and writing some classes and methods. In the end, testing was also required for this solution.
Create a copy of a singly-linked list. Each node has a value and a next pointer, but also has a pointer to a random node: It can be null, or point to any other node in the list. The solution must take O(n) time and use O(1) space.
i havent had a great experience as i was rejected in first round itself
Be careful when you use str.Split(' '); because it may generate empty strings.
How would you build something and test it?
How would you find a book in a library given the author and title, but no catalog.
c) WAP to Print last n lines of a big log file.
The algorithum question
Viewing 1831 - 1840 interview questions