They basically asked about how I will test and troubleshoot the online web applications. In programming rounds, they asked for optimal solutions. Some questions were based on data structures.
Lead Software Engineer In Test Interview Questions
3,883 lead software engineer in test interview questions shared by candidates
Tell me about an interesting bug you found.
k closest points to origin out of N on a map
1. level-order-tree-traversal/ 2. reverse-level-order-traversal/
Precisely, the first question was to Print the list of numbers in an array fall beyond the average of the total numbers of the same array. And generate the test cases assuming it is a black box. (Intention here is to generate the exhaustive test cases) And another question is Design and code An API takes following parameters as input and inserts them into a relational database table. Of these parameters, few of them are mandatory fields. How would you implement your API? TestcaseId, TestCaseName, TestCase Description, TestCaseExecutionId, TestCaseExecutionStatus, TestSteps, TestLabels, IsActive, IsAutomated, TestPriority TestcaseId, TestCaseExecutionId and TestCaseExecutionStatus are mandatory fields. How do you handle this? NOTE: Remember the time is very limited constraint and Interviewer always expects a refined code including exception handling scenarios. No excuses.
How would you test a subway system?
How do you create a routing table?
find common ancestor in binary tree(Not binary search tree)
They are trying to understand you knowledge of testing and automation. Asking you about the challenges that they are facing currently.
Challenges faced by me during my work
Viewing 2501 - 2510 interview questions