Solicité el puesto a través de la escuela superior o la universidad. Acudí a una entrevista en Adobe (Bengaluru) en jun 2022
Entrevista
Online Assessment, followed by 2 Technical Rounds.
First technical Round was basic OS, OOPs and previous experience questions. Then he gave me a linked list question to code and asked the time and space complexity.
Second round was a complex Graph question
Preguntas de entrevista [1]
Pregunta 1
First round -
What is threading? What are processes? Difference?
Reverse a linked list without using additional space.
Second round -
A binary tree is caught on fire from one leaf and it takes 1ms to reach the adjusant nodes. Find out the time to reach all nodes
Envié una solicitud electrónica. El proceso duró 2 semanas. Acudí a una entrevista en Adobe (Nueva Delhi) en ago 2017
Entrevista
Round 1: Online test on general aptitude ,Logical Reasoning and DI.
After that they called me at their office for further rounds.
Round 2 : Again written test with mcq technical questions(c++ and OS) and two programs to write.(you can write algorithms also).
After that 4 Face to Face interviews. All interviewers asked puzzles, basic c++ programs and test cases for various scenarios. All rounds are elimination rounds but they will not reject you immediately after one bad experience. They give person fair chances to prove himself/herself.
Round 7; After that a HR round.. Normal salary and notice period discussion.
After 3 days got the selection confirmation mail and after approx 10 days got the final offer letter
Solicité el puesto a través de la escuela superior o la universidad. El proceso duró 1 día. Acudí a una entrevista en Adobe (Bengaluru) en nov 2015
Entrevista
Programming test involves 3 programs to be completed in 1.5 hrs.
it involves one DP, one graph and one data structure based.
Shortlisted candidates if solved at-least one.
This followed by 2 rounds of technical interview. Main focus on your background area, and coding skills. important is to write codes on plane paper.
Preguntas de entrevista [4]
Pregunta 1
write C code on paper to remove duplicate entry in link list.
you have given set of frames of images in video and also the foreground and background of first frame is separated. Design an algorithm which learn from first frame and separate the same for rest of the frames in videos.
--
--
void main(){
printf("Two");
}
--
--
without touching main function, (allowed to write anything before and after main). modify code such that it will print "One\nTwo\nThree".
you are given a goldbar of 14cm width and asked to return me 1cm width piece per day. what is minimum no of cuts u have to made. (ans is not 13 obviously)