What's your process for writing quality assurance documentation? How do you ensure your team follows quality assurance procedures? Describe a time when you identified an issue in the production process that could have caused a product defect. How did you handle it? API Testing and Response Codes
Sr Qa Engineer Interview Questions
5,817 sr qa engineer interview questions shared by candidates
General QA questions, Processes, Methodologies, best practices, current and previous projects.. some technical questions related to SQL
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
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?
Viewing 4551 - 4560 interview questions