← Back to experiences
[ OK ] Loaded —
[ INFO ]
$ cd
$ ls -lt
01
02
03
04
05
$ ls -lt
01
02
03
04
05
user@intervues:~/experiences/…$
Round 1: Online Coding Test.
Round 2: DataStructure and Algorithm
Given an array and a target. Find the three indices which will add up to target; arr = [1,2,3,4,5,5,6,7]; target = 6;
arr = ['apple', 'orange', 'apple', 'orange', 'apple', 'kiwi', 'kiwi', 'grapes', 'banana']; question: part 1: arrange the fruits in descending order of their count. part 2: if frequency is the same arrange them based on their alphabetical order. output= [apple, apple, apple, kiwi, kiwi, orange, orange, banana, grapes];
Round 3: System Design (HLD+LLD)
Round 4; HM Behavioral + Project Architecture and few followups on that.
Verdict : Selected.