Machine Learning Engineer · Senior-Level · Phone Screen
The coding question was: ``` # we want to detect "abusive books" in a stream of user read event. # event looks like this: <user_id, book_id, current_pos_in_sec, book_duration_sec> # an event is abusive if: # (1) user reached the last 5% of book_duration_sec (e...