"How do you handle bugs?"
Sdet Interview Questions
4,403 sdet interview questions shared by candidates
There was a gaming puzzle to solve
What was a challenge that you faced as a QA engineer and how did you resolve it?
the largest substring in a string and the count of the substring, max water can be stored in a container, task dependency problem, rest are basic automation-related questions.
How to make Hashmap syncnorized
If time is limited, write the top 10 TC you can think of for page “Google.com”
2. Reverse a sinlgy linked list, without any use of built in collections or any dependencies.(Implement linked list on your own. do not use java.util package methods) Input : 9 -> 4 -> 2 -> 8 Ouput : 8 -> 2 -> 4 -> 9 3. Find the given two strings are anagrams. isAnagram("apple", "orange"); -> false isAnagram("worth", "throw"); -> true isAnagram("foo", "fun"); -> false 1.[7,1,4,2,0,5,2,9,3] Impl a quick sorting algorithm and explain its space and time complexities in detail
Why chose CS?
How could you solve the subset sum problem in minimal asymtotic run time?
compare the value of two meaningful strings;
Viewing 3561 - 3570 interview questions