Coding
You are given a sorted list of integers, but some of the values are marked as -1 which indicates that they are out of range. Can you implement a method to determine the length of the list without using any built-in functions, and taking advantage of the sorted nature of the list?
Data Scientist
Spotify
Uber
Palantir Technologies
Andela
Wayfair
Motorola Solutions
Try Our AI Interviewer
Prepare for success with realistic, role-specific interview simulations.
Try AI Interview NowInterview question asked to Data Scientists interviewing at PagerDuty, Virta, Etsy and others: You are given a sorted list of integers, but some of the values are marked as -1 which indicates that they are out of range. Can you implement a method to determine the length of the list without using any built-in functions, and taking advantage of the sorted nature of the list?.