Given an int array, find the sequence of elements that has the largest sum
Senior Software Development Engineer In Test Sdet Interview Questions
3,734 senior software development engineer in test sdet interview questions shared by candidates
Given a triangle, determine if its a scalene, equilateral, isosceles or neither... required knowledge of triangle properties, I learnt these properties about two decades ago so ofcourse I was fuzzy on the details, completely unexpected
How would you reverse the words in a string?
Given an integer write a function that converts the input into a linkedList where each node corresponds to a number of the integer. Eg: 25697 == 2 -> 5 -> 6 -> 9 -> 7 Then write a function that takes 2 linkedList, add the corresponding integers and return a third list with the result.
Given a string, find whether it has any permutation of another string. Need to be efficient
Sorting Algorithms Optimizations from 2 loops to just 1 loop
write a sub string in a string
- Given a string, how would you determine if that string contains a palindrome?
Write a function that takes a String as a parameter. Count the number of A's in the String before you reach a C.
Write a function to turn a string into an integer and test it
Viewing 21 - 30 interview questions