Name 5 datastructures.
Software Development Engineer I Interview Questions
1,214 software development engineer i interview questions shared by candidates
Write a short program that prints each number from 1 to 100 on a new line. For each multiple of 3, print "Fizz" instead of the number. For each multiple of 5, print "Buzz" instead of the number. For numbers which are multiples of both 3 and 5, print "FizzBuzz" instead of the number. (In-person whiteboard example)
DSA ONLY
Size of market of used diapers in India.
How would you improve your solution.
Algorithms
Balancing Paranthesis
Questions about algorithms and data structures (trees, heaps, queues), some of them were straight from other coding problems found in interviews, other were more design problems when I needed to use the correct data structures. Interview with manager and bar raiser are more open questions: they explain a problem and ask me how would I assess the problem, find the root cause and fix it.
Return if 2 elements in an array sum up to a given number.
Find distance between two nodes in a binary search tree.
Viewing 161 - 170 interview questions