2 technical rounds, one hr round and 2 client round.
Senior Software Test Engineer Interview Questions
1,186 senior software test engineer interview questions shared by candidates
Java, Selenium, API, Project, Framework
how can you read data from xcel files?
Can you describe how a device gets its IP address?
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.
Standard algorithm questions, coding exercises
Its not fair to share the questions, but I felt the questions were appropriate to the role.
F2F technical interview
Aptitude
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.
Viewing 811 - 820 interview questions