weakness
Software Development Engineer In Test Sdet Interview Questions
3,712 software development engineer in test sdet interview questions shared by candidates
Nothing really difficult when compared to rest of the industry
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
reverse an int
Implement enqueue and dequeue using stacks.
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.
Viewing 311 - 320 interview questions