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:
Senior Software Development Engineer In Test Sdet Interview Questions
3,735 senior software development engineer in test sdet interview questions shared by candidates
How would you test a bottle of water
Technical question in TR round
What are some of the issues you have faced during performance testing?
Nothing really difficult when compared to rest of the industry
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
Given a Stack with n elements, write a method that always keeps the max of the stack?
Given a singly linked list, swap the kth node and the kth node from the end. Don't check for size.
Viewing 331 - 340 interview questions