how would you move mount fuji?
Testing Coordinator Interview Questions
28,944 testing coordinator interview questions shared by candidates
Given a number find it is one less than the power of two.
Given a set of numbers -50 to 50, find all pairs that add up to a certain sum that is passed in. What's the O notation for what you just wrote? Can you make it faster? Can you find an O(n) solution? Implement the O(n) solution
Most of them were expected. Almost all are problem solving questions. 1. Given a BST with following property find the LCA of two given nodes. Property : All children has information about their parents but the parents do not have information about their children nodes. Constraint - no additional space can be used
How would you determine if someone has won a game of tic-tac-toe on a board of any size?
Phone interview 1 : a) Simulate a Queue with stacks ? b)Find repeated occurrence of character in a string ? Phone interview 2 : a) Given a 2D matrix of numbers find the position of number . Constraints of matrix number always in increasing order left to right and top to bottom . b)When should version control be used . And a tricky discreet math problem ?
The Game of Nim worded diffently.
Describe and code an algorithm that returns the first duplicate character in a string?
Assume a matrix of integers they are sorted in boh row and column vice .. how do u find a given number from the matrix in a optimal way?
Data structures and Algorithms related
Viewing 1 - 10 interview questions