in final 10 min he give me problem to find median of two shorted arrays
Software Development Engineer In Test Sdet Interview Questions
3,745 software development engineer in test sdet interview questions shared by candidates
What should we test the computer mouse against to ensure quality and fitting to users' needs ?
Hardest question was how to sort a linked list using recursion only. I knew the iterative solution but couldn't come up with recursion. Very difficult.
Some of the questions were centered around my take home coding test and why I choose some of the tools I used.
All sorts of brain teasers (monte hall problem, etc)
how to reverse words in a string preserving the formatting
Reverse the individual words in a string (words are delimited by spaces). Example - "Hello world" becomes "olleH dlrow".
Shuffle Linked List
Design and implement a "inner join" function using 2 sorted lists/arrays. Make it run in O(n) time.
The interviewer confused me like hell when describing the question. Every node of the tree has a pointer to its left most child. each node has a pointer to its next sibling. Its a BST. Find the smallest value in the tree.
Viewing 61 - 70 interview questions