scenario based interview questions and behavioral based interview questions
Software Development Test Engineer Interview Questions
5,412 software development test engineer interview questions shared by candidates
1. Reverse a string without reversing words. Later he added delimiters to the string and did not want to reverse the delimiters but just the words. 2. how would you test a video not running on youtube or netflix. Second round: 1. reverse digits in a integer both positive and negative. 2. you have an array [1,2,3,4] output as the product of all other values but not the value at that index [24,12,8,6] 3. find the pairs which adds to specific sum in an array. a[x1,x2,x3,x4] and b[y1,y2,y3,y4] x1+y1=z so print x1,y1. 4. there are two large files flie1 and file2 , merge the file with no duplicates. Write test cases for all of these questions.
About current project
find out the how many different numbers are occurred in an unsorted array
They asked me about some knowledge about test and sql query. Cause I don't have any experience in test, the interviewer said I was not supposed to apply for the position.
Few coding related questions
very easy coding questions, just to check if you know Python coding and testing. Another online coding is to test the API. Also asked me how to deploy an application from the beginning which is a devops job.
easy to medium questions asked
Test cases based on Scenarios. Based on the line code explanation of code . locating strategies approach of testing
Q. Stack implementation and then return highest number in O(1) complexity
Viewing 1191 - 1200 interview questions