Amazon Interview Experience SDE1
Amazon Interview Experience SDE-1
This was a hiring drive at the Chennai office. Around 40 people attended.
Day 1 interviews
Round 1: Written Round
https://www.geeksforgeeks.org/longest-palindrome-substring-set-1/
https://www.geeksforgeeks.org/convert-a-given-tree-to-sum-tree/
https://www.geeksforgeeks.org/reverse-a-list-in-groups-of-given-size/
Round 2: Tech Round
https://www.geeksforgeeks.org/maximum-sum-such-that-no-two-elements-are-adjacent/
https://www.geeksforgeeks.org/maximum-sum-in-circular-array-such-that-no-two-elements-are-adjacent/Questions on Dynamic programming – Overlapping subproblems and Optimal substructure property for the above questions
Full Code, Time and Space complexity
Round 3: Tech Round
Question 1: https://www.geeksforgeeks.org/k-th-distinct-or-non-repeating-element-in-an-array/ – Code
Question 2: XOR Linked list – discussion and tracing an example
Question 3: https://www.geeksforgeeks.org/given-a-sequence-of-words-print-all-anagrams-together-set-2/
Given Hash-based and Trie based approach and code for Hash-based implementationQuestion 4: Check whether N is reachable with numbers a and b instead of 0 and 1 using Fibonacci series. (-INF<=a, b<=INF) Full code.
Question 5: https://www.geeksforgeeks.org/convert-a-given-binary-tree-to-doubly-linked-list-set-4/ Full Code.
Day 2 – Interviews
Round 4: Bar Raiser
1.Projects Discussion
2.More Behavioural questions and Scenario-based question(Regarding Cloud Architecture)
3.Design patterns – Singleton, Builder, Prototype, Factory.
4.Questions involving REST API’s.
5.Finally a problem: Pseudo code and tracing an example
https://www.geeksforgeeks.org/median-of-stream-of-integers-running-integers/
Suggested 3 ways of solving the above problem comparing their time and space complexities
Round 5: Hiring Manager Round
1.More discussion on projects
2.Still more behavioural questions and Scenario-based questions.
3.Discussion on Restful Web Services.
Join Free Interview Preparation Course
Recommended Posts:
- Amazon Interview Experience | Set 185 (For SDE1)
- Amazon Interview Experience | Set 188 (For SDE1)
- Amazon Interview Experience | Set 258 (For SDE1)
- Amazon interview Experience | Set 141 (For SDE1)
- Amazon Interview Experience | Set 262 (For SDE1)
- Amazon Interview Experience | Set 187 (For SDE1)
- Amazon Interview Experience | Set 261 (For SDE1)
- Amazon Interview Experience | Set 186 (For SDE1)
- Amazon Interview Experience | Set 153 (For SDE1)
- Amazon Interview Experience | Set 281 (for SDE1)
- Amazon Interview Experience | 198 (For SDE1)
- Amazon Interview Experience | Set 291 (On-Campus for SDE1)
- Amazon Interview Experience | Set 264 (Experienced for SDE1)
- Amazon Interview Experience | Set 259 (1 Yr Experienced for SDE1)
- Amazon Interview Experience | Set 266 (Off-Campus for SDE1)
If you like GeeksforGeeks and would like to contribute, you can also write an article using contribute.geeksforgeeks.org or mail your article to contribute@geeksforgeeks.org. See your article appearing on the GeeksforGeeks main page and help other Geeks.
Please Improve this article if you find anything incorrect by clicking on the "Improve Article" button below.