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".
Associate Software Test Engineer Interview Questions
43,293 associate software test engineer interview questions shared by candidates
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?
1. Implement stack using queue 2. Merge two arrays and sort them in order as specified at runtime. The two arrays may share common entries between them, but the resultant array must not have duplicates.
Design a cellphone for a blind person
Find out the number of connected cells in a 2D array
Viewing 481 - 490 interview questions