Ho presentato la mia candidatura online. La procedura ha richiesto 4 settimane. Ho sostenuto un colloquio presso Amazon (Seattle, WA)
Colloquio
2 phone interviews
Interview 1
Compute number and print all possible paths from (0,0) to (7,7) in a chess board. you can either move down or right . basically in first interview they either ask about red black, avl , trees or some question based on design and analysis of algorithms. mine was based on dynamic programming
Interview 2
what is os, paging, segmentation, virtual memory, i/o mgmt, deadlocks, synchronization - basically all chapters of galvin
what happens when you type a url in address bar, how are address resolved, domain name space, some database questions etc
Ho sostenuto un colloquio presso Amazon (Seattle, WA)
Colloquio
1 hour round consisting of 4 - 5 behaviorals questions and then a technical question (lc - medium). Should emphasize leadership principles for behavioral and technical question is completely interviewer dependent but it is usually a tagged question.
The Software Development Engineering Intern interview process includes an online application, followed by coding assessments, technical phone or video interviews, and sometimes a final round with behavioral and problem-solving questions.
Ho presentato la mia candidatura online. Ho sostenuto un colloquio presso Amazon
Colloquio
I had two Leetcode style questions to solve in 70 mins, after I finished I had to take personality questions which were exhausting.
The first question was something similar to leetcode 1402.
Domande di colloquio [1]
Domanda 1
The Second question was something like this:
In an Array there are some numbers: numbers that are considered true values, a number that is the the some of those true values and outlier/s. write an algorithm to find the biggest outlier (there might be 2 outliers in the array).