LCA in BST, Mid of Linked LIST, 2 pointers shift all zero, at last, anagram strings, insert in LL at a given position, SQL query database question.
Software Development Engineer In Test Sdet Interview Questions
3,717 software development engineer in test sdet 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 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
Draw the system architecture of one of your projects
how do you test a remote control?
Code a solution to rotate bitmap by 90 degrees given a structure definition representing the bitmap and a function prototype for the function to do the rotation.
Write a program that acts as an application scheduler that runs executables at given times.
How to test a calculator?
Given a file that has a C++ program in it, how would you verify that the code in it is syntactically correct?
Viewing 301 - 310 interview questions