It was a technical test followed by two interviews. It was a difficult one.
One round of interview was a machine coding round, and one was a DSA round. The DSA question was a medium LeetCode problem.
You are given an array arr[] of non-negative numbers. Each number tells you the maximum number of steps you can jump forward from that position.
For example:
arr[i] = 3, you can jump to index i + 1, i + 2, or i + 3 from position i.arr[i] = 0, you cannot jump forward from that position.Your task is to find the minimum number of jumps needed to move from the first position in the array to the last position.
Note: Return -1 if you cannot reach the end of the array.
The following metrics were computed from 2 interview experiences for the Adobe Software Developer role in Hyderābād, Telangana.
Adobe's interview process for their Software Developer roles in Hyderābād, Telangana is fairly selective, failing a large portion of engineers who go through it.
Candidates reported having very good feelings for Adobe's Software Developer interview process in Hyderābād, Telangana.