Know your craft and be ready to answer fundamentals and "use case scenarios" type of questions.
Senior Qa Engineer Interview Questions
5,817 senior qa engineer interview questions shared by candidates
Testing related processes and questions ???
Selenium and C# related questions for technical round Scrum or process related questions for managerial round
First round Introduction, more questions from the experience background, Why morningstar? Second round Introduction, coding challenge, scenario based questions, third round Still waiting to get back to me
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
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); } } } }
Viewing 4541 - 4550 interview questions