Sorting Algorithms Optimizations from 2 loops to just 1 loop
Software Development Engineer In Test Interview Questions
5,147 software development engineer in test interview questions shared by candidates
- Given a string, how would you determine if that string contains a palindrome?
wap to search an element in a rotated array ?, wap to merge and then sort 3 different linked lists.?
Was asked to implement a method to find the middle value of a linked list with using the standard provided functions of a linked list Also asked to find a number repeated sequentially the most number of times in an integer array. Then provide test cases on function
post order traversal of a Binary Search Tree Follow up Create a BST from this post order traversed array and write test cases for this function
Reverse each word of the string without reversing the order of the words this is a test BECOMES siht si a tset
Find if given number matched sum of two elements in sorted array.
How many gas stations are there in California?
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 that reverses the letters in each word using only one char buffer. E.g.: "I work at Microsoft" to "I krow ta tfosorciM"
Viewing 51 - 60 interview questions