Why is the sky blue? What color do you get when you mix yellow and blue?
Software Engineer Testing Interview Questions
36,266 software engineer testing interview questions shared by candidates
Given a singly linked list, swap the kth node and the kth node from the end. Don't check for size.
Given a Stack with n elements, write a method that always keeps the max of the stack?
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.
Design a function that would perform the search and replace function found in MS Word.
how to find the closest predecessor of a node in binary by doing inorder traversal.
Given a file that has a C++ program in it, how would you verify that the code in it is syntactically correct?
Viewing 3451 - 3460 interview questions