J'ai postulé en ligne. Le processus a pris 2 mois. J'ai passé un entretien chez Amazon (Jerusalem) en févr. 2022
Entretien
first there was an 3-part online assessment:
OA1: 7 easy debugging questions in 20 minutes. java, c or c++
OA2: 2 algorithmic questions (leetcode easy-medium, hard if unlucky) in 70 minutes
OA3: workday simulation.
if passed them successfully there are final two virtual interviews (interviews via video call), one hour each.
combination of amazon leadership principals and one coding question.
and then you get an offer or get rejected
Questions d'entretien [1]
Question 1
amazon leadership principals questions:
*Tell me about a time where you took responsibility for something that was not under your job.
*Tell me about a time when you were criticized
Standard LC mediums, nothing too crazy. Interviewer was pretty chill and was helpful in pointing me in the right direction when I needed as well. Only thing I would probably change was to study more on graph problems before hand.
Questions d'entretien [1]
Question 1
You are given an 0-indexed integer array weights, where weights[i] represents the weight of the i-th marble, and an integer k.
Your task is to divide the marbles into k bags such that:
No bag is empty.
Each bag must contain marbles from a contiguous range of indices. That is, if a bag includes marbles at indices i and j, then all marbles with indices between i and j (inclusive) must also be included in that same bag.
The cost of a bag that includes marbles from index i to j (inclusive) is defined as weights[i] + weights[j].
The total score of a distribution is the sum of the costs of all k bags.
Return the difference between the maximum and minimum possible scores among all valid distributions.
J'ai passé un entretien chez Amazon (Tel Aviv-Yafo)
Entretien
Applied online and received an Online Assessment. It consisted of two LeetCode-style coding problems with a time limit . The process was straightforward and fully automated with no human interaction at this stage.
Questions d'entretien [1]
Question 1
Solve a coding problem involving array manipulation under a timed online assessment
There were 2 rounds- one DSA round and one HR round.
In the first round they asked me a DP + trees question which was of medium to hard difficulty.
In the second round the interviewer asked me about my resume, my projects, some computer fundamental questions.