test questions
Software Development Engineer In Test Interview Questions
5,159 software development engineer in test interview questions shared by candidates
backtrack problem, the max or min sum of a matrix.
Question asked: Given a binary tree, with root and child node pointers given, devise a formula to calculate the pointer to every node's closest right node on the same level, if one exists
Write a function that will take in a phone number and output all possible alphabetical combinations (found in a normal phone keypad) for it.
Given a string of characters figure out how many palindromes are in the list of words.
Implement a modified bubble sort.
Question related to Circular Linked LIst
basic dsa , sql questions 2 sum palindrome oops principles explain your framework sql query to get 2nd largest salary xpaths
some expected technical and business problems
Suppose there's a rabbit on the edge of a stream. In the stream, at unit sized spaces, there are potentially rocks, i.e. for each space in the stream, there is either a rock there, or there isn't. The rabbit can hop onto a rock, but can't swim. If the rabbit can initially jump one space, then for each subsequent jump, jump n + 1, n, or n - 1 spaces, where n is the number of spaces previously jumped, design an algorithm to determine if the rabbit can successfully cross an arbitrary stream.
Viewing 1821 - 1830 interview questions