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.
Software Development Test Engineer Interview Questions
5,401 software development test engineer interview questions shared by candidates
Given a keyboard, how would you test it?
Nothing was tough.. You had to just make sure that you answered the question to the point.
Find the loop in a linked list whose length is not specified
Start with a random linked list--a linked list with a second node pointer that can point to some random node in the list, or to nothing at all. Implement a method that will generate a deep copy of the list
No other question asked.
Search a string to see if it contains a given substring. The given substring can have a '*' - a wild card character which corresponds to skipping one or more characters in the string being searched. Asked qualifiers: Can there be a wildcard character in the string being searched? [yes] ascii? [unicode]
How to test the function sort in Excel
How do you reverse a linked list?
all questions related to java
Viewing 5261 - 5270 interview questions