Me postulé en línea. El proceso tomó 4 meses. Acudí a una entrevista en Amazon (Luxemburgo) en ene 2014
Entrevista
The whole process was very well organized by the recruiter. All the people were very friendly and made me feel at ease, both during phone interviews and during on site interviews. Unfortunately, after about a month and a half, I received an email saying that I would not be in.
It was a good experience anyway.
Preguntas de entrevista [1]
Pregunta 1
1° phone interview:
- Talking about background and previous experiences
- Design Patterns
- Big O notation concepts and examples
- Agile metodologies
2° phone interview:
- Find the element that appears an odd number of times in an array where all elements except one appear an even number of times.
- Design a Data Structure for a phonebook
- Find if there are two elements in an int array that sum up to a given x
- Live coding of the solution to second problem through collabedit.com
- Talk about given solutions complexity
On site interview:
1° (Senior Product Manager)
- Three "Tell me about a time you..." questions
2° (SDE)
- Given a 0-5 random int generator create a 0-7 random int generator.
- Get k highest price in a list of n <item,price> pairs (and talk about complexity)
3° (Senior SW Dev. Manager)
- Two "Tell me about a time you..." questions
- In-depth discussion about a schema I drew on a whiteboard
4° (SDE)
- OO Design of an elevator system
- Write code to handle the system requests queue
5° (SDE)
- Solving a Puzzle that involves graphs search
- Write BFS code on a whiteboard
Surprisingly easy — I expected tougher questions, but the coding round felt more like a warm-up. The main challenge was a DSA problem about counting islands in a 2D grid, which led to a discussion on DFS versus BFS and handling large grids. Funny enough, I had revisited that exact type of question while prepping on PracHub, which made me feel more confident. The interview wrapped up with a behavioral round, and I accepted an offer, but ultimately decided to decline it for another opportunity. Overall, it was a smooth experience.
Preguntas de entrevista [1]
Pregunta 1
Number of Islands — given a 2D grid of '1's (land) and '0's (water), count the number of connected islands. Walk through DFS vs BFS, and discuss how to avoid revisiting cells (in-place mutation vs visited set) and what changes if the grid is huge and must stream from disk.
It started with an OA, and then after a few weeks, I got invited to four rounds of interviews: technical and behavioral at 3 of the 4, and behavioral only at one.
Um teste de código online, se aprovado, vai para o loop. O loop é 4 entrevistas seguidas, duas em inglês e duas em português. 3 entrevistas técnicas de código, todas as 4 têm pergunta de liderança.
Preguntas de entrevista [1]
Pregunta 1
Pergunta historicas baseada nos principios de lideranca da amazon.