How would you call fire brigade if your office catches fire? Consider you dont have internet, telephone, or any means of communication.
Software Development Engineer In De Test Interview Questions
6,448 software development engineer in de test interview questions shared by candidates
Program: Let's say U1,U2 are friends and vice versa. So given a list of friends, you need to find unique set of friends. For eg: U1,U2 U2,U3 U4,U5, U2,U1, U4,U5 Should return: U1,U2; U2,U3; U4,U5
How will you find two strings are anagram?
Puzzle
Q: Most challenging part of coding you have
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........".
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"
QE scenario question on testing mobile app
(A simple API drawn on a white board) How would you test this - what test cases would you run?
Viewing 221 - 230 interview questions