1)Line of code in C++
Software Development Engineer In Test Interview Questions
5,159 software development engineer in test interview questions shared by candidates
Suppose you have a dictionary of words design an algorithm that would scan all words and determine all words that are anagrams. Your algorithm should be efficient and NOT O (n square).
Describe alpha beta pruning.
Given an airplane with 50 rows and 3 rows on each seat and the weights of all 150 passengers. How will you place the passengers so that the torque is minimized around the middle. Like balancing a seesaw.
3rd round: lunch interview, discussion of my resume, intersted projects, 2 more coding questions , sub sum of numbers in an array
test questions
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.
Viewing 1811 - 1820 interview questions