J'ai postulé via la recommandation d'un employé. Le processus a pris 2 semaines. J'ai passé un entretien chez Amazon (Hyderâbâd) en mai 2012
Entretien
I was contacted by their recruiter and there was one offsite written test . And based on its performance there was a telephonic interview . Overall process went almost 20 days .
Questions d'entretien [2]
Question 1
Given a linked list , swap alternate nodes of linked list .
For eq: 1 2 3 4 will become 2 1 4 3
and 1 2 3 4 5 6 will become 2 1 4 3 6 5 .
Given N petrol pumps in a circular road, distance b/w adjacent petrol pumps and amount of petrol with vehicle capacity . Find a petrol pump where we should start so that we can cover entire road .