Coding: Create a stack with the usual push() & pop(), but with an additional function getMiddle() that returns the middle element of the stack in constant time.
Software Developer In Test Interview Questions
1,163 software developer in test interview questions shared by candidates
Given a 2D rectangular matrix of boolean values, write a function which returns whether or not the matrix is the same when rotated 180 degrees. Additionally verify that every boolean true is accessible from every other boolean true if a traversal can be made to an adjacent cell in the matrix, excluding diagonal cells. That is , (x , y ) can access the set [ ( x + 1 , y ) , ( x - 1 , y ) , (x , y - 1 ) , (x , y + 1 ) ] For example, the matrix { { true , false } , { false , true } } should not pass this test.
Given a list of integer e.g. (1,2,4,5,6,7,8...) Find a pair with a given sum.
Write me a program that does ... with recursion in it. In java or C++.
Unexpected question: which books on testing do u know
Find the majority element of an array.
Tell me about yourself, Why Disney, Challenges you faced, What is good about API testing? What makes an SDET better than others? Significant accomplishments, Where do you see yourself in the next 5 years?
2. What are page objects.
Is it okey to reschedule the interview to yet another date?
Asked me a question about finding the middle of Java's doubly linked list, finding the middle of Custom Linked List which didn't have the size method. Reversing a String. One SQL question about using Joins to get matching data from Employee and Manager table. Then one problem solving question about handshakes where 2 people was 1 handshake, 3 people was 3 handshakes, 4 people was 6 handshakes, etc....
Viewing 11 - 20 interview questions