Ho presentato la mia candidatura tramite un selezionatore. La procedura ha richiesto un giorno. Ho sostenuto un colloquio presso Adobe (Noida) nel mese di feb 2018
Colloquio
Got a call from consultant and interview was scheduled on weekend at their 132 sec noida campus.
The interview process had 4 technical rounds followed by HR discussion. I had only round after which the HR told that the feedback is not so positive.
There were 2 people in panel and they started with asking about my current project and technical bacakground. After which they asked a ds algo question :
Given an array of integers replace value at ith index by maximum following number.
I solved the question easily after which they gave design problem - create a search system for a document. They asked what data structure to be used and how to design.
I proposed TRIE data structure but as I was not well versed with it, I designed a solution with graphs.
After that they asked few questions on operating system and multithreading.
The interviewers were good and friendly.Not sure what made the feedback negative as I gave almost evry answer.
Domande di colloquio [4]
Domanda 1
Give an array of integers, replace ith element by following maxmium number.
For eg - 2 4 8 7 6 3
2 should be replaced by max num - 8
4 should be replaced by max num - 8
8 should be replaced by max num - 7
7 should be replaced by max num - 6
6 should be replaced by max num - 3
Easy question, start iterating from end , maintain max and keep swaping ith number with max.
Ho sostenuto un colloquio presso Adobe (Bangalore Rural)
Colloquio
Process was good, but they asked graph (DFS/BFS) i was not ready, but i solved spiral matrix print and some js output questions, end the end they moved with others
1 st DSA round, 2nd DSA round and tech specific, 3 rd System Design round
asked questions about graph and tree, like topological sort in graph, longest sequence in array
Domande di colloquio [1]
Domanda 1
Topological sort in graph, longest sequence in array
Ho presentato la mia candidatura tramite un selezionatore. La procedura ha richiesto una settimana. Ho sostenuto un colloquio presso Adobe (Noida) nel mese di ago 2025
Colloquio
Total 4 rounds were to be held.
2DSA and 2design rounds, taken alternately.
I cleared the 1 DSA round which asked me 1 easy-medium and 1 medium-hard problem.
Second round was Design round where i was asked to prepare a serverless thumbnail generation service