How would you determine if someone has won a game of tic-tac-toe on a board of any size?
Test Lead Interview Questions
9,718 test lead interview questions shared by candidates
The Game of Nim worded diffently.
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?
1. In an array provide pairs of numbers that add to a particular value 2. In fibonacci series provide sum of all even numbers
The most surprising part was that i was even asked questions about the basic electronics in the interview round as my branch was ECE...
Implement clearbit(int n, int p) function, p is the position of the bit to be cleared. Example : n is 13, p is 0. Binary representation of n : 1101. You need to clear the pth postion, means 0th position bit needs to be cleared.
given two linked lists with a digit in each node, add the two linked lists together. the result must be a linked list with one digit in each node. use only one iteration of the two input lists.
Are two words palindrome of each other?
Sql query: There is a table, called alphabet, a column in it as alpha, there are 6 rows in that column as a,b,c,d,e,f. I want to display feabcd in output
Viewing 1 - 10 interview questions