How would you determine if someone has won a game of tic-tac-toe on a board of any size?
Software Developer In Test Interview Questions
1,163 software developer in test interview questions shared by candidates
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?
Search a sorted array for the first element larger than k
You are a parking lot attendant in a lot that has one open spot, and you want to move the cars from their original positions into a new arrangement. Create a program that will print out instructions on how to move the cars most efficiently.
Difficult to answer in short and first time attempt.
Not difficult. It is like why can not compare two strings. And how to compare one object which initialed as a string with string. The coding quesition is to find the kth in two sorted arrays.
How would you translate input string into sequence of movements through on screen keyboard? What if you can loop through rows and columns?
Find indices start and end for a particular value in a sorted integer array with duplicates
Invert a Map e.g 1: {a,b} 2: {c,d} becomes a:1 b:1 c:2 d2
Try-catch block, handle class, matrix indexing in MATLAB. Declaring private methods in Python. A lot of importance was given to behavioral questions.
Viewing 1 - 10 interview questions