Most questions are around data structures. Also expect word puzzles, like write an algorithm to spell out actual numbers. E.g. 121 -> "One Hundred and Twenty One".
Test Specialist Interview Questions
36,252 test specialist interview questions shared by candidates
Given a list of unordered numbers, what would be the best algorithm to find the n largest numbers.
Given an array of integers and k, print all the pairs of numbers (a,b), both of them inside the array, such that a+b=k
Linked list questions
Convert string to float without using any functions
Program in ide: Input - wwwaabbc Output - w3a2b2c1
What is polymorphism?
Have you ever worked in Java?
What is meant by Positive Testing and Negative Testing?
The differences between recursive and iterative implementations?
Viewing 411 - 420 interview questions