Sr Qa Engineer Interview Questions

5,817 sr qa engineer interview questions shared by candidates

Round 1 : Reverse a String Implement merge in a merge sort Top k frequent words in a file Round 2 It was with the director........Asked about resume and my previous qa experience at a company ...whiteboarding some QA stuff Round 3 Again with a director.....check whether a number is prime , convert string to integer Round 4 SQL joins Test cases privileges in unix SOAP REST Round 5 Bubble sort Junit annotations Round 6 Brain teasers
avatar

Senior QA Engineer

Interviewed at Visa Inc.

3.8
Jul 20, 2016

Round 1 : Reverse a String Implement merge in a merge sort Top k frequent words in a file Round 2 It was with the director........Asked about resume and my previous qa experience at a company ...whiteboarding some QA stuff Round 3 Again with a director.....check whether a number is prime , convert string to integer Round 4 SQL joins Test cases privileges in unix SOAP REST Round 5 Bubble sort Junit annotations Round 6 Brain teasers

Here are some of the questions that were asked: Java Program to reverse each String in a sentence = " Today is a Happy Day" , Output should be : " yadoT si a yppaH yaD". - Java program - if String= " ABC DEF" , output should be : A D B E C F - Questions on TestNG and the workflows, the order of execution with some scenarios - Why Web services and few questions on REST - what is the process followed in your project- say suppose we get any new requirements and then....??? Explain - Java - String, String Buffer, String Builder - Suppose String A= "ABCD", then A+test - does this give compile error. How string is immutable - Explain on Agile. Why Agile is better than Waterfall - Questions on Unix & SQL - Click on a button and nothing happens - what do you verify to debug - Gave a scenario and asked to identify the optimum scenarios.
avatar

Senior QA Analyst

Interviewed at Visa Inc.

3.8
Apr 15, 2015

Here are some of the questions that were asked: Java Program to reverse each String in a sentence = " Today is a Happy Day" , Output should be : " yadoT si a yppaH yaD". - Java program - if String= " ABC DEF" , output should be : A D B E C F - Questions on TestNG and the workflows, the order of execution with some scenarios - Why Web services and few questions on REST - what is the process followed in your project- say suppose we get any new requirements and then....??? Explain - Java - String, String Buffer, String Builder - Suppose String A= "ABCD", then A+test - does this give compile error. How string is immutable - Explain on Agile. Why Agile is better than Waterfall - Questions on Unix & SQL - Click on a button and nothing happens - what do you verify to debug - Gave a scenario and asked to identify the optimum scenarios.

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 4611 - 4620 interview questions

Glassdoor has 5,817 interview questions and reports from Sr qa engineer interviews. Prepare for your interview. Get hired. Love your job.