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 De Test Interview Questions
5,147 software development engineer in de 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
(1)Given string is palindrome or not(Inlace without using extra buffer) (2)Given a number n - give me the first n prime numbers (Improve efficiency of code) (3)Fizz-buzz type question (4)Given a string(for e.g.,abc) and an array of strings(s1,s2,....sn) -> return an array of boolean values based on if a string s1 can be made from the characters of string(abc) (5)Find the duplicates in an array. (6)Given an architecture of an application - find the best ways to test it and make sure that how can we deliver quality products. (7)Behavioral questions like conflict with a team-member etc.
1) how do find out if there is a path from root to leaf whose summation= given number?
Viewing 181 - 190 interview questions