← Back to companies
[ OK ] Loaded —
[ INFO ]
$ cd
$ ls -lt
01
02
03
04
05
$ ls -lt
01
02
03
04
05
user@intervues:~/$
Given a user interface that displays a list of shows, design and implement a system that sorts and returns the shows (as a list of title IDs) based on user preferences. The problem is open-ended — you decide what user preferences look like, how they influence ranking, and what data structures to use. The output format is flexible.
This is an open-ended problem solving question. The focus is on how you model user preferences, define a sorting/ranking strategy, and translate it into working code — not on finding an optimal algorithm. Interviewers care about your ability to break down an ambiguous problem, make reasonable assumptions, and produce a clean solution.