Nothing really difficult when compared to rest of the industry
Senior Software Engineer In Test Interview Questions
6,461 senior software engineer in test interview questions shared by candidates
Reverse a linked list
Given a matrix of n x n dimensions, write an algorithm such that each number (from 1 to n) appears only once in a column and a row. (Look up magic square for an example)
Implement LRU Cache
Find diameter of binary tree.
Given a string, I was asked to return all of the unique characters in the order of the original string.
Write an algorithm to pick the mayor of a town. There is a random number that is chosen and every nth person on the list is deleted until the mayor is chosen.
how to find the closest predecessor of a node in binary by doing inorder traversal.
Implement enqueue and dequeue using stacks.
permutation
Viewing 651 - 660 interview questions