I applied through college or university. I interviewed at Amazon (Dakshina Kannada) in Aug 2022
Interview
1 online round and 1 interview (DSA related )It was a on campus oppurtunity . Both the rounds were easy-mediu m in difficult. Question were mainly focused on trees , dp and graphs.
good. The interview is very nice and I feel good during the process. The interviewer is Chinese and treats me pretty well. The question is very simple. It's just need a for loop to solve it.
I applied through college or university. I interviewed at Amazon (Noida) in Aug 2022
Interview
Online Test- 2 medium-level questions based on arrays, strings, etc. 55 behavioral questions based on Amazon Principles. Interview- Intro based on projects Discussion on projects 3 coding questions 1. Find the next greater element but it has to be closest in the number line. Brute force as well as an optimized approach maybe use a data structure. 2. Reverse the linked List Optimised solution only 3. Given a string of small characters and capital characters sort the string in such a way that small characters come before capital characters and both the small and capital characters should be in sorted order.
Interview questions [1]
Question 1
Find the next greater element but it has to be closest in the number line.