How do you solve problems, which method do you use the most.
Sr Qa Engineer Interview Questions
5,814 sr qa engineer interview questions shared by candidates
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
Question were asked from python and android automation.
Performance Testing , common testing process questions, situational questions
How can you rate yourself in the skills mentioned?
Just what we have put on resume
String related coding questions, Framework related questions General testing questions
Viewing 4561 - 4570 interview questions