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.
Nice online assessment, focused mostly on data structures and algorithms, object oriented desing, and operating system. Problems were ranged from easy to hard level of leetcode. I was able to solve all the three problems, with all the testcases passed.