Senior Qa Interview Questions

5,023 senior qa interview questions shared by candidates

Basic ServiceNow Questions. As the requirement was for Servicenow QA. Below are some of the Questions that were asked. - What is ServiceNow? - What is the full form of CMDB? - Explain all the modules and its workflows of Services now. - Explain the term "Business Rule." - Explain ATF and its benefits.
avatar

Senior QA Engineer

Interviewed at Royal Cyber Inc.

4.2
Feb 9, 2021

Basic ServiceNow Questions. As the requirement was for Servicenow QA. Below are some of the Questions that were asked. - What is ServiceNow? - What is the full form of CMDB? - Explain all the modules and its workflows of Services now. - Explain the term "Business Rule." - Explain ATF and its benefits.

Round 3 F2F: SQL and DB 1. the for INSERT query 2. ? for CREATE TABLE query 3. What is wrong with this SQL statement, SELECT * FROM student where student_id = 1234. Here student_id is of data type string. Correct statement - SELECT * FROM student where student_id LIKE '1234'; 4. What is Primary Key? 5. What is a Unique Key? 6. What is Foreign Key? 7. Difference Between Left Outer Join, Right Outer Join 8. What is Inner Join? 9. What is Self Join? 10. What is Full Outer Join? 11.A join query to fetch records for a given DB schema
avatar

Senior QA Engineer

Interviewed at Visa Inc.

3.8
Oct 20, 2018

Round 3 F2F: SQL and DB 1. the for INSERT query 2. ? for CREATE TABLE query 3. What is wrong with this SQL statement, SELECT * FROM student where student_id = 1234. Here student_id is of data type string. Correct statement - SELECT * FROM student where student_id LIKE '1234'; 4. What is Primary Key? 5. What is a Unique Key? 6. What is Foreign Key? 7. Difference Between Left Outer Join, Right Outer Join 8. What is Inner Join? 9. What is Self Join? 10. What is Full Outer Join? 11.A join query to fetch records for a given DB schema

Round 2 F2F: Test Case, Test Data Enumeration and Problem Solving 1. What is the difference between Abstract Class and Interface 2. When should I go with Abstract Class and when should I use Interface? 3. What is the difference between Array and Any Collection Class? 4. What is the difference between ArrayList and LinkedList? 5. Given an array arr[] = {5, 10, 15, 25, 20, 30}; find the elements where the sum is equal to k = 25. Here you can add pick 25 and say it is equal to k, pick 2 elements to add it and say it is equal to k, or pick 'n' elements from the array and say it is equal to k. immediately find all the array elements that creating the addition to k. 6. Time complexity and Space complexity of the program you wrote. 7. Enumerate test data and write test cases for the above code
avatar

Senior QA Engineer

Interviewed at Visa Inc.

3.8
Oct 20, 2018

Round 2 F2F: Test Case, Test Data Enumeration and Problem Solving 1. What is the difference between Abstract Class and Interface 2. When should I go with Abstract Class and when should I use Interface? 3. What is the difference between Array and Any Collection Class? 4. What is the difference between ArrayList and LinkedList? 5. Given an array arr[] = {5, 10, 15, 25, 20, 30}; find the elements where the sum is equal to k = 25. Here you can add pick 25 and say it is equal to k, pick 2 elements to add it and say it is equal to k, or pick 'n' elements from the array and say it is equal to k. immediately find all the array elements that creating the addition to k. 6. Time complexity and Space complexity of the program you wrote. 7. Enumerate test data and write test cases for the above code

Round 1 F2F: Test Case and Test Data Enumeration 1. Brief about the career and your responsibilities across the organization 2. Explain the automation framework I developed in detail - Explained my Data-Driven Framework for API testing. 3. How do you compare the Actual and Expected in your automation framework - Using Assert.assertEquals() in the Validation Class? 4. When given an API URL for testing, how would you start testing? 5. For a given JSON payload, there's a new field added to the POST request (payload). The new field is of data type String. Enumerate the test data for that new parameter. 6. Write all possible test cases for the same. 7. Apart from the basic testing concepts, I've explained in and out of my automation framework. Like how will I read my excel sheet for test data, how dynamically I'm creating the JSON request, how much code changes I would do if I'm subjected to new POST request of API URL changes etc. 8. Basic TestNG annotations.
avatar

Senior QA Engineer

Interviewed at Visa Inc.

3.8
Oct 20, 2018

Round 1 F2F: Test Case and Test Data Enumeration 1. Brief about the career and your responsibilities across the organization 2. Explain the automation framework I developed in detail - Explained my Data-Driven Framework for API testing. 3. How do you compare the Actual and Expected in your automation framework - Using Assert.assertEquals() in the Validation Class? 4. When given an API URL for testing, how would you start testing? 5. For a given JSON payload, there's a new field added to the POST request (payload). The new field is of data type String. Enumerate the test data for that new parameter. 6. Write all possible test cases for the same. 7. Apart from the basic testing concepts, I've explained in and out of my automation framework. Like how will I read my excel sheet for test data, how dynamically I'm creating the JSON request, how much code changes I would do if I'm subjected to new POST request of API URL changes etc. 8. Basic TestNG annotations.

Viewing 4781 - 4790 interview questions

Glassdoor has 5,023 interview questions and reports from Senior qa interviews. Prepare for your interview. Get hired. Love your job.