Nothing really difficult when compared to rest of the industry
Software Development Engineer In Test Interview Questions
6,453 software development engineer in test 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 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
Questions around test framework development, Process improvement, build process improvement and some fundamental testing tool questions.
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 641 - 650 interview questions