Round 1 : Code Debugging and Logic Ability
Software Development Engineer Interview Questions
33,200 software development engineer interview questions shared by candidates
Implement an LRU cache
phone call question is about linked list, binary tree, not difficult. on-site question is about amazon leadership, project experience.
Print out the sum of the longest path in a BST.
Give an array of restaurants' locations. Find K closest restaurants from origin point (0, 0)
Rotate a string in clockwise direction ?
Given an array of person objects that contain a name and gender, sort the array such that all females are before males in the array.
The second one was to find the "local minimums" in a list of integers. Which is when the sequence stops decreasing and starts increasing. Example: 5 3 5 2 1 4 7 3 1 2 - 3, 1, 1 are minimums.
Implement a function that merges two sorted lists into one sorted list
Questions were easy. Asked for multiple ways to solve the same problem. Also asked some behavioral questions.
Viewing 1511 - 1520 interview questions