how can you read data from xcel files?
Senior Software Engineer Im Test Interview Questions
1,186 senior software engineer im test interview questions shared by candidates
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.
Software development practices Tech experience Salary expectation
1. General testing concepts. 2. 2 Algorithm questions that need to compile and run successfully in the online compiler.
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