Adobe | MTS-1 | India | [Reject]
Anonymous User
1650

Backgroud :- Tier 3 College
Graduate Year :- 2021
Applied through firstnaukri.com

Round 1 (90 Min)
2 Coding questions (Easy/Medium)
10 Math
10 Logical
10 English

2 Interview was scheduled on the same day (Virtual)

Round 2 ()

  1. Given a linked list and an integer k reverse the first k node then the other k node and so on
    e.g - 1 -> 2 -> 3 -> 4 -> 5->6->7->8 k =3
    solution: - 3 ->2->1->6->5->4->8->7
    We've had to do it inplace
  2. Check if 2 binary tree is the mirror image of each other
  3. What is semaphores and mutex
  4. Process and threads

Round 3 ()

  1. Find element in row and column wise sorted matrix
  2. Implement HashMap like data structures
  3. Implement Stack like data structures

Verdict -> Rejected

Comments (6)