Standard array of technical questions for the industry, but focusing more on the approach to a problem than knowing the correct answers immediately
Senior Software Development Engineer In Test Interview Questions
390 senior software development engineer in test interview questions shared by candidates
There was a detailed technical question about a test strategy for a complex system built with a domain-specific language. When I answered in general terms, the interviewer kept pressing for more specifics and detailed examples. I finally realized that she didn't really understand the problem. I confronted her with "This is your job, isn't it? And you don't know how to do it!" She admitted I was right.
1. General testing concepts. 2. 2 Algorithm questions that need to compile and run successfully in the online compiler.
Round 3: Skype - Retrieve the number of employees working in each department - SELECT department_id, COUNT(*) FROM employees GROUP BY department_id; - Unix/Linux Command to find replace a text for all the files in the given directory Ans: find ./ -type f -exec sed -i 's/string1/string2/g' {} \; - Unix/Linux Command to Find only ERRORS in the log files.
The questions were more related to data processing and test designs. I was asked to write a program to combine a time series data in one round and some basic Java and selenium questions.
array related program in java and testng script to test that program
Basic questions about work history in the phone interview.
Difference between Abstract class and Interface in C#.
initial 2 rounds were good and mostly on problem solving and testing techniques and few coding questions 3 round was just a formality to have to reject the interviewee
How to check if a checkbox is not checked and then how to check it
Viewing 251 - 260 interview questions