Lumos | Software Engineer Intern | Coding | Phone Screen

JNjnk·
Interview date

September 5, 2025

Company

Lumos

Role

Software Engineer Intern

Level

Unspecified

Region

Unspecified

Round type

Coding

Team/Org

General Hire

Stage

Phone Screen

Question 1: Implement an LRU Cache Design a data structure that simulates a Least Recently Used (LRU) cache with the following operations: Requirements Both operations must run in O(1) time complexity To achieve O(1) operations, we combine: | Structure | Purpose | | | | | Hash Map (dict) | Fast lookup by key | | Doubly Linked List | Track usage order | Why key value pairs? We must: Locate items quickly → use key Stor...

Sign in to view the full interview experience

Create or use your InterviewDB account to read the full Warren post and all shared details.

Sign in to continue