Acudí a una entrevista en Amazon (Londres, Inglaterra) en mar 2013
Entrevista
Applied for an internship at the Amazon Development Centre in London. Was sent an interesting technical test which I could complete in my own time - this was fairly simple but required some thought and I guess was also designed to test coding style etc.
After sending the code via email, they gave me an onsite interview in which we discussed the company briefly and then went straight into a whiteboarding problem involving the game Go, with a free choice of programming language (I chose Java).
I was quite nervous and this was my first experience of writing code on a whiteboard. I think they could see that I was not particularly confident in my solution (which I believe did work in the end), and that I took too long to progress.
Preguntas de entrevista [1]
Pregunta 1
Nothing particularly unexpected, the problem was around the right level, just lacked experience and confidence
Envié una solicitud electrónica. El proceso duró 4 semanas. Acudí a una entrevista en Amazon (Tel Aviv) en abr 2026
Entrevista
2 interviews,
needed to implement min stack at the first one using linked list
needed to implement lru cache
needed to explain about a project i did
was also asked basic questions about myself
was simple but the leet code questions was very specific, and interviewer only wanted 1 type of solution. Which resulted in answers that would be correct, being wrong. And implied that the interviewer does not know what the answer is truly asking for, and instead just following a script.
Envié una solicitud electrónica. El proceso duró 5 meses. Acudí a una entrevista en Amazon (Tel Aviv)
Entrevista
1. Online assessment - sent to me about a week after submitting CV. Had 2 weeks to do it. It's 2 leetcode questions (~medium) so practicing helps. Not a complex algorithm but requires thinking, creativity and discriminant. Got all test cases passing in both questions.
All instructions are in their email so no surprises. Then some reliability tests (100+ rapid questions) which I believe we all pass , just say the truth
(I've submitted the assessment in December , then only in April got a poitive response and scheduled for an interview)
2. Online interview - U have 2 consecutive 1 hour (total=2 hours) online interviews with Amazon employees. Both w/ exactly same structure - personality questions whihc U R expected to answer by Amazons B**lshit leadership rules and then leetcode kinda question, again ~medium level. You are expected to think out loud. Had one with logs sorting and one with parking lot managment, succeded both in optimal solutions (don't worry, got the most general rejection email with no explicit reason 4 days later)
overall - was professional yet no clarity neither reason for non acceptence. never had this kind of experience and i've interviewed for 15+ job places in hi-tech before. Kinda aligns with what people say about Amzn
Preguntas de entrevista [1]
Pregunta 1
Say You have M log files internally sorted by timestamp but the files themselves are in non sorted order and may be overlapping. (for example - File1 18:00 - 18:15, File2 17:50-19:00). Each line is a log and they are indexes and have timestamps. How do you print them out in sorted order , WITHOUT loading all to memory and sorting them (say u hav a memory limit) ?