Lyft

Lyft Software Engineer Interview Questions

40+ questions from real Lyft Software Engineer interviews, reported by candidates.

40
Questions
6
Round Types
8
Topic Areas
2018-2025
Year Range

Round Types

Coding 14 Phone Screen 13 Phone 3 System Design 2 Recruiter 2 Onsite 2

Top Topics

Questions

Lyft | L5 SDE | Seattle

Phone Screen 2020

Status: 5 years software developer experience Position: middle developer at fintech Location: Seattle Phone screen (1 hour): Decode ways and Product of Array Except Self Onsite (4 round 1 hour each): signed NDA Round 1 [System design]: question...

Lyft | L5 SDE | Seattle

Phone Screen 2018

Status: 6 year Experience Position: SDE2 at Microsoft Location: Seattle Phone screen (1 hour): Talked about experience and what I am looking for. LeetCode medium level question. I didn\'t do the optimal solution so...

Round 1: Recruiter Reach-Out (30min) - Discuss background, identity, and interview process. (The following content requires a score of 200 or higher. You can already view it.) Round 2: Phone Interview

Lyft L5 Phone screen

Phone Screen 2024

https://leetcode.com/problems/maximum-candies-you-can-get-from-boxes/

I was asked about the minimum window substring. Had to run the code too to prove it.

Alice has a set of buckets of various sizes, and an unlimited water supply. Her task is to measure an exact amount of water in one of the buckets. Buckets are...

Initial Tech Screen Question was: https://leetcode.com/problems/rotting-oranges/

A recruiter reached out to me in November on LinkedIn, and after passing my resume to the team, they decided my skills weren\'t what the team was looking for. I...

Problem You want to schedule a certain number of trips with a collection of several cabs. Given an integer n representing a desired number of trips, and an array cabTravelTime representing your...

Question: There are houses numbered from 1 to 1000. There are satellites positioned to cover the house broadcasting. Given two arrays L and R, L[i] and R[i] represents the house range where L[i]...

Write code to parse csv. Follow-up what if data contains special characters like , or \' etc

Status: 4 YOE Position: L4 SDE at Amazon Location: Palo Alto, CA Date: September 2021 Technical phone screen (1 hour): https://leetcode.com/problems/find-first-and-last-position-of-element-in-sorted-array Virtual Onsite: \t Coding: 1.5 hr. Consult any resource \t\t Part 1:...

Part 1: https://leetcode.com/problems/meeting-rooms-ii * Part 2: Return a list of pair of (meeting, room) showing which meeting will be held in which room. E.g. given meetings [[0,30],[5,10],[15,20]], answer should be...

Declare Stream class that can hold numbers. it has operations add() read() and remove() you have to add or read or remove given number of elements to Stream. Multi Stream (There are infinite...

The bots can be deployed on refrigerators, microwaves, etc. The army of bots should be able to download the entire Wikipedia site, sense changes and download these changes. Clues from interviewer:...

Status: 8 years Experience Position: M.S C.S student Location: N/A Phone screen (1 hour): Leetcode Medium DFS problem. Solved it and was moved to Virtual Onsite Onsite (4 rounds 1 hour each): Round 1 [System design]: Straight...

Minimum path in mxn matrix from top left to bottom right. https://leetcode.com/problems/minimum-path-sum/ Next was find duplicates in an array where every element is 1 <= element <= n multiple duplicates; not just one. ...

Given two sorted iterators. Implement IntersectionIterator which returns only common elements in both iterators. If you are not familiar with Iterators check similar questions. public class IntersectionIterator implements Iterator<Integer> { public...

Position: New Grad Software Engineer The interview started with behavioral questions and past experience. After interviewer asked me to find intersection of Two Arrays without using Set() function.

Implement JSON stringify in JavaScript.

What Lyft Looks for in Software Engineer Interviews

Lyft Software Engineer interviews are calibrated against the level and scope expected of the role. Across 40+ verified candidate reports on LeakCode, the consistent signals interviewers look for: clear problem decomposition before coding, explicit complexity reasoning, structured handling of edge cases, and the ability to articulate trade-offs between two reasonable approaches.

The discriminator between candidates who advance and candidates who do not is rarely the final correctness of the solution. It is the path to the solution: did you ask clarifying questions, did you state your approach before coding, did you handle edge cases without prompting, and did you communicate your reasoning throughout. Reports tagged "no hire" frequently cite a working solution with poor communication; reports tagged "strong hire" cite clear thinking even when the final solution was incomplete.

How To Use This Question Set

Real interview reports are a calibration tool, not a memorization target. Companies update their question pools every 2-4 months; memorizing exact problems risks misleading you when the interviewer uses a variant. The high-leverage use: identify the patterns that appear repeatedly in Lyft Software Engineer reports, practice those patterns on similar (not identical) problems, and use the reports to understand the interviewer's typical follow-up depth.

Filter the questions below by round type, difficulty, and recency. Focus first on reports from the past 6-12 months; older reports may reference questions that have since rotated out of Lyft's pool. Reports tagged with quantified difficulty (e.g., "medium-hard") are higher-signal than reports without difficulty tags.

Round-by-Round Expectations

Lyft Software Engineer loops typically span 4-6 rounds across phone screens and on-site or virtual on-site interviews. The structure varies by company: some run 1 recruiter screen + 1 technical phone + 3-4 on-site rounds; others run 1 recruiter screen + 1 OA + 4-5 on-site rounds. The recruiter screen is logistics and culture-light; the technical phone screen is medium-difficulty coding; the on-site loop covers coding, system design (at L4+ levels), and behavioral rounds.

Each round is designed to surface a specific signal. Coding rounds: correctness, code quality, complexity reasoning, communication. System design rounds: requirements clarification, design judgment, operational thinking. Behavioral rounds: ownership scope, leadership, ambiguity tolerance, conflict navigation. Strong candidates explicitly hit each signal dimension out loud during the round; weak candidates focus only on solving the prompt.

Common Interview Mistakes At This Combination

Reports tagged "no hire" at Lyft Software Engineer commonly cite: jumping into code without clarifying requirements, coding silently for 10+ minutes without verbalizing approach, missing edge cases (empty input, single element, very large input, overflow), and producing a working solution that the candidate cannot explain or refactor when probed. Strong candidates avoid these patterns by following a consistent template: clarify, verbalize approach, code with narration, test with examples.

Behavioral and design rounds have their own failure modes. Behavioral: stories that use "we" instead of "I" diluting individual signal, stories with no quantified outcome, defensiveness when probed about failure. Design: not asking clarifying questions, not stating requirements out loud, designing for a single server when the prompt clearly implies scale, ignoring operational concerns (deployment, monitoring, rollback). These show up in roughly half of Lyft Software Engineer interview retrospectives on LeakCode.

See All 40 Lyft Software Engineer Questions

Full question text, answer context, and frequency data for subscribers.

Get Access