Senior Quality Engineer Interview Questions

4,465 senior quality engineer interview questions shared by candidates

HR round included typical questions, why I am looking for a job change etc. Interview with hiring manager was also bit non technical, like how to deal with people and so on The assignment was also very easy, added a project to test a small web application where you need to log in, create some customer and company using selenium.
avatar

Senior Quality Assurance Engineer

Interviewed at ServiceNow

4
Jun 5, 2016

HR round included typical questions, why I am looking for a job change etc. Interview with hiring manager was also bit non technical, like how to deal with people and so on The assignment was also very easy, added a project to test a small web application where you need to log in, create some customer and company using selenium.

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

Viewing 3471 - 3480 interview questions

Glassdoor has 4,465 interview questions and reports from Senior quality engineer interviews. Prepare for your interview. Get hired. Love your job.