NDA
Software Engineer In Test Interview Questions
1,623 software engineer in test interview questions shared by candidates
NDA
Could you please share the validation methods employed to ensure the accuracy and reliability of the test you have developed?
Q: What is the difference between rebase and merge in git and when to use them?
You are given a list of call stacks, which represents the call stack at a particular instance of time starting from 0 ms, say at every ms. You need to create a call graph from this data, which is a hierarchical structure and also provide the time in ms, that each call in the hierarchy took. After I struggled a bit, the question was further simplified where I had to find the number of times a particular method is called and also provide a parent-child hierarchy between the calls. So basically, the input was a list of stacks and the output was a tree graph with count of each method.
Regarding projects and normal DSA questions.
Rotate a matrix in place.
SQL statements How to QA a login screen Basic questions like Why you looking for a new job, why Whoop, What do you see yourself doing in 5 years, etc.
what is java constructor ?
Difference between functional testing and non-functional testing
A variation of leet code two sum
Viewing 911 - 920 interview questions