Linked list questions
Test Development Engineer Interview Questions
43,527 test development engineer interview questions shared by candidates
Why do you want to work here?
Extremely technical interview.
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".
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
Given a list of unordered numbers, what would be the best algorithm to find the n largest numbers.
The differences between recursive and iterative implementations?
Write a program to find out the median of two sorted array.
Reverse words in a String
Given a BST find the second largest element?
Viewing 481 - 490 interview questions