Senior Software Engineer Test Interview Questions

1,218 senior software engineer test interview questions shared by candidates

Round 3: F2F 1. Brief About myself. 2. Java Program to Sort students marks. If their marks are the same sort them by their names in alphabetical order. 3. Java Program to read a file and print the duplicated words with their count. 4. SQL Query to group the employee id by their departments and sort them in descending order by their department id. 5. SQL Query to find the managers of the employees where the employee id, employee name, and the manager id is given. 6. How will you feed the values of JSON requests of POST type for an API without reading excel sheet or Database - By the response of other APIs interacting to the current API. 7. How will you supply the value of the current response to the other API's input? 8. For a site like Amazon, how will you validate a search result which gives 1000s of results? 9. What is the difference between Inner Join and Self Join? Can you perform an inner join in the same table?
May 1, 2018

Round 3: F2F 1. Brief About myself. 2. Java Program to Sort students marks. If their marks are the same sort them by their names in alphabetical order. 3. Java Program to read a file and print the duplicated words with their count. 4. SQL Query to group the employee id by their departments and sort them in descending order by their department id. 5. SQL Query to find the managers of the employees where the employee id, employee name, and the manager id is given. 6. How will you feed the values of JSON requests of POST type for an API without reading excel sheet or Database - By the response of other APIs interacting to the current API. 7. How will you supply the value of the current response to the other API's input? 8. For a site like Amazon, how will you validate a search result which gives 1000s of results? 9. What is the difference between Inner Join and Self Join? Can you perform an inner join in the same table?

Phone Screening: 1. Brief about yourself - The current team and the daily task you carry about. 2. Automation Framework - API - Data Driven Framework - Java, Rest Assured, TestNG, Org.simple.JSON; UI - Data Driven Framework - Java, Selenium Webdriver, POM Design Principle, TestNG. 3. How would you disable one JSON key-value pair in your framework - By not setting the value of the JSON key-value pair in my automation framework 4. Which has better performance - Where clause or Having clause? 5. Difference between Inner Join, Outer Join, and Full Join 6. Difference between POST and PUT 7. When a log file is updating what command you would use to check the logs - tail -10f command 8. What is ps -ef | grep java (process name) is exactly doing? 9. How would you kill a process - kill -9 PID 10. What is internationalization and how did you perform your automation? 11. What all the CRUD operations you performed in your automation? 12. How will you connect from your local machine to server - Key authentication 13. Difference between hard assert and soft assert
May 1, 2018

Phone Screening: 1. Brief about yourself - The current team and the daily task you carry about. 2. Automation Framework - API - Data Driven Framework - Java, Rest Assured, TestNG, Org.simple.JSON; UI - Data Driven Framework - Java, Selenium Webdriver, POM Design Principle, TestNG. 3. How would you disable one JSON key-value pair in your framework - By not setting the value of the JSON key-value pair in my automation framework 4. Which has better performance - Where clause or Having clause? 5. Difference between Inner Join, Outer Join, and Full Join 6. Difference between POST and PUT 7. When a log file is updating what command you would use to check the logs - tail -10f command 8. What is ps -ef | grep java (process name) is exactly doing? 9. How would you kill a process - kill -9 PID 10. What is internationalization and how did you perform your automation? 11. What all the CRUD operations you performed in your automation? 12. How will you connect from your local machine to server - Key authentication 13. Difference between hard assert and soft assert

Given a list of lists, iterate over them and detect if a certain pattern exists. I froze, and bombed. After the call I solved it in 3 minutes (naive n^2) ... sigh. I'm pretty sure if I got it right they would changed the pattern such that it required a BFS solution.
avatar

Senior Software Test Engineer

Interviewed at Indeed

3.8
Feb 5, 2021

Given a list of lists, iterate over them and detect if a certain pattern exists. I froze, and bombed. After the call I solved it in 3 minutes (naive n^2) ... sigh. I'm pretty sure if I got it right they would changed the pattern such that it required a BFS solution.

Round 2: - What is the difference between - String, StringBuilder, StringBuffer? - What is the difference between - Abstract Class vs Inheritance? - When will you go for Abstract Class and When will you go for Interfaces? - Given arr1 = {1, 12, 15, extra space1, extra space 2, ... ,extra space N}, arr2 = {2, 4, 35}. Merge these two sorted arrays in arr1 without the help of a third array. Makes sure that arr1 is also sorted. Give an O(1) solution. - Balance the given parentheses. - Given an array - Find the sum pairs which satisfies the condition a+b = c+d in the array
avatar

Senior Software Test Engineer

Interviewed at Myntra

3.7
Jul 1, 2018

Round 2: - What is the difference between - String, StringBuilder, StringBuffer? - What is the difference between - Abstract Class vs Inheritance? - When will you go for Abstract Class and When will you go for Interfaces? - Given arr1 = {1, 12, 15, extra space1, extra space 2, ... ,extra space N}, arr2 = {2, 4, 35}. Merge these two sorted arrays in arr1 without the help of a third array. Makes sure that arr1 is also sorted. Give an O(1) solution. - Balance the given parentheses. - Given an array - Find the sum pairs which satisfies the condition a+b = c+d in the array

Problem Statement: There's a queue which has N producers at one end and N consumers at the other end. The Producers get their input from an SDK. The queue actions can be controlled by APIs. Now When there are 1000+ orders placed in a minute in Myntra portal, come up with a solution in the framework on how you will validate the packets sent and received are the same in the Queue? Note: Here there are N producers and N consumers. Any consumer can receive a packet from any producer. There can also be scenarios that Queue is blocked and not flushed at for a very long time. Due to high traffic, the queue may not drain all the packets at the regular period of interval. Keep all the negative scenarios in mind while designing this framework.
avatar

Senior Software Test Engineer

Interviewed at Myntra

3.7
Jul 1, 2018

Problem Statement: There's a queue which has N producers at one end and N consumers at the other end. The Producers get their input from an SDK. The queue actions can be controlled by APIs. Now When there are 1000+ orders placed in a minute in Myntra portal, come up with a solution in the framework on how you will validate the packets sent and received are the same in the Queue? Note: Here there are N producers and N consumers. Any consumer can receive a packet from any producer. There can also be scenarios that Queue is blocked and not flushed at for a very long time. Due to high traffic, the queue may not drain all the packets at the regular period of interval. Keep all the negative scenarios in mind while designing this framework.

Viewing 431 - 440 interview questions

Glassdoor has 1,218 interview questions and reports from Senior software engineer test interviews. Prepare for your interview. Get hired. Love your job.