Ho presentato la mia candidatura tramite l'università. Ho sostenuto un colloquio presso Adobe (Bengaluru) nel mese di giu 2022
Colloquio
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
Domande di colloquio [1]
Domanda 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
Ho presentato la mia candidatura online. La procedura ha richiesto 2 settimane. Ho sostenuto un colloquio presso Adobe (Nuova Delhi) nel mese di ago 2017
Colloquio
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
Ho presentato la mia candidatura tramite l'università. La procedura ha richiesto un giorno. Ho sostenuto un colloquio presso Adobe (Bengaluru) nel mese di nov 2015
Colloquio
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.
Domande di colloquio [4]
Domanda 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)