weakness
Test Development Engineer Interview Questions
5,605 test development engineer 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 531 - 540 interview questions