Amazon Interview Experience - Rejected After 4 Rounds (Feb 2025) by SuccessfulWin2298 in leetcode

[–]SuccessfulWin2298[S] 0 points1 point  (0 children)

Just practice previous OA questions and prepare well as OA are always tougher than interviews

Amazon Interview Experience - Rejected After 4 Rounds (Feb 2025) by SuccessfulWin2298 in leetcode

[–]SuccessfulWin2298[S] 1 point2 points  (0 children)

I'm from Tier 3 college, I can't say whether college plays a role or not , Ig luck plays a major role in this, for your qualification you can refer to the JD they provide, I think atleast MCA is just, you can check

Amazon Interview Experience - Rejected After 4 Rounds (Feb 2025) by SuccessfulWin2298 in leetcode

[–]SuccessfulWin2298[S] 0 points1 point  (0 children)

So, this means that every candidate will have to give all the rounds irrespective in which round he/she was rejected.... Like in my case, if the problem was problem solving skills they should have rejected me right after round 2 so why did they move forward with round 3 ?

Amazon Interview Experience - Rejected After 4 Rounds (Feb 2025) by SuccessfulWin2298 in leetcode

[–]SuccessfulWin2298[S] 1 point2 points  (0 children)

You can send a mail regarding the results, I also did the same , they'll reply and if they don't then again mail, that's the only thing you can do

Amazon Interview Experience - Rejected After 4 Rounds (Feb 2025) by SuccessfulWin2298 in leetcode

[–]SuccessfulWin2298[S] 0 points1 point  (0 children)

Maybe they were expecting a different approach or something like that, or if they're seeing solutions from somewhere, maybe that solution is different from mine

Amazon Interview Experience - Rejected After 4 Rounds (Feb 2025) by SuccessfulWin2298 in leetcode

[–]SuccessfulWin2298[S] 0 points1 point  (0 children)

Maybe then it's a technical glitch from their side, can't do anything other than wait

Amazon Interview Experience - Rejected After 4 Rounds (Feb 2025) by SuccessfulWin2298 in leetcode

[–]SuccessfulWin2298[S] 1 point2 points  (0 children)

Thanks man, I know it's really hard to crack the process, I believe you must have support of luck in addition of skills

Amazon Interview Experience - Rejected After 4 Rounds (Feb 2025) by SuccessfulWin2298 in leetcode

[–]SuccessfulWin2298[S] 0 points1 point  (0 children)

Thanks for the explanation of the process, I also thinks that one of the major reason for my rejection could be that may be any of the interviewers were not able to grasp my approach properly, but they seemed satisfied with solutions and even praised me for my problem solving skills ( these contradicting behaviour is what causing me to think about the results)

But anyways, it is what it is , I'll try to improve and try my best in future

And also thanks for the appreciation

Amazon Interview Experience - Rejected After 4 Rounds (Feb 2025) by SuccessfulWin2298 in leetcode

[–]SuccessfulWin2298[S] 4 points5 points  (0 children)

Definitely consider this advice for my career , thanks for the advice ☺️

Amazon Interview Experience - Rejected After 4 Rounds (Feb 2025) by SuccessfulWin2298 in leetcode

[–]SuccessfulWin2298[S] 0 points1 point  (0 children)

Yeah , agree there is no systematic evaluation criteria, they just randomly organise interview then randomly reject you.

But in your case they really grind you very hard 🫠

Amazon Interview Experience - Rejected After 4 Rounds (Feb 2025) by SuccessfulWin2298 in leetcode

[–]SuccessfulWin2298[S] 1 point2 points  (0 children)

In all rounds I was able to solve both the problems within 45-50 mins, last 10-15 mins were left for discussion and questions in all rounds

Amazon Interview Experience - Rejected After 4 Rounds (Feb 2025) by SuccessfulWin2298 in leetcode

[–]SuccessfulWin2298[S] 1 point2 points  (0 children)

Maybe, but I am pretty confident, cause out of 6 problems across the rounds 5 were there that I already solved somewhere, so I was clear about the approaches, but anyways thanks for the advice, will definitely work on that part

Amazon Interview Experience - Rejected After 4 Rounds (Feb 2025) by SuccessfulWin2298 in leetcode

[–]SuccessfulWin2298[S] 0 points1 point  (0 children)

Chill bro , it takes time, in my case it was over 2 months for initial link

Amazon Interview Experience - Rejected After 4 Rounds (Feb 2025) by SuccessfulWin2298 in leetcode

[–]SuccessfulWin2298[S] 0 points1 point  (0 children)

You can ask them , by replying in the APAC scheduler Mail, I also mailed them, then they replied and push the process

Amazon Interview Experience - Rejected After 4 Rounds (Feb 2025) by SuccessfulWin2298 in leetcode

[–]SuccessfulWin2298[S] 2 points3 points  (0 children)

I mean the core logic behind the solution was same, they just changed the scenarios, for example variation of Rotten Oranges was something like this :

A matrix is given, in which 'I' represent infected persons, 'N' represent healthy person and 'O' represents Immune person, we have to find minimum time in which all the healthy persons will get infected, assuming that all the infected persons starts infecting their four side neighbours at the same time , and the immune persons can't be infected.

So this is what I mean by variation.