VOOZH
about
URL: https://www.geeksforgeeks.org/interview-experiences/amazon-interview-experience-set-415-sde-2/
⇱ Amazon interview Experience | Set 415 (For SDE-2) - GeeksforGeeks
👁 geeksforgeeks
Courses
Tutorials
Interview Prep
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
Amazon interview Experience | Set 415 (For SDE-2)
Last Updated :
7 Mar, 2024
Written :
Given a string and pattern with (*, ?) Check if it can match the string.
Find an element in first increasing and decreasing array.
Round 1 :
Given an array of strings. Find all pairs which form palindrome. O(N)
Celebrity problem.
Round 2 :
Given a set of dependent tasks, find order for dependent tasks. Variation of
Count of paths from top left to right bottom in an array containing 0/1. Here 1 means blocked shell. You are allowed to move right or down.
Round 3 :
Project discussion (Hint : Prepare your project well, with all ins and outs)
find maxsum in a binary tree. (node can have -ve numbers as well)
Round 4 :
Design Bookmyshow
: HLD, LLD and different race conditions discussion. scalability discussions
Given an integer array, find the number of merge operations required to make it a palindrome
Round 5 :
Behavioral questions : conflicts, challenges, innovation
Project discussion
Design Restaurant booking application HLD and LLD. Write an algorithm to optimally assign tables for bookings.
Comment
Article Tags:
Article Tags:
Interview Experiences
Amazon
Explore
DSA Tutorial
10 min read
System Design Tutorial
4 min read
Aptitude Questions and Answers
3 min read
Web Development Technologies
5 min read
AI, ML and Data Science Tutorial
3 min read
DevOps Tutorial
3 min read