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
Senior Quality Engineer Interview Questions
4,465 senior quality engineer interview questions shared by candidates
Describe your framework. It takes a lot of imagination to ask this question.
On Linux "kill -9 process id" What is the -9?
Rest APIs,Debugging,Challenges,Test scenarios
How do you solve problems, which method do you use the most.
Regular Leetcode algorithms were asked
3 Java programming questions (leet code - easy to medium level) Automation- Selenium ( framework level ) & basic manual questions (test scenarios & accessibility testing)
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); } } } }
Write test scenarios for a public website
Questions related to Selenium, TestNG, and core java concepts and Java program
Viewing 3521 - 3530 interview questions