I applied through a recruiter. The process took 1 day. I interviewed at Amazon in Aug 2022
Interview
I've had a total of five Amazon Recruiters reach out to me over the last month. I had phone screens with two of them over the phone. One of them told me to apply for a specific DevOps consulting role and once I did I'd be getting an email to schedule an interview. That never happened and when I reached out to follow up I was ghosted. I've also now been ghosted by three of the other four recruiters.
I applied through a recruiter. The process took 2 weeks. I interviewed at Amazon (Louisville, KY) in Jul 2022
Interview
Long boring and draining loop interview process. Unnecessary repetitive type of questions around Amazon principals. Just time wasting.
5 hours long interview with 5 different person 😖. According to them person doesn’t need experience on AWS and they can knowledge of other cloud platform like Azure, GCP etc. but at the end give preference to AWS experience guy does not matter how you performed in other rounds.
I applied online. The process took 4 weeks. I interviewed at Amazon (Bengaluru) in Jul 2022
Interview
The interview started with the introduction and the the questions asked were easy but since i have not practiced the questions much so i could not able to clear the first round only.
Interview questions [1]
Question 1
Q1: You have been given an Array of Strings and you have to find out which string occurrence is maximum. If there is a tie then take the last string.
For eg: input = {cat, dog, lion, cat, lion, dog, hen, cat, dog}
then output = dog
Q2: You have been given a error log file and you have to output the ERROR logs in between any two dates of the month.
Q3: you have been given a text file:
a) replace word Amazon with Andy in first 50 lines.
b) replace word Amazon with Andy from 50th line till the last line.
Q4: You have been given a table name world where you would have to output from table city if city is not null else output the table country.