Me postulé a través de una facultad o universidad. Acudí a una entrevista en Amazon (Bengaluru) en mar 2026
Entrevista
I recently had the opportunity to interview with Amazon. The process consisted of a technical round that evaluated both my problem-solving skills and my understanding of modern technologies.
In the DSA section, I was asked a question based on partition dynamic programming. The problem required identifying optimal ways to divide a structure (such as an array or string) into segments and applying DP to compute the best result. I approached it by defining a state, exploring all possible partitions, and building a recurrence relation. The interviewer focused on my thought process, clarity in explaining transitions, and time complexity analysis.
In addition to DSA, I was also asked several Generative AI theory questions. These included concepts like Large Language Models (LLMs), differences between traditional machine learning and generative AI, and practical ideas such as Retrieval-Augmented Generation (RAG) and hallucinations. The discussion emphasized conceptual clarity and real-world applications rather than deep theoretical details.
Overall, the interview experience was positive and well-structured. The interviewer was attentive to my approach and encouraged clear communication throughout the discussion.
1
Otras evaluaciones sobre las entrevistas para el cargo de SDE-intern en Amazon
It had 2 rounds, and each one had some behavioral questions as well as one technical question. The behavioral questions were about different group work situations that I had before, and I had to describe them. The technical questions were LeetCode medium.
Preguntas de entrevista [1]
Pregunta 1
Describe a situation when you had a conflict with your supervisor.
The role I was interviewed for is SDET. It was through our campus placements. There was an initial screening test, followed by 2 more online interview rounds. The screening round consisted of 7 chapters, like OOPS, Database, Linux, Computer Networks, Programming and so on.
Preguntas de entrevista [1]
Pregunta 1
The screening round was an online test for like 3 hours. It went well, and I was selected for that. But in the actual interview, I was initially asked about my projects and 2 DSA Questions. The first DSA question was a maximum subarray-based question, and the second question was a finding the shortest path in a graph-based question
The interview was heavily focused on GenAI and Amazon Leadership Principles. The Technical Manager did a deep dive into my approach to prompting LLMs and how I optimize workflows using them. In contrast, the SDE Engineer’s questions were more direct and strongly centered around Leadership Principles.