Mostly related to frameworks, OOPs concepts and Selenium. They will ask question from resume.
Senior Software Development Engineer In Test Interview Questions
6,457 senior software development engineer in test interview questions shared by candidates
What is testing, bug period, STLC, Priority v/s severaity
Technical: Extract only numbers from a email.
All QA related question including API, automation, and mobile testing and developers tools for mobile
Rather simple coding question
find mirror of a binary tree
Why do you want to work for Microsoft?
Reverse a link list. Try to do it recursively as well.
How would you test a calculator that is going to be used by elementary school aged children?
Given an unsorted array of integers, sort them in such a way that all negatives come first, followed by zeroes, followed by all positives. 5,-6,8,0,4,-10,11 could become -6,-10,0,8,4,11 (does not have to be sorted into increasing order) What is the run time of this? Can we reduce the run time, if so, how (implement the new way)? Doing black box testing, how can we determine the run time? How can we determine if we have a memory leak?
Viewing 1051 - 1060 interview questions