← Back to experiences
[ OK ] Loaded —
[ INFO ]
$ cd
$ ls -lt
01
02
03
04
05
$ ls -lt
01
02
03
04
05
user@intervues:~/experiences/…$
4.5 years of experience as a backend developer.
Position: SDE
Location: India
Date: July
4 Rounds.
Round 1: Hacker Rank Online (1 Hour)
Round 2: Technical (1 Hour)
Round 3: Technical (1 Hour)
Round 4 (50 minutes): Technical + Managerial
Given input and output array return sequence of stack operations to do on input to produce output
Input - [2, 3, 4, 5, 6]
Output = [3, 4, 5, 2, 6]
Answer = [push-2, push-3, push-4, pop-4, push-5...]
Offer received.