Find all the words that you can identify associated to a telephone number.
Test Development Engineer Interview Questions
5,608 test development engineer interview questions shared by candidates
Given a linked list, swap every pair of elements (so elements 1 and 2 swap, 3 and 4 swap, etc.)
How would you test a bottle of water
How to test a calculator?
Code a solution to rotate bitmap by 90 degrees given a structure definition representing the bitmap and a function prototype for the function to do the rotation.
Write a program that acts as an application scheduler that runs executables at given times.
The questions were easy on my understanding. If i have to rank the questions, then the most difficult among them was, to write a program to generate Roman numerals from the decimal numbers.
Given a list of integers, return the longest contiguous subsequence that adds up to the largest value.
Given a linked list and a number k, find the k-th node from the end and return it. An example: List: A-B-C-D-E-F K K: 2 Return F:
Write a function that when given a string will return the position of the starting point of the largest reoccurring character. (ie. given:"AAABBCCCCD" would return 5 (starting point of C)) Test your code.
Viewing 541 - 550 interview questions