Regular Leetcode algorithms were asked
Senior Quality Engineer Interview Questions
4,464 senior quality engineer interview questions shared by candidates
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
Testing related processes and questions ???
Know your craft and be ready to answer fundamentals and "use case scenarios" type of questions.
Just what we have put on resume
Question were asked from python and android automation.
How can you rate yourself in the skills mentioned?
Viewing 3531 - 3540 interview questions