Explain some differences between 5 or 6 technologies. I was told that its okay if I would skip certain differences and that I needed to explain only a couple of them. Explain how would you test something.
Software Development Engineer In Test Interview Questions
6,452 software development engineer in test interview questions shared by candidates
How do you sort a linked list using the most efficient algorithm?
How would you test certain feature.
Implement a stack that has a pop and push operations.
The most difficult question was, they gave me a puzzle and asked me to write an algorithm to solve it
Expected question. I was prepared for the interview and I was able to answer the question.
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.]
How would you explain internet to a five year old?
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
Viewing 6241 - 6250 interview questions