What is your salary expectations?
Senior Software Quality Engineer Interview Questions
123 senior software quality engineer interview questions shared by candidates
Given an array of size 100 with sequential numbers, there is only one number is duplicate. Find that number. Return the 2nd highest salary from salary table
Based on resume Java questions Selenium Behavioral
String questions, loop questions, xpaths, payment gateway 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); } } } }
It was with respect to selenium, bash and Python/Java
Technical screen had various technical questions relating to the position.
In Managerial round asked about career details and framework details on which I have worked. Panel round all technical questions on Core Java, Selenium, Automation Framework, Cucumber.
Linux commands were asked Db queries we're asked
Standard QA questions from QA Director. VP wanted me to draw the architecture of the system environment for my last 2 employers.
Viewing 101 - 110 interview questions