Know your craft and be ready to answer fundamentals and "use case scenarios" type of questions.
Senior Software Quality Engineer Interview Questions
555 senior software quality engineer interview questions shared by candidates
Anything wrong in this code and Explain? import java.util.ArrayList; import java.util.Iterator; import java.util.List; public class ConcurrentModificationExample { public static void main(String[] args) { List numbers = new ArrayList<>(); numbers.add(1); numbers.add(2); numbers.add(3); Iterator iterator = numbers.iterator(); while (iterator.hasNext()) { Integer number = iterator.next(); if (number.equals(2)) { numbers.remove(number); } } } }
How can you access the variable of one js file in another js file?
How to identify the hidden elements in selenium?
Really bad experience with the recruiter.
1. OOPS concepts. Explanation about Polymorphism, Inheritance. Method overloading, overriding examples. 2. Asynchronous REST api concept. 3. REST api automation. 4. Difference between interface and abstract class. 5. REST api automation code to set the yahoo home page. 6. Selenium basics. 7. SOAP api testing basics. 8. HTTP status and their significance.
Can you write out the test case design techniques for a calculator?
About the company background
All core java concepts and string manipulation programs
It was with respect to selenium, bash and Python/Java
Viewing 431 - 440 interview questions