Advertisement
ahmedezzatpy

ADOBE

Jan 21st, 2020
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.89 KB | None | 0 0
  1. Recruitment Process:
  2. Adobe conducts 5-6 rounds to select freshers as MTS (Member of techincal staff, equivalent to SDE) in their organization. The following rounds are conducted:
  3.  
  4. Online Coding + Aptitude Round
  5. Multiple Technical Rounds
  6. HR Round
  7.  
  8. Online Round:
  9. The online round is hosted on Hackerrank and the candidates are presented with 2-3 coding questions + General Aptitude + Output related problems. The coding problems are generally from Arrays and Strings. The whole round is around 60-75 minutes long.
  10.  
  11. Selected candidates sit for further personal interviews.
  12.  
  13. Technical Round 1:
  14. Technical rounds are face-to-face rounds in which candidates are presented with a mix of questions from DS/Algo, OS and memory management related topics. A strong understanding of theoretical concepts as well as implementation is needed to clear this round.
  15.  
  16. Technical Round 2:
  17. More algorithmic problems, including recursion, graphs and DP questions, along with puzzles are asked. Project related questions are also sometimes asked in this round, and the technologies associated with it. One should know the everything about his project as the questions can dive deep into technological aspects.
  18.  
  19. Technical Round 3:
  20. This round generally consists of System design problems, conceptual and implementation questions from OS and DBMS. Algorithmic and coding questions of medium-hard difficulty are also asked, including conceptual questions from c/c++.
  21.  
  22. HR Round:
  23. You can expect HR questions like :
  24. 1. Why Adobe?
  25. 2. Tell about yourself.
  26. 3. Your shortcomings and strengths.
  27. 4. Details about the technical stuff done in college.
  28.  
  29. Questions asked in Adobe:
  30.  
  31. Subset sum problem
  32. Equilibrium Point
  33. Search in rotated array
  34. Find median in a Stream
  35. Inversion of array
  36. Next greater number set digits
  37. Find whether path exists
  38. Binary to decimal number
  39. Pair with difference k
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement