I applied online. The process took 1 day. I interviewed at Amazon
Interview
Questions about professional conduct and principles were incorporated, demonstrating a well-organized approach. Overall I would say it was - Well Organised - Professional - Behaviours and Principal related questions included
Interview questions [1]
Question 1
Explain about past project, you are proud of and why ?
I applied through a recruiter. The process took 6 weeks. I interviewed at Amazon in Aug 2017
Interview
I got contacted through LinkedIn by a recruiter, he told me they were hosting an event in my city and asked me if I wanted to be considered for it. After having a quick HR call with him and sending my CV, he sent me a link with a couple HackerRank style coding questions; I would consider them between Easy and Medium difficulty. After one or two weeks of submitting them I got another email saying that I passed the test and they would like to move forwards with my candidacy. I had a second call with the recruiter regarding logistics, what to expect, etc. later that day he sent me some generic study material.
The onsite interview consisted of 4 50-60min rounds.
1. They tested your JS/HTML/CSS skills
2. They tested your knowledge in HTTP and some general questions of how the internet works.
3. Coding interview
4. Coding interview
Later that same day I got a call from the recruiter saying they would like to move forwards with a job offer, one week later they sent the offer details.
Interview questions [5]
Question 1
Write a JS plugin to manipulate tables (you can use jQuery).
Always print the third unique number of a sequence. The list of unique numbers can hold up to 4 elements, if it gets more, it haves to discard the oldest number.
Examples:
Input: 1, 1, 2, 3, 3, 4, 6
Answer: null, null null 3 3 3 4 4
HR will set a schedule for an initial screen inter using chime. Development manager asks you related to LP and coding exercises. After that, HR will inform you about the status of your applicatuon
I applied online. The process took 3 weeks. I interviewed at Amazon in Sept 2018
Interview
I applied online and within a week I received an email to set up an initial phone screen. Two weeks later we had our phone interview, testing basic web-debugging skills and writing a simple function in JavaScript.
The one-hour phone screen was not especially difficult, so it was quite unfortunate to hear I was not selected. I heard back within one business day.
The staff were polite and professional throughout the process. Confidence is key (and perhaps a reason I was not selected). Don't vocalize your uncertainties - commit to the answers you think are best.
Interview questions [3]
Question 1
Identify the color of an element based on given CSS.