The most unexpected question had to do with designing a messaging system, and involved some concepts I wasn't familiar with. This was my last interview and the interviewer was very friendly and patient, and guided me throughout the process.
Software Development Engineer In Test Sdet Interview Questions
3,733 software development engineer in test sdet interview questions shared by candidates
find a recurring element in a linked list of unicode characters. If a unicode character/s is found to have a duplicate then just delete that repeating node and adjust the list. The contraint was to not to use any extra memory.
using recursion to traverse a binary tree
Implement a counting semaphore using only binary mutexes
What is a stored procedure ?
How would you sort an array of 5+ random chars?
how to find if two rectangles intersect
I was asked about the most challenging project in my past experience. I talked about one project I accomplished, but I supplemented (which I really shouldn't have done so) an unsuccessful research project which I didn't put on the resume. That project was too hard for me to finish in a few months, so I eventually abandoned it. It is not uncommon that a research-oriented project fails in the end, but the interviewer might think you are a loser.
If you have 9 balls. and one of the ball is lighter. All others are equal in weight. So then, if you have a single scale and you are given two turns how would you find the lighter ball?
Given a running sequence of numbers and u know that one number occurs more than 50% of the times, find that number. Do it in O(1) space
Viewing 631 - 640 interview questions