VOOZH
about
URL: https://www.geeksforgeeks.org/interview-experiences/amazon-interview-experience-set-354-sde-2/
⇱ Amazon Interview Experience | Set 354 (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 354 (For SDE-2)
Last Updated :
23 Jul, 2025
I went for face to face interview and faced following questions.
Check if parenthesis are balanced or Not.
Given two unsorted arrays A, B. They can contain duplicates. For each element in A count elements less than or equal to it in array B
Examples:
Input : A = [1, 2, 3, 4, 7, 9] B = [0, 1, 2, 1, 1, 4] Output : [4, 5, 5, 6, 6, 6]
All Practice Problems for Amazon
!
Related Practice Problems
Count the elements
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