Algorithm and Data Structures
Software Development Engineer I Interview Questions
1,214 software development engineer i interview questions shared by candidates
Write a Program that takes in an array of integers and prints out all the numbers that appeared an odd number of times.
Difference between stack and queue, give real-world example usages of them
2sum
The stock prices in the array one and then questions on mergesort + quicksort
Explain agile methodology
what is your data structure? what is your algorithm.
nth fibonacci, validate bst, merge two sorted array
How do you think of the data structure of this problem
Two problems. Second one was a more complicated twist of the first one. Review data structures, especially HashTables/HashMaps, and Big-O analysis. My interviewer wanted the most efficient solution, so it's necessary to understand the complexity of your algorithm. Cracking the Coding Interview was very helpful in my preparation.
Viewing 981 - 990 interview questions