Coding test was to write code to get all palindromes in a string. Test a refrigerator. Code to make diagonal elements 0 in a matrix.
Software Development Engineer In Test Sdet Interview Questions
3,742 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 file that has a C++ program in it, how would you verify that the code in it is syntactically correct?
How many cars in Chicago?
How would you test Excel?
how to find the closest predecessor of a node in binary by doing inorder traversal.
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.
Draw the system architecture of one of your projects
Given a linked list and a number k, find the k-th node from the end and return it. An example: List: A-B-C-D-E-F K K: 2 Return F:
Problem solving question: You have a list of numbers from 1 to 1000000 and one number is missing, but you don't know what it is. If you can only go through the numbers once, how do you find the missing number.
Viewing 311 - 320 interview questions