HR: Was asked about company, my reasons to join, value add I can provide, and my past accomplishments. Certifications are an add on here.
Senior Software Development Engineer In Test Sdet Interview Questions
3,735 senior software development engineer in test sdet interview questions shared by candidates
questions with areas covering selenium, java ,rest assured.
no difficlt question.. all they want to test is your knowledge and grasp.. the questions i was asked were: 1. given a data structure .one node with 2 pointers.. determine whether it is a doubly linked list , tree or nothing 2. design an atoi function 3. implement stack using 2 queues 4. telll me about your project 5. basic os questions
Stack to queue
The most difficult question was, they gave me a puzzle and asked me to write an algorithm to solve it
In place, move the duplicates in an array to the end. [Hint: first define duplicate. Ex. 02155530. Move 55 to end, OR 55 and 55, resulting in moving 555 to end.]
Expected question. I was prepared for the interview and I was able to answer the question.
How would you test certain feature.
Implement a stack that has a pop and push operations.
a huge matrix with 1 and 0, block the block of 1. elements could be "connected" by left, right, up or down side; but no diagonal. my answer, scan one by one, after getting the first 1, use stack walking to all neighour 1 and change them into 0, count++ then the interview asked how to make it parallel, ...
Viewing 3631 - 3640 interview questions