← Back to experiences
[ OK ] Loaded —
[ INFO ]
$ cd
$ ls -lt
01
02
03
04
05
$ ls -lt
01
02
03
04
05
user@intervues:~/experiences/…$
Level: Intern
Round: Online Assessment · Type: Coding · Difficulty: 4/10 · Duration: 60 min · Interviewer: Neutral
Topics: String Manipulation, Arrays
Location: Seattle, WA, US
Interview date: 2026-01-14
The online assessment consisted of two coding questions:
Question: Find the first non-repeating character in a string.
Question: Divide an array into the fewest groups such that the difference between any two elements in each group does not exceed a given maxdiff value.
The coding questions I encountered were:
maxdiff.