Adobe MTS-2 Interview Nov'25
Anonymous User
1057

Recently went through interview process for Adobe MTS-2, got call from HR after which she scheduled first 2 rounds in the next week.

Round 1: DSA

Q1 Given a tree heirarchy of an organization with ceo as root, find the minimum time for message to reach all the employees. (messages were passed from parent to child parallely).

Q2 r 1Same question but now messages will be passed sequentially. Suppose CEO is at t=0 then time fost emplyee under the ceo will be t=1 and for 2nd employee t=2.

Provided solution to both of them and coded as well, interviewer looked satisfied

Round 2: LLD+DSA

Implement an in-memory file system(with files and directory) and implementation functions like ls ,mkdir ,addFile, getFile.

Coded a working solution for this, then after that he asked how will you change the code if the data type of content of file gets changed(i assumed it to be string). It was basically a question on Java generic datatype.

Cleared both rounds and got confirmation for next 2 rounds on the next week.

Round 3: LLD

Design a warehouse system, where a warehouse contains multiple spaces and these spaces are then rented to firms. You have to allocate these spaces optimally and able to process orders for items in warehouse.

This round didn't go well, which imo got me rejected.

Round 4: HM round

There wasn't much technical questions in this round, he just asked about few of my resume projects and then asked some Springboot theoretical questions since this was part of JD. At last he asked few behavioral questions.

This round lasted 40 mins and overall this round went well.

Verdict: Got rejection in few days

Comments (4)