Senior Software Qa Engineer Interview Questions

578 senior software qa 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); } } } }
avatar

Sr Software Quality Engineer

Interviewed at ServiceNow

4.1
May 9, 2024

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); } } } }

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.
avatar

Senior Software QA Engineer

Interviewed at Intuit

4.2
Apr 21, 2015

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.

Viewing 451 - 460 interview questions

Glassdoor has 578 interview questions and reports from Senior software qa engineer interviews. Prepare for your interview. Get hired. Love your job.