Design a vending machine using OOPS principles.
Software Engineer In Test Interview Questions
1,622 software engineer in test interview questions shared by candidates
Fairly standard fare. Know your algorithms and data structures, talk through your thought process, do your research on what their technology is, etc.
The tech task started with "Document and create an automated testing framework and strategy for the various features, metrics and user journeys that can be found on this page........".
QE scenario question on testing mobile app
Serialize a string over network
Code a FizzBuzzRazz test. If it's divisible by 3 print "Fizz" if it's divisible by 5 print "Buzz" if it's divisible by 7 print "Razz" if it's divisible by 3 and 5 print "FizzBuzz" if it's divisible by 3 and 7 print "FizzRazz" if it's divisible by 5 and 7 print "BuzzRazz"
Questions on Automation Testing
how did you work in development at your previous development team
Phone screen questions: FizzBuzz Array counter- count how many times a number appears in an array What would you use to process a huge amount of data in parallel (answer: MapReduce) Find all primes from 2 to 100 In person coding problem: Given a sequence of numbers, find all gaps (i.e. 1, 2, 3, 7, 8, 9, 11, 16)
They gave me some client's requirements and asked me if I need more specific information and which ones to develop system.
Viewing 41 - 50 interview questions