Software Test Lead Interview Questions

9,684 software test lead interview questions shared by candidates

In a language of your choice, please provide a solution for the following problem. Problem: Given a sorted array of non-zero integers, remove the duplicate elements from the array and return the number of unique elements found. At the end of your algorithm, the array should contain unique elements. If the number of unique elements is less than the size of the array, fill the remaining indices with 0. For example: ex. Input - arr[] = {1, 2, 2, 3} ex. Output - arr[] = {1, 2, 3, 0} - return 3 ex. Input - arr[] = {1, 1, 1, 1} ex. Output - arr[] = {1, 0, 0, 0} - return 1 You should include your algorithm in the removec Duplicates method, whose inputs are the array and the length of the array.
Mar 21, 2022

In a language of your choice, please provide a solution for the following problem. Problem: Given a sorted array of non-zero integers, remove the duplicate elements from the array and return the number of unique elements found. At the end of your algorithm, the array should contain unique elements. If the number of unique elements is less than the size of the array, fill the remaining indices with 0. For example: ex. Input - arr[] = {1, 2, 2, 3} ex. Output - arr[] = {1, 2, 3, 0} - return 3 ex. Input - arr[] = {1, 1, 1, 1} ex. Output - arr[] = {1, 0, 0, 0} - return 1 You should include your algorithm in the removec Duplicates method, whose inputs are the array and the length of the array.

HR questions were fairly basic. The other 3 interviewers asked technical questions and did a pretty good job of explaining how their satellite systems worked. This was very exciting to me as I'm ex-Air Force and have direct hands on experience with navigational systems. They asked me about testing methodologies, planning, and test case creation. They also asked how I defined end-to-end testing. They also wanted to know about my day to day testing activities at my current job. They ask about various test and bug reporting tools. The questions in both the phone and face to face were questions that were in line with a Systems Test Professional. The questions were fair.
avatar

Systems Integration Test Engineer

Interviewed at Gogo

3.6
Sep 3, 2015

HR questions were fairly basic. The other 3 interviewers asked technical questions and did a pretty good job of explaining how their satellite systems worked. This was very exciting to me as I'm ex-Air Force and have direct hands on experience with navigational systems. They asked me about testing methodologies, planning, and test case creation. They also asked how I defined end-to-end testing. They also wanted to know about my day to day testing activities at my current job. They ask about various test and bug reporting tools. The questions in both the phone and face to face were questions that were in line with a Systems Test Professional. The questions were fair.

Viewing 991 - 1000 interview questions

Glassdoor has 9,684 interview questions and reports from Software test lead interviews. Prepare for your interview. Get hired. Love your job.