What do you do when there is no Answer?
Software Development Engineer In Test Sdet Interview Questions
3,717 software development engineer in test sdet interview questions shared by candidates
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).
Tech stack from the previous company
What r the types of polymorphism
One question based on dp
How you build your platform
Java: String vs StringBuilder vs StringBuffer: what is thread synchronization Manual testing concepts of Boundary Value Analysis and Equivalence Partitioning String s = "ABC" String s2 = new String("ABC") s == s2 s.equalsIgnoreCase(s2) Program for "ABC XYZ" to "XYZ ABC" How to alter registry settings via Selenium Why don't we write ChromeDriver dr = new ChromeDriver Difference between get() and navigate() Difference between bug and defect Questions related to API testing, I don't remember
What is difference between git and GitHub
Explain object-oriented programming methods (Instance, Class, Static).
dont remember the questions but basicallt trees anf linked list
Viewing 231 - 240 interview questions