Lyft logo

Lyft Medium Interview Questions

4 medium-level practice questions for Lyft technical interviews

coding Medium Verified Question #1

1. Worker Task Scheduler


Category: String coding problem
You are given a list of tasks sorted by start time. Each task is represented as a three-element list [task_id, start_time, duration], where...
Input: List
Output: Array
coding Medium Verified Question #2

2. Paged Data Reader


Category: Trie-based coding problem
You have an external data source that serves records in fixed pages. The data source is represented as a list of pages, where each page is a list of...
Input: Array of strings
Output: Computed result
coding Medium Verified Question #3

3. Multi-Source Reader


Category: String coding problem
Implement a MultiSource class that manages a collection of character sources. Each source is a string of characters. You can add and remove sources...
Input: String
Output: Printed output
coding Medium Verified Question #4

4. Range Coverage Tracker


Category: Interval-based coding problem
You are painting a road of total length n. Each paint stroke starting at position x covers the segment [x, x + 1]. Implement a RangeTracker...
Input: Given input
Output: Computed result

No AI generated questions yet for Lyft.

Start practicing Lyft questions

Sign up for free to access walkthroughs, AI-generated questions, and more.

Get Started Free