J'ai postulé en ligne. Le processus a pris 3 semaines. J'ai passé un entretien chez Adobe (Calcutta) en mars 2024
Entretien
There were 3 rounds. entire interview was focused on coding skill.
for each round 2 coding questions were asked. Interviewers were nice .last round was told hr round which was actually hiring manager round. was very much positive i would get an offer, not really sure where things went wrong
Questions d'entretien [3]
Question 1
Round 1: 1.there is array like this [1,0,0,1,1,1,0]
return [1,1,1,1,0,0,0]
2. write a code for palindrome string
round3: was told Hr round, but during interview got to know it was hiring manager round. focused on coding again.
1. return an array consisting of elements of array A and B alternately.
2. write a selenium code which fetches usernames and passwords from file and enters it on login page to check if it is correct or incorrect.