One question on receiving a list of tuples, each with a package name i the first spot and a dependency for that package in the second. The task was to find the optimal order of package installation for all packages and dependencies.
Software Development Engineer I Interview Questions
1,214 software development engineer i interview questions shared by candidates
Tell me about yourself and why do you want to work here?
Design a shopping cart system for a pizza shop
Common Amazon interview questions. Nothing out of the ordinary. Coding questions were harder than expected, especially for SDE 1, but not too crazy
Say you had a dictionary of words. How would you set it up? And what would you do if you needed to search for a word (what type of search)? About how long would it take for you to search for the word using Big O notation?
Given an array of integers and an integer k, find all possible k-tuples of the array such that no k-tuple uses any index of the array more than once. For example, given the array {1, 2, 3} and the integer k, the k-tuples returned would be: 1, 2 1, 3 2, 3 but 1, 1 would not be permitted.
Convert binary tree to binary search tree
Design a data structure that handles circular dependancy
Describe an experience working on a team.
Describe a situation where you received negative feedback.
Viewing 431 - 440 interview questions