Implement four string operations and a sorting algorithm of choice in C. Do not use string.h
Software Engineer In Test Interview Questions
6,457 software engineer in test interview questions shared by candidates
Most of the questions are basic DSA and oops.
Draw the system architecture of one of your projects
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
Given a linked list, swap every pair of elements (so elements 1 and 2 swap, 3 and 4 swap, etc.)
How would you test a bottle of water
reverse an int
how to find the closest predecessor of a node in binary by doing inorder traversal.
How to test a calculator?
Viewing 641 - 650 interview questions