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
Software Development Engineer In Test Interview Questions
5,147 software development engineer in test interview questions shared by candidates
How will you find two strings are anagram?
Puzzle
Q: Most challenging part of coding you have
(A simple API drawn on a white board) How would you test this - what test cases would you run?
The questions were based on their own requirement which was Python, SQL, Linux, and QA.
Do you think SDET deserve this much salary?
reverse linked list, 1-2-3-4-5 to 5-4-3-2-1
How do you test the functionality of weather.com which takes a coordinates anywhere on earth and gives you accurate current weather information. After I given my plan which is to use automation tool collecting weather information from public weather station and compare results. I was asked what if there's no web service, no phone service, not even radio and you can't load weather forecast information from the public weather stations. Nor you can use historical value to test since the results need to be very accurate.
3. Write the Test cases for the amazon review page which has these things on that page: stars to rate the product two edit boxes: 1 for title, 2 for review two buttons: ok and cancel.
Viewing 181 - 190 interview questions