All toursApplicant platform
Multiple choice exam
The multiple choice exam is the knowledge test a candidate takes for a specific job, written from that job’s requirements and watched by the camera throughout. Below is that screen, working, with a guided walkthrough of every part of it.
3 / 5Senior Backend Engineer
3 - What does this function hand back when called with Pick the value returned by the call.
[3, 1, 2]?1
def sort_desc(values):2
# newest first3
return sorted(values, reverse=True)0:1:18
Exit exam
A working replica of the real screen — nothing here is recorded or submitted.