J'ai postulé en ligne. Le processus a pris 3 semaines. J'ai passé un entretien chez Amazon Flex en janv. 2023
Entretien
The interview is very hard for freshers especially with lack of skills. I found its too pre flexed . completely motivated. I hope they lower little bit difficulty. Interview is conducted by a senior team.
J'ai postulé en ligne. Le processus a pris 2 jours. J'ai passé un entretien chez Amazon Flex (New Delhi) en juin 2022
Entretien
it was a good experience overall. I learn so many things and I will implement this in next interview.
Longest Alternating Subsequence: DP[i][0] = LAS ending at index i and last element greater than its previous element; DP[i][1] = LAS ending at index i and last element smaller than previous element.
Questions d'entretien [1]
Question 1
Longest Alternating Subsequence: DP[i][0] = LAS ending at index i and last element greater than its previous element; DP[i][1] = LAS ending at index i and last element smaller than previous element.
J'ai postulé via un établissement d'enseignement supérieur ou universitaire. J'ai passé un entretien chez Amazon Flex en août 2021
Entretien
There was an initial competitive coding round. The coding round was moderate and doable. The next step was a technical interview. The interviewer was very friendly and open. This helped me be more calm and focus in the interview. In the interview I had to solve two coding questions and the way of assessing was by evaluating how we approach problems and if we are able to arrive at a good solution. I did not make it past the technical interview but there was a HR round as well
Questions d'entretien [1]
Question 1
How do you find the smallest integer not present in an unsorted array.