I applied online. The process took 3 weeks. I interviewed at Adobe (Calcutta) in Mar 2024
Interview
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
Interview questions [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.