It was a leetcode coding question about an array with different values. Had to print out the values that added up to the provided target number. The values were allowed to repeat.
Software Development Engineer Test Interview Questions
5,414 software development engineer test interview questions shared by candidates
Reverse a linked list Reverse an array
1. Heap 2. Dynamic programming
Do you have experience in Data structures and Algorithms? Familiarity in Time/Space complexities?
They asked me only coding tasks and their time complexity
About testing a Client Server model
Write an iterator for binary search tree.
Phone interview 1: NVMe debugging Phone Interview 2: Coding bit manipulation + binary search On site interview: I can not disclose, I signed NDA. But pretty easy coding questions.
Write a function that solves [insert CS101 problem here] and calculate the complexity.
Inorder Level order Cyclic Counter problem real time data is coming in, when a function “middle” is called the middle element has to be returned. Also use suitable data structure to store the data. Given str s1 and s2 Find if s2 is a substring If so reverse s2 and change it in place in str s1 Perfect number(3+2+1=6) Diamond problem of multiple inheritance How does heap sort using List comprehension execute 10 times faster than normal heap sort Iterator and generator Three sum- Given an array, if sum of three elements of the array is 0 return those three elements
Viewing 1621 - 1630 interview questions