Describe a bug which are proud of. Why are you proud of this bug?
Software Development Engineer In Test Interview Questions
5,147 software development engineer in test interview questions shared by candidates
What is the difference between a process and a thread?
2nd round: test wireless mouse, given two string remove the occurances of characters in one string from another
Write the strstr function.
The interviewer had the code from the previous interviewee still on the white board in the room. He asked me to identify what the code did (printed the contents of a binary tree through a BFS using a queue). Then asked me to identify the bugs with the code and suggest how to fix it (null-pointer exceptions when printing out the values from the queue and checking for nulls before adding a value to the queue).
Given an array of integers and sum, check whether any combination adds upto the sum. For solve then program in any language.
BFS
Asked one question to solve: The “Ransom Note” problem.
How would you test the function above?
You have two results from a database query. Check if they return the same thing.
Viewing 341 - 350 interview questions