Coding round ( two hours) comprising of mcq sections(mostly aptitude) and 2 data structure questions, followed by four to five technical interviews and HR round.
Coding round ( two hours) comprising of mcq sections(mostly aptitude) and 2 data structure questions, followed by four to five technical interviews and HR round.
I applied through college or university. I interviewed at Amazon
Interview
written test consist of aptitude,programming and situation and personal thinking questions based question in aptitude were easy to moderate based on some alphabetical logic while questions on programming were moderate level to high level
Interview questions [1]
Question 1
Code on matrix manipulation, question was tough and time was too less
I applied through college or university. I interviewed at Amazon
Interview
My interview process was entirely virtual, because of the pandemic. There were 4 interviews in total, after you got through the written round. In the first 2 interviews, 2 DSA questions each were asked. In the third, 2 DSA questions as well as fundamentals were asked. The fourth was a bar-raiser round which seemed like a technical+HR round together.
Interview questions [1]
Question 1
Given a number n, find sum of square of digits. Now that is your new number, find sum of square of digits for that. Keep going on.
You are given bool isvalid(int n). Return true if the number ever becomes 1. If not, return false. Do this in o(1) space.